• 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

Choice between various java technologies(urgent)

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
This question may sound stupid but i do need help very confused.I am confused as to when i am suppose to use JSP& servlets or instead of JSP i can use Javascript & HTML.When should i use EJB instead of just a plain java class to do the same thin.
For e.g say
i have a module where i enter data about a customer in a form now should i develop the form in html or use awt/swing and then the input given to the form should be inserted into a database.So should i use EJB for inserting data into database or should i user servlets to pick up form data and insert into database.
If i use awt/swing how can i transfer the form contents when the data is submitted to servlet/ejb
and if i use ejb to insert data into database how do i get the form values into ejb.
Further when do i use multithreading in my module and how exaclty can i implement it.
Please help me with this as it is very urgent and i am too confused as to what to choose over what.
Thanx in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic