• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

IDE for BCD5.0

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

I am planning to use this IDE for my preparation.

Is this OK ?

After all those painful compilaing for SCJP and SCWCD, now we can take the luxury of a IDE
 
Ranch Hand
Posts: 951
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using NetBean 6.0
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
does it have a databse shippped in the server in it ... letting us do some common thigs like basic operations on tables ?
 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Niranjan Deshpande:
does it have a databse shippped in the server in it ... letting us do some common thigs like basic operations on tables ?

Yes.
 
Ranch Hand
Posts: 262
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !!!
I find Eclipse Europa's new features very interesting for java EE developpement.
I have not used Netbeans. With Eclipse Europa + JBoss you can write small examples for your EJB 3.0, in a few minutes.

Good luck !!!
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think MyEclipse run stable, fast. MyEclipse has Database and a lot of shortcuts, but we have to pre-install an Application Server.
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Niranjan Deshpande:
Hi all,

I am planning to use this IDE for my preparation.

Is this OK ?

After all those painful compilaing for SCJP and SCWCD, now we can take the luxury of a IDE



Do not use the automatic functions of IDEs when preparing for SCBCD.

You would not learn what you need for SCBCD if you will use IDEs to do the stuff for you.

E.g. if you ask the IDE to generate bean classes using existing database, then you will not learn how to write bean classes, which is a definite item in the exam.
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot guys..

How am I going to pre install the features ?

and yes...I am going to write the classes...at least once..thereafter i will use the IDE

any more comments

i have downloaded the eclipse europa for jee development...yet to get started with it
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried making a ejb project int he europa eclipse

but i get the following errors -

"jdk5 or higher is needed" when i used persistence as one of the libraries in configurin the project. i have jdk1.6 installed already.

also i get some class path missing entry when i am to make a new jboss server configuration in eclipse.

please help me out...

is there any step by step tutorial that will tell me how to run a sample hello world ejb that also accesses the built in database of jboss?

please help !!
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have problems using Eclipse or JBoss, please ask respectively in the following forums :
  • Eclipse
  • JBoss
  •  
    Because those who mind don't matter and those who matter don't mind - Seuss. Tiny ad:
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic