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)
I've recently been having a discussion about the quality of JUnit tests and
how manager types might be able to judge the quality of the tests.
In my mind this is not so easy to resolve. I know managers (especially on
very big projects) need a way to judge the quality of what is being
delivered, but often they take their statistics far too seriously.
As an example, take code coverage calcula... (more)
When I was first asked to take on the role of Editor in Chief for Eclipse
Developer's Journal (EDJ) I naturally asked myself this same question. Why do
we need a journal dedicated to Eclipse right now?
I believe there are two main answers: 1. the community is large and growing,
and 2. the community would benefit from a magazine focused exclusively on the
Eclipse ecosystem.
While I searche... (more)
Bill Dudney's Blog
In my role @ sys-con.com I got to do some very cool stuff. At JavaOne i many
times was able to interview smart folks etc. Anyway one of the folks I talked
with was Nigel Cheshire of Enerjy. They make cool tools to help you and your
team build higher quality software (its very cool check it out). Nigel has a
blog over at enerjy.com. I was digging around for some info I'm ... (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)