Sign in
|
Join
|
Help
Lamia's stack and heap based memories...
A Judiciously implemented blog
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Community
Home
Blogs
Media
Forums
Groups
Google Gadget
Tag Cloud
.Net (8)
Career (26)
Design Patterns (3)
Eclipse (9)
EJB (6)
FLEX (4)
J2EE-JEE (22)
J2ME (4)
Java (55)
Javascript (7)
JSTL (3)
Microsoft Windows (10)
Netbeans (4)
Object Relational Mapping (3)
Others (3)
PHP (6)
PSP (3)
RDBMS (20)
SCJP (4)
Servlets (3)
Struts (7)
Technology (6)
Tomcat (3)
Visual Studio (3)
XML and Webservices (7)
Email Notifications
Go
Recent Posts
VisualStudio.ImmediateWindow = Eclipse.Display
RAD7 - java.io.IOException: FATAL ERRORS encountered by WSDL2Java tool.
Starting with Eclipse RCP - Where's the darn plugin project?
Eclipse seems intelligent enough to really follow Java naming conventions
Switching workspaces in Websphere 5
Archives
February 2010 (1)
December 2009 (3)
October 2009 (1)
September 2009 (1)
August 2009 (2)
July 2009 (5)
June 2009 (1)
February 2009 (2)
January 2009 (5)
December 2008 (1)
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
)
.Net
EJB
Java
RAD7
RCP
SVN
XML and Webservices
06-30-2009 10:40 PM
VisualStudio.ImmediateWindow = Eclipse.Display
I had a lot of things to blog during the past 3 months but I just couldn't get myself to write any of them online. Well, since I've been using the Visual Studio.Net immediate window a lot lately so I thought it would be useful for fellow eclipse...
Posted by
lamia
| with
no comments
Filed under:
.Net
,
Eclipse
02-12-2009 7:32 PM
RAD7 - java.io.IOException: FATAL ERRORS encountered by WSDL2Java tool.
I was encountering the error below everytime I tried to invoke a WS client in RAD7. I was calling the WS through a console application using a generated client stub. Deployment error: java.io.IOException: FATAL ERRORS encountered by WSDL2Java tool. at...
Posted by
lamia
| with
no comments
Filed under:
Java
,
XML and Webservices
,
Eclipse
,
RAD7
02-04-2009 6:26 PM
Starting with Eclipse RCP - Where's the darn plugin project?
I wanted to start learning Eclipse RCP (Rich Client Platform) and was following a tutorial here , but I was already stuck on the first step (getting started). Friend google made me find this , and this . Basically, I didn't install the RCP plugin...
Posted by
lamia
| with
no comments
Filed under:
Eclipse
,
RCP
01-12-2009 1:36 AM
Eclipse seems intelligent enough to really follow Java naming conventions
I'm very sensitive on how I know my variables when I program and the most I'm very careful with is naming boolean variables. So I was trying to create a new variable inside of Eclipse and I'm not used to naming my boolean vars like isNew,...
Posted by
lamia
| with
no comments
Filed under:
Java
,
Eclipse
09-02-2008 11:53 PM
Switching workspaces in Websphere 5
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...
Posted by
lamia
| with
no comments
Filed under:
Eclipse
03-03-2008 7:11 PM
Could not open ejb-jar.xml in Deployment Descriptor Editor in RAD7
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...
Posted by
lamia
| with
no comments
Filed under:
EJB
,
Eclipse
01-16-2008 9:10 PM
Code Completion shortcut in RAD7(and maybe also in other IDE's)
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...
Posted by
lamia
| with
no comments
Filed under:
Eclipse
01-08-2008 1:21 AM
SVN for the first time...
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...
Posted by
lamia
|
4 comment(s)
Filed under:
Eclipse
,
SVN
01-03-2008 9:43 PM
Deploying your Jar with your War in Eclipse
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...
Posted by
lamia
|
2 comment(s)
Filed under:
Java
,
Eclipse