Jim Rosenberg wrote: Is JSP more popular than Servlets?
should I get familiar with one framework, or should I try to avoid them so I don't get too comfortable using it and cannot program without it?
What about another add-ons, like Hibernate?
Bear Bibeault wrote:Also be sure whatever JSP reference you use is up-to-date and focuses on modern techniques. If you see that the reference is focused on scriptlets, rather than the JSTL and EL (Expression Language), toss it in the hopper and get a better reference.
Jim Rosenberg wrote:That's good to know...my reference is in fact focused on scriptlets.
How are Servlets and JSP hand in hand? I though Servlets was old and a little outdated and JSP was modern and the wave of the future
SCEA5
Fabio Falci Rodrigues wrote:HTML + Css + JavaScript! That's the base.
After that you can focus on JSP and web frameworks, like Struts2, SpringMVC, JSF, etc.
Bear Bibeault wrote:As above, I disagree. frameworks should be avoided until the basics are well understood. Only then can it be determines which, if any, is suitable for use.
SCEA5
I hardly think 2 weeks is sufficient to thouroughly understand the basics.Fabio Falci Rodrigues wrote:Yes, for sure. He must understand the base and avoid some frameworks, as least for 1 or 2 weeks.
But don't fall in the trap and create a home made web framework. Every java developer do that.
SCEA5
Jim Rosemberg wrote:How are Servlets and JSP hand in hand? I though Servlets was old and a little outdated and JSP was modern and the wave of the future being more like your typical web scripting language in the sense that it has code in <> tags and HTML outside the tags.
Why do you think JSF is an abomination?Bear Bibeault wrote:More advanced developers who thoroughly understand the concepts often eschew the cantankerous and overly-bloated popular frameworks (and the abomination that is JSF),...
Agree. You learn a lot when you are studying for certifications.Vladas Razas wrote:Try to get Java Web Component Developer Certification, or a book that prepares you for it. Basics are in there.
lolBear Bibeault wrote:That's like asking if bread is more popular than butter. They go hand in hand.
Leandro Coutinho wrote:
You can code only with JSP, and your code will look like a PHP code, but I don't recommend it.
Jim Rosenberg wrote:This is exactly the reason why I posted this. JSP looks like PHP. Servlets look like Java.
Should I look at straight JSP until I get familiar enough
I know with ASP.Net, you have some C# classes with the whole code behind method. Is there a way to do something similar with JSP where I would have classes and JAR files?
Fabio Falci Rodrigues wrote:HTML + Css + JavaScript! That's the base.
After that you can focus on JSP and web frameworks, like Struts2, SpringMVC, JSF, etc.
And if in this point you still planning to continue with Java, then you can think about in some
libraries, like Hibernate and Spring.
Right! We're on it! Let's get to work tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|