-
Emergency:find a tool that could debug EJB? (10 messages)
- Posted by: Jerry Zhu
- Posted on: September 26 2000 21:27 EDT
I can't find a tool that could debug EJB server-side source and then client-side source.where is it?It will be better the IDE could contain its own ejb-container and seperate from application serverThreaded Messages (10)
- JBuilder 4 Enterprise by Darren Stokes on September 26 2000 21:45 EDT
- JBuilder 4 Enterprise by Ed Roman on September 26 2000 21:59 EDT
- Emergency:find a tool that could debug EJB? by Rashid Patel on September 27 2000 05:50 EDT
- Emergency:find a tool that could debug EJB? by cleveland gibbon on September 27 2000 07:34 EDT
- Emergency:find a tool that could debug EJB? by Taras Zhugayevich on September 27 2000 11:49 EDT
- Emergency:find a tool that could debug EJB? by Sanjeevakumar Hiremath on September 27 2000 12:21 EDT
- Emergency:find a tool that could debug EJB? by Taras Zhugayevich on September 27 2000 13:46 EDT
- Emergency:find a tool that could debug EJB? by Dimitri Rakitine on September 27 2000 20:11 EDT
- Emergency:find a tool that could debug EJB? by Jerry Zhu on September 27 2000 09:28 EDT
- Emergency:find a tool that could debug EJB? by Dimitri Rakitine on September 27 2000 20:11 EDT
- Emergency:find a tool that could debug EJB? by Jeffrey McArthur on October 18 2000 16:31 EDT
-
JBuilder 4 Enterprise[ Go to top ]
- Posted by: Darren Stokes
- Posted on: September 26 2000 21:45 EDT
- in response to Jerry Zhu
I saw a demo of JBuilder 4 Enterprise doing the very thing you are asking for. The product is not cheap. I believe the cost is about $3000.00/seat. -
JBuilder 4 Enterprise[ Go to top ]
- Posted by: Ed Roman
- Posted on: September 26 2000 21:59 EDT
- in response to Darren Stokes
My recommendation.. use logging! -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Rashid Patel
- Posted on: September 27 2000 05:50 EDT
- in response to Jerry Zhu
Visual Age 3.02 has the facility you are looking for. You can debug JSP, Servlets and EJB within Visual Age 3.02 and you don't even need and application server!
-
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: cleveland gibbon
- Posted on: September 27 2000 07:34 EDT
- in response to Jerry Zhu
This is a weak point in the tool market at the moment, but there are getting there. In JBuilder 4 you can do this. VisualAge comes with its test environment to let you do this.
However, IMHO log statements and stack traces should be are ample. Given that your EJB code is kept simple and calls out to more complex code, this complex code can be debug using conventional IDEs.
cleve -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Taras Zhugayevich
- Posted on: September 27 2000 11:49 EDT
- in response to Jerry Zhu
Hi,
Using JBuilder 3.5 you can debug your server side and client side code in the same time. You can get evaluation copy of the JB 3.5 Enterprise Edition from Borland's web site. It is little bit hard to configure but if you will follow documentation you can get results in few minutes. I tried it and it is working!!!
Good luck,
Taras -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Sanjeevakumar Hiremath
- Posted on: September 27 2000 12:21 EDT
- in response to Taras Zhugayevich
Try using webgain(visual Cafe). It has EJB debugging tool or Kawa 5.0 from tek-tool.
Sanjeev -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Taras Zhugayevich
- Posted on: September 27 2000 13:46 EDT
- in response to Jerry Zhu
Hi,
One more thing... If your EJB Container can be run as java application you can easily use jdb from Sun's JDK.
Best regards,
Taras -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: September 27 2000 20:11 EDT
- in response to Taras Zhugayevich
My personal favorite is the BugSeeker from www.karmira.com -
great debugger and cheap ($95 vs $thousands). -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Jerry Zhu
- Posted on: September 27 2000 21:28 EDT
- in response to Dimitri Rakitine
Thanks a lot! -
Emergency:find a tool that could debug EJB?[ Go to top ]
- Posted by: Jeffrey McArthur
- Posted on: October 18 2000 16:31 EDT
- in response to Jerry Zhu
I swear by Karmira Bugseeker. I like a flexible development environment where I'm free to choose my editor (VSlickEdit). Bugseeker does a great job of remote and local debugging, although it crashes in Win2K sometimes. That's ok since I use Linux :). I'm not a big fan of the IDEs I've tried (Netbeans, JBuilder, etc).