Hello,
Could anyone tell me what server would be a good choice for debugging
Java EE 5 applications (in particular
JSF application) on Eclipse platform (WTP 1.5.3).
I've already tried GlassFish (9.0_01, build b14), but it seems that its Eclipse plugin doesn't work properly. I haven't managed to run the server in debug mode. I was also thinking about Geronimo, but it turned out a bit complicated to find a plugin for Eclipse
IDE. Actually, I found one, but it's only available in source code, there is a link for svn repository, so you have to check the code out and build it using
Maven. Honestly, all I know about Maven is that this is some brand new tool for building projects. So I don't really like the idea of spending days for building the plug in. I wish I could get it built. Maybe you know where to get it?
In general, if you have any idea about the solution to my problem, please share it with me and other people. It would be perfect to know what tools do people use as well or what are the pluses and minuses of different servers. Thanks a lot!