Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools
View Poll Results: What do you think of JSP
Great alternative to MS. 3 60.00%
Just as good as PHP. 0 0%
Yeah, I\'ve got to try that someday. 0 0%
What is it?? 2 40.00%
Voters: 5. You may not vote on this poll


Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old May 22nd, 2002, 08:59 PM
Nigorr Nigorr is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Brisbane, Australia
Posts: 78 Nigorr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
What do you think of JSP?

Anyone here had experience with Java Server Pages??
Well I haven't but that is what I'm learning now, as I have just moved out of "work experience" -> "On the payroll".

I was mucking around with .NET (didn't buy VS.Net) and started to get the hang of C#/ASP.NET and now I have to learn jsp, looking around at various sites and what not to find out what jsp pages are all about. I have come to the conclusion that it is simply the same (not really but close) as C#/ASP.Net all the syntax is close even the structure (it is essientially java which of course is like C).

It got most of the http stuff (response, request etc) the only thing it probably doesn't have is all the nice friendly web server controls out of the box like in ASP.NET. But we all now you can make every single one of those from scratch, it is just convient to use the ones out of the box (so to speak).

And the best thing I'm liking about it so far is that javascript (client) is easy to implement. Now I'll be using java straight and wont have to think about how I do something in C# then convert it to javascript (little thing I kow). This is good for not getting stuff (syntax, references to objects) mixed up.

Well thats my view on JSP whats yours?

Also got to luv VMware it rocks it makes it so easy to set up dev servers without actually having a physical box sitting somewhere. I've been spending the last three hours building it takes a fair amount of time because I'm only running a PIII 333 w/128mb RAM, but hey it is stable as can be.

Reply With Quote
  #2  
Old May 22nd, 2002, 10:03 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
i know what java and javascript is, but ive never knew what jsp actually is, i always asumed, it was like php, in terms of generating dynamic html, except that instead of using php, or asp, it uses java?? what databases can you use with it??? and are their any advatages over php/asp that are worth mentioning??

thanks, hopfully this will clear up a few issues for me, since im mainly a php guy, and well as you can see, i have a thing with MS

Reply With Quote
  #3  
Old May 22nd, 2002, 10:22 PM
Nigorr Nigorr is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Brisbane, Australia
Posts: 78 Nigorr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
I don't know about php, so i can't really compare jsp against php.

Asp as you may know uses VBscript as the language, which is a simpler version of VB, for server-side and vbscript or javascript for client. Now jsp uses java as the language for server side stuff and you would use javascript for client side stuff, why would you use vbscript??.

You know what I reckon, you can do everything with all three just have to do it differently, and all it comes down to is: do like MS or not, do you want to use MS or not, do you want to pay for Stuff or not, and what sort of a web site are you making?

As for databases, I don't know but it would be safe to assume that you can use all of them, there just has to be some sort of a provider for it, I know ORACLE is supported along with mySQL, don't know about SQL Server or Access, Paradox is, and thats all I know.

I will be using oracle here at work, as that is what they got.

as for advantages, the biggest one i see is the platform independant thing. also as i said above you use the same language for client and server-side code.

Hope this helps some, keep in mind what I know I found out within the last 24hrs, I've learnt quite a bit in that time because I have to get up to speed fairly quickly.

Reply With Quote
  #4  
Old May 22nd, 2002, 11:43 PM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Hey Nigorr,
I'm not much of a Java user myself, mainly because it's been perceived as slow. I might learn it one day, but for now Im happy with ASP, VB, C++, PHP, JavaScript, HTML, MySQL and SQL Server hehe.

Reply With Quote
  #5  
Old May 23rd, 2002, 01:43 AM
Nigorr Nigorr is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Brisbane, Australia
Posts: 78 Nigorr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
mytch: I'm not a java user either, i would be very happy to stick with VS.net and the whole .net plan. But I got a paying job now so I might as learn it all. Bit of diversity.

Ben: As for support database, the main three are ORACLE, mySQL and MS SQL, but essentially just about any RDBMS is supported.

Reply With Quote
  #6  
Old May 23rd, 2002, 06:21 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
thanks for that, its cleared up a few issues. pitty you dont know php, since its free, and faster then jsp, but we cant have it all.

Thanks

Reply With Quote
  #7  
Old May 23rd, 2002, 06:34 PM
Nigorr Nigorr is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Brisbane, Australia
Posts: 78 Nigorr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
I have seen a few jsp sites around and I haven't noticed any difference in speed compared to asp/php/html I guess it just dependes on what sort of hardware you have.

Here at work hardware is not a problem, 3 sun servers, 2x $1million each, and the other is $500k. Though I have to say the intranet start page takes a while to load, don't know why yet.

Reply With Quote
  #8  
Old May 23rd, 2002, 11:49 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
can you please send one of those machines to me??? i would be most greatfull LOL

its worth a try

Reply With Quote
  #9  
Old May 26th, 2002, 07:46 PM
Nigorr Nigorr is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Brisbane, Australia
Posts: 78 Nigorr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
umm... NO.
I was looking at the sun site and they reckon there is huge demand for some of these machines, and you have to wait a bit before it will arive.

Reply With Quote
  #10  
Old May 28th, 2002, 07:35 AM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 21 m 10 sec
Reputation Power: 7
Wink

from what i was told jsp offers wayyyyyyyyyyyyy too much even for the novice programmer.
__________________
Apache Expert

Reply With Quote
  #11  
Old May 28th, 2002, 06:42 PM
Nigorr Nigorr is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Brisbane, Australia
Posts: 78 Nigorr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
what do you mean? (wayyyyyyyyy to much)

Reply With Quote
  #12  
Old May 28th, 2002, 11:51 PM
shunter101 shunter101 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2002
Location: Layton, UT
Posts: 12 shunter101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to shunter101 Send a message via AIM to shunter101 Send a message via Yahoo to shunter101
JSP is very similar to ASP. It is similar in how it all works. JSP has some benefits in that you can use it with java apps, EJBs, and J2EE web applications...Many high powered sites like the power of J2EE and the ability to use apps and web "interchangably". It is nice to have in the old pocket, however, PHP can do it and faster, plus you need to have a server that handles your jsp pages...Apache Jakarta group makes server that handle this for ya if open source is what you want...there are many commercial servers that you can use. I like the power of JRun (Allaire and now Macromedia). Works great on my windows box...on linux it is always Apache, Tomcat and Cocoon working together...

If you are into the J2EE and EJBs then you need to have an application server like Websphere or BEA. There are others as well...open source JoNas works great...and many of these are xml based so they will probably work with your .NET stuff...

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > What do you think of JSP?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway