• 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

Working With NetBeans 6.1 and Integrated GlassFish Server For SCBCD

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Long time no see, I am joining back JavaRanch Forum after more than one year since I completed SCWCD last year.

I started working on SCBCD exam preparation and got "OReilly.Enterprise.JavaBeans.3.0.5th.Edition.May.2006" Book, but want to work on netbeans and its integrated GlassFish Server.

Any one like to suggest a better way or have experienced with netbeans.

Thanks
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would prefer eclipse + jboss application server. This is because
1)working knowledge of eclipse would be really useful
2) Jboss because ORIELLY's examples are based on Jboss so it would be easy

This is just my preference
 
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Saqib

I use Netbeans 6.1 & Glassfish and also Eclipse & Glassfish.
Netbeans is comfortable but I prefer the Eclipse and I try to do as much as I can "by hand"(e.g the deployment) only to improve my skills.

I'll recommend you to try both - to observe the problematic from two different points of view.

If you choose to use eclipse together with glassfish unedr linux take a look at :

https://coderanch.com/t/164057/java-EJB-SCBCD/certification/Glassfish-Eclipse-publish-server

Regards,
M
 
saqib sarwar
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks For Advice
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Netbeans + GlassFish is simply superb. I tried practicing using Eclipse+JBoss. But since JBoss 5 is in beta stages, there were many problems like DI(JBoss5CR1), file locking in windows(JBoss5beta4). Eclipse+Glassfish or Netbeans+Glassfish is good & quickly you can learn EJB with out many problems.

____________
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic