• 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

Design Query

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I want to develop a web application.The technologies that i know are :-

Servlet
Jsp
Struts
Oracle
xml
and Design Patterns.

I am unable to provide you information because i will need to tell you a lot.If you could give me a simple design which would work for most applications,i will be happy or at least give me a start.I dont have much time and i am completely lost.

Thanks,
subhadeep
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by subhadeep chakraborty:
hi,
I want to develop a web application.The technologies that i know are :-

Servlet
Jsp
Struts
Oracle
xml
and Design Patterns.

I am unable to provide you information because i will need to tell you a lot.If you could give me a simple design which would work for most applications,i will be happy or at least give me a start.I dont have much time and i am completely lost.

Thanks,
subhadeep

 
Mr.Rakesh Kumar
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by subhadeep chakraborty:
hi,
I want to develop a web application.The technologies that i know are :-

Servlet
Jsp
Struts
Oracle
xml
and Design Patterns.

I am unable to provide you information because i will need to tell you a lot.If you could give me a simple design which would work for most applications,i will be happy or at least give me a start.I dont have much time and i am completely lost.

Thanks,
subhadeep



----------------------------------------------------------------
Hi Subhadeep,

In my opinion Struts is sufficient for all kind of simple/complex applications. Obviously, you can make the front page(View) in JSP, Using Strut's Action classes for Controller(Controller) will be good enough and the DAO&DAOImpl classes classes containing JDBC codes for the backend(Model) interactions with your Oracle.
I think this might be helpful to you, but i feel unable to say anything more without knowing the exact details of the requirements.

Thanks.
rakesh2037@gmail.com
SCJP-86%
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you already know Struts? or you simply want to learn it? Because from your question it looks you don't know it, or don't know it well.

If you want to go with Struts, any Struts book will get you going.

Cheers.
 
Adeel Ansari
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In fact, all the technologies you listed, can get you going and help you, at least, start the thing.
 
subhadeep chakraborty
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Thanks for the reply.I have a doubt with Rakesh.I searched but could not find "DaoImpl", please help me with this.Secondly, thanks Adeel, i am studying Struts.But i want to know something, can you tell me the "J2EE PATTERNS" which i can use in my project with only struts knowledge(without ejb knowledge for eg. for Bussiness Delegate I need to know Ejb, I suppose).
Thanks,
subhadeep
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll suggest you go with learning Struts, and use it, after having a good grip on Struts and good understanding of web development, you go for patterns. I feel learning all the things parallel will not help. First learn and understand the basics and then go for advance.

And this is just my opinion only, other or you may not agree with it.

- Nachiket
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you specify the main purpose of you being designed program?
The main idea of patterns, that they can be best use in specific situations.
 
subhadeep chakraborty
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks for your reply.I think i should study first the basics and then move to design.
Regards,
subhadeep
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic