• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB Tutorial using Jboss3.2.5 and eclipse3.1

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can somebody help me in getting good tutorial on EJB using jboss-3.2.5 and eclipse3.1. I have referred to site tusc.com.au but the site provides tutorial using eclipse2.1. And while using eclipse3.1 IDE with that I encounter some problems. Plz help me.
Thanks,
 
Bartender
Posts: 1155
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you consider using the JBoss IDE, an eclipse plug in (and not the Lomboz plug in) - have a look for the tutorials (and the plug in download) at the jboss web site. Both approaches are similar as they use Ant with XDoclet tags and tasks.

Of course using this approach you will lose the cross server development capabilities that Lomboz offers.
 
Peter Rooke
Bartender
Posts: 1155
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That last comment is wrong - I think you could develop for another server, as you could define doclet tasks and tags for another product.
 
reply
    Bookmark Topic Watch Topic
  • New Topic