There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Bear Bibeault wrote:One more thing: a lot of people have suggested reading material. Reading is good. But reading isn't enough. Code, code, code, code code, code, code, and then code again.
Only by writing reams and reams of code will you become proficient in any technology. That's especially true for web applications; most likely due to the vast array of mixed technologies that are required.
Java Newbie with 72% in OCJP/SCJP - Super Confused Jobless Programmer.
I am a "newbie" too. Please verify my answers before you accept them.
Bear Bibeault wrote:
Concentrate on Servlets and JSP. No Spring. No Struts. No frameworks. Until you understand JSP and servlets, frameworks will prevent learning them well. Afterwards you can concentrate on whichever frameworks seem to be in vogue for the jobs in your area.
Bear Bibeault wrote:
Learn HTML, CSS and JavaScript. Learn them well. Learn them well. Anyone who thinks HTML is easy, doesn't know jack about HTML. Server-side Java developers are a dime a dozen. Developers who can code equally well on the client, as well as the server, are in high demand.
Bear Bibeault wrote:
After, and only after, you have a grasp on these basic technologies should you think about frameworks.
Java Newbie with 72% in OCJP/SCJP - Super Confused Jobless Programmer.
I am a "newbie" too. Please verify my answers before you accept them.
Andy Jack wrote:Servlets and JSP ? I rarely saw them in about 100 plus java job postings. I suspect that they are not in demand. All I could see was these words combined with Java - Spring, Hibernate, Struts, JSF and some more.
I barely touched HTML and I feel that it easy
Why do you recommend that order ? What are the issues or problems we might face if we do not do it that way ?
Bear Bibeault wrote:
Why do you recommend that order ? What are the issues or problems we might face if we do not do it that way ?
It's like saying "I want to learn Swing without having to learn Java." The frameworks are mostly based on JSP and servlets, and if you don't have a handle on those basic technologies, you're not going to be able to using the frameworks effectively.
Java Newbie with 72% in OCJP/SCJP - Super Confused Jobless Programmer.
I am a "newbie" too. Please verify my answers before you accept them.
Andy Jack wrote:Can you tell me which concepts from JSP and Serv are used in frameworks ?
Joe Daly wrote:Ok then lots of helpful answers, so is there any particular book or learning resource on jsp & serverlets....
No more Blub for me, thank you, Vicar.
chris webster wrote:
Joe Daly wrote:Ok then lots of helpful answers, so is there any particular book or learning resource on jsp & serverlets....
Head First Servlets and JSP is a great place to start. It's a few years old now, but it will give you a fast and enjoyable introduction to the core concepts and APIs, before you move on to look at the latest versions of this stuff in more detail.
Java Newbie with 72% in OCJP/SCJP - Super Confused Jobless Programmer.
I am a "newbie" too. Please verify my answers before you accept them.
ive recently gotten this book
http://www.amazon.co.uk/Java-EE-Development-With-NetBeans/dp/1849512701/ref=sr_1_1?ie=UTF8&qid=1356080748&sr=8-1
everything was going good until chapter 2 when in the examples it uses a SurveyData object that it hasnt explained and i get an error when typing it in netbeans
if any one out there does web development for a living then could you please tell me how you learned?,
i am just curious.
ive recently gotten this book
http://www.amazon.co.uk/Java-EE-Development-With-NetBeans/dp/1849512701/ref=sr_1_1?ie=UTF8&qid=1356080748&sr=8-1
everything was going good until chapter 2 when in the examples it uses a SurveyData object that it hasnt explained and i get an error when typing it in netbeans
Joe Daly wrote:Great could you please provide a link to download thanks a lot i thought i was just have to skip it.
and the book seems good but when i start reading i do really grasp the concepts because it just throws lots of code that it hasn't explained at me, but i will try again as soon as i get the download code so i can do the exaples,
thanks
No more Blub for me, thank you, Vicar.