• 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

Deploying ejb into Eclipse

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I want to use Eclipse to code and deploy a very simple ejb project (Head First Advice*.*). Would any one tell me how to do this.
Thanks
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can do EJB stuff by using Web tools platform.
you can obtain a copy of WTP from
http://eclipse.org/webtools/index.html project home page
direct download page link of latest version
http://download.eclipse.org/webtools/downloads/drops/M-0.7.1-200509270720/

if you have no force to use Eclipse then i want to suggest you another alternative to Eclipse WTP which is far more useable and stabler than WTP
you can try it if you find some free times.
Netbeans 5 beta 2 from
project home page
WWW.netbeans.org
download page
http://www.netbeans.info/downloads/download.php?type=5.0b2

I think you will find netbeans 5 a very easy to use and capable IDE.

HTH
 
Quang Pham
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Masoud Kalali:
you can do EJB stuff by using Web tools platform.
you can obtain a copy of WTP from
http://eclipse.org/webtools/index.html project home page
direct download page link of latest version
http://download.eclipse.org/webtools/downloads/drops/M-0.7.1-200509270720/

if you have no force to use Eclipse then i want to suggest you another alternative to Eclipse WTP which is far more useable and stabler than WTP
you can try it if you find some free times.
Netbeans 5 beta 2 from
project home page
WWW.netbeans.org
download page
http://www.netbeans.info/downloads/download.php?type=5.0b2

I think you will find netbeans 5 a very easy to use and capable IDE.

HTH



Thank you for your advice - I will try NetBean instead.
Quang
reply
    Bookmark Topic Watch Topic
  • New Topic