To view our full selection of recent Eclipse stories click here
Over the last several weeks I've received a few questions about remote
debugging with Eclipse. I posted about this on my other blog back in February
here but with not enough info for others to follow.
If you go look at that blog entry you will see that I looked into 'in
eclipse' debugging but did not find it satisfactory.
So without further ado here is how I use Tomcat, JBoss, and Eclipse to build
and debug applications.
Whichever platform you are using (Tomcat or JBoss) you need to start them
with the JPDA debugging enabled. For Tomcat this is very easy. In the
$CATALINA_HOME/bin directory there is a script catalina.sh. If you provide
the arguments 'jpda start' tomcat will startup and listen on port 8000 for ... (more)
To view our full selection of recent Eclipse stories click here
As a kick off for this new column I figured I'd go over some of the good, bad
and ugly in the new Eclipse M8 drop. I have been using M8 for two weeks now
and I've accumulated a lot of notes of what I like and don't like in this
latest of the drops before we get 3.0 final. Over all I am really impressed
with this release. I wen... (more)
Read Bill Dudney Looks at Eclipse M8 Close-Up Read Remote Debugging Tomcat &
JBoss Apps with Eclipse
This column contains an excerpt from one of the refactoring chapters in my
book Eclipse 3 Live. The book will eventually contain similar sections for
all the refactorings available in Eclipse. Change Method SignatureThis
refactoring allows you to change the signature of an existing method b... (more)
SYS-CON Radio interviews Mike Milinkovich, Executive Director Eclipse
Software
Listen to the interview...
... (more)
JDJ's Bill Dudney (pictured) writes: With the popularity of Object Relational
Mapping tools like Hibernate and Cayenne, developers are more often than
other giving control of some of their code to models. Will this help raise
MDA into the mainstream? Will MDA take its hoped-for place as the next level
of abstraction for developers?
What about MDA
Model Driven Architecture, also known as MD... (more)