Server-side code can also be debugged with or without the JBoss Eclipse plugin. This genuitec link indicates JBoss 2.X support but makes no mention of what it actually provides over and above what is already available in Eclipse or from JBoss.
Speacking of Eclipse, here is a comment from their pres' in a link on from MyEclipse: "Masri described the effort of JSP debugging as a tedious process of trial and error. 'There's a constant process of write, deploy and look [for errors]. MyEclipse gives you native debugging from source to final deployment.'" Huh? That comment might make sense if using inline snipplet code for business logic but the solution is dirt simple: stop doing that. Provide a bean that encapsulates the business logic and make a simple method call. When you need to control presentation use tag libraries. Rather than a JSP debugger a good tag library wizard. I think the instances where you have a lot of snipplet code is a result of not being comfortable with tags. JSPs debuggers are really uneccessary and in fact they may invite bad form. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2003 7:05 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Re: JBoss project and Eclipse We do the same as Eric and it's fine. If you want to debug server side code, genuitec has a great plugin. http://www.genuitec.com/products/Eclipse_JBoss.pdf Regards Quoting Eric Jain <[EMAIL PROTECTED]>: > > There are 54 of jars after all > > You may be able to get by with far less. For example, I have the > following jars in my project classpath, allowing me to compile my code > and run test clients: > > jboss-client.jar > jboss-common-client.jar > jboss-j2ee.jar > jboss-jmx.jar > jboss-system.jar > jboss-transaction-client.jar > jbossha-client.jar > jbosssx-client.jar > jnet.jar > jnp-client.jar > > -- > Eric Jain > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > --------------------------------------------------- IMP Webmail brought to you by Galaxy Networks, Inc. http://www.galaxy.net ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
