Wrox Home  
Search P2P Archive for: Go

  Return to Index  

application_development thread: Re: I use ASP - Thinking About JSP


Message #1 by ramkumars@k... on Sat, 28 Dec 2002 19:44:55
Hi,
You can go kick off your final module using JSP.Definitely JSP is robust 
than ASP.With JSP you will get the following advantages.
 
      Interoperability(Deployment support on almost all web servers).
      Less Learning curve required
      Clear Seperation of your business logic and presentation logic
      by using MVC Architecture
      Tag Libraries for database manipulations or iterations etc..,
      Ease of Maintenance.

I hope this would help you.

Wish you a happy and prosperous new year.

Thanks and Regards,
Ramkumar.





> Hi 

> * wasn't sure if this belonged here... did put it in jsp section too but 
i> ts not just about that technology
 > 
S> orry! Its a bit of long one: 

> I currently use plenty of HTML & SQL & ASP for my work intranet. (in my 
d> egree I did basic webdesign/C++/Perl) I'm thinking about starting to 
c> ode my next dynamic page with JSP probably via Dreamweaver MX. Some of 
t> he things I've been thinking about: 

> - My final module in Feb 2003 for my masters university degree will be 
J> ava & I thought maybe familiarising myself with JSP would help 
c> onsiderably. 

> - The co I work for is using more Linux & we may well switch to Apache 
s> oon. If I wrote my future intranet & apps in JSP I could just transfer 
t> hem unlike ASP? (or it'd be easier to) 

> - Tomcat would enable me to continue the current site with IIS & ASP but 
a> lso allow JSP 

> - Some of my colleagues use dialup modems or mobile phones to connect to 
t> he work network & have complained about speed issues. I've heard JSP is 
q> uicker than ASP & places less of a strain on the server as ASP holds 
o> pen a session for ages & is continuously reading from the server. 

> (current server is a Win 2k, P3,lots of ram & large drive but as well as 
h> osting the intranet has a web app on it that uses cut down version of 
M> SDE SQL server that retrieves data from a huge Oracle database on a 
unix 
s> erver & posts data into access. This is used by anywhere up to 80 
people 
t> o query & insert data from 4 different office sites) 

> - Other people have mentioned PHP,Perl-CGI,ColdFusion 

> * Co don't want to use cold fusion, I've heard PHP i sgreat but 
p> rocedural & lastly of course it'd be alot easier to continue with 
ASP... 

> Any thoughts or advice would be greatly appreciated. 

> Thanks 

> Graham 

  Return to Index