Lamia's stack and heap based memories...
A Judiciously implemented blog
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.Net
Blackberry
C/C++
Career
CSS
Design Patterns
Eclipse
EJB
FLEX
J2EE-JEE
J2ME
Java
Javascript
JSTL
Microsoft Windows
Netbeans
Others
PHP
PSP
RDBMS
SCJP
Struts
Technology
Tomcat
XML and Webservices
Community
Home
Blogs
Media
Forums
Groups
DevCast
Archives
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
January 2008 - Posts
6
Comments
Hear my father sing
by
lamia
One of the reasons I work is to help my parent. I love to show them how I love them and appreciate them in every little way I can. For 2 years that I've been working in this industry, I've been trying to help my father upgrade his PC everytime...
Filed under:
Career
3
Comments
If-Else vs Throwing an Exception to handle errors
by
lamia
Note: In reading this post, please disregard for a moment the difference between an exception and an error. I mainly used the word error for convenience. Thank you. Yesterday, I was given a tip by my team lead which I found nice and quite elegant to do...
Filed under:
Java
,
Refactoring
0
Comments
Code Completion shortcut in RAD7(and maybe also in other IDE's)
by
lamia
I was whining why RAD's automatic code(and browsing) completion for HTML and XML tag sucks. I approached my team lead and told him about it. I told him that Netbean's and Eclipse's WTP plugin did it way better. He smiled and told me to press...
Filed under:
Eclipse
0
Comments
Should Scala Extend the Java Language Capability?
by
lamia
While reading Bruce Eckel's article, Java: Evolutionary Dead End, he mentioned of another programming language which is somehow based on Java(and runs on the same VM) but has the feel and construct of a Scripting language(e.g. Ruby). I got interested...
Filed under:
Java
,
Scala
3
Comments
Oracle SQLDeveloper
by
lamia
I've been fiddling with Oracle SQLDeveloper lately. What I liked about it is that it's free and second, it's an alternantive to M$ SQLServer. I think you could even use it for other RDBMS other than Oracle like MySQL and SQLServer. It's...
Filed under:
RDBMS
12
Comments
Struts Tiles Definition Inheritance and ASP.Net Masterpages
by
lamia
While studying about Struts Tiles, I encountered the topic about definitions and inheriting from other definitions. For those who are not yet familiar with Tiles, a definition defines a tile or template. This reminded me of ASP.Net Master Pages which...
Filed under:
Struts
,
Struts Tiles
4
Comments
SVN for the first time...
by
lamia
It's my first time to use SVN. It's funny how I first got acquainted with Visual Sourcesafe than this opensource tool. I think Most Java developers would typically get involved in SVN than VSS. But now though, I'm quite happy learning about...
Filed under:
Eclipse
,
SVN
2
Comments
Deploying your Jar with your War in Eclipse
by
lamia
Note: I've done the following using Rad7 but should also be applicable to Eclipse(since RAD7 is basically made on top of Eclipse). When you have total control of you web container/app server, deploying jar files is as easy as dropping the folder in...
Filed under:
Java
,
Eclipse