• 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

may i use IDE's ????

 
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 have got a feel of hoe to run the servlets/jsp code using
the BEGINNERS's process -

"copy the class file into the appropriate directory and type in a path into the browser address
box, this path should be as per the entries made in web.xml"


i have installed 'eclipse' and 'sun studio creator' on my system. having done this, would it be fine if i start using the IDE's and let the IDE take care of the directory structure and web.xml entrie ? or Do i still need to follow the begineer's
process as procedure to know the 'deployment descripto' for the exam ?

please reply me. i have donloaded tutuorials on how to use the IDE's !

thanx in advance
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest that it's a good idea to know how to do everything without an IDE - knowing how everything works in the raw is part of the exam. That assumes, of course, that you're planning on eventually persuing the exam.

(That said, I use an IDE at work, but still.)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic