Please suggest!!!!

We have a web based content management system running in VB...I am developing a administrator website for that in jsp.It will include setting proper users to access pages edited in the system...then approving certain pages..deleting them etc...

Now I want to know what will be the proper way for my development...

I am new to this environment...So I am a bit confused...I would like to know whether I should carry the devlopment purely in Jsp...or use some other j2ee components like servlets,Ejb...etc..or javabeans etc...

If possible I would also like to get a proper explanation on the advantages and disadvantages of using the above...

If possible...Pl guide me soon..

Thank u.

smita

[744 byte] By [smitaunni] at [2007-9-26 2:21:10]
# 1
Please suggest as soon as possible.... One more thing the users and the pages edited in the content management system is all stored in database...I will be using a sql server.. Do suggest !!!Thanxssmita
smitaunni at 2007-6-29 9:25:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Pl can anybody post a good suggestion soon...
smitaunni at 2007-6-29 9:25:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Anybody can suggest whether using ejb's or javabeans will be better for my databse transactions...if so what is the affect on the performance... Please suggest for the above mail also
smitaunni at 2007-6-29 9:25:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Hi, You can use JSP in your front end and Java Beans for database operations.i.e. You can have your Presentation Logic in JSP and Functional Logic in Bean.
smv_arun at 2007-6-29 9:25:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...