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
Eclipse
EJB
FLEX
J2EE-JEE
J2ME
Java
Javascript
JSTL
Microsoft Windows
Netbeans
Object Relational Mapping
PHP
PSP
RDBMS
SCJP
Servlets
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)
Browse by Tags
All Tags
»
Eclipse
(
RSS
)
EJB
Java
SVN
Switching workspaces in Websphere 5
by
lamia
I'm currently maintaining an application built on Websphere 5. It's such a shame that once you select a default workspace, there would be no option inside the IDE to switch workspace(RAD7 and plain old Eclipse has this). Luckily, I had a friend...
Filed under:
Eclipse
Could not open ejb-jar.xml in Deployment Descriptor Editor in RAD7
by
lamia
We downloaded our project from JDK 1.5 to JDK 1.4. The step would obviously bring out some issues and the most annoying one I've come to experience so far is when I couldn't open my ejb-jar in the deployment descriptor editor. The solution was...
Filed under:
EJB
,
Eclipse
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
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
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