Results 1 to 5 of 5
Thread: Complete Beginner
- 01-11-2012, 05:51 AM #1
Member
- Join Date
- Jan 2012
- Posts
- 2
- Rep Power
- 0
Complete Beginner
Hello All,
I am a complete beginner to Java, and I know nothing about programming as well. I am interested in developing websites in Java? Do I actually need to learn code, or can I use some sort of Java framework to create websites? I would like to learn everything there is to learn in respect to java web development? Where should I begin? Any help would be greatly appreciated.
Thanks,
rj
- 01-11-2012, 06:07 AM #2
Re: Complete Beginner
You don't write websites in java. You can write enterprise application's which use java for business logic and JSP/HTML for presentation.I am interested in developing websites in Java?
Yes and yes. There are great frameworks that exist, like SpringMVC. However, spring has a STEEP learning curve especially if you are not already a programmer. I wouldn't start here as a beginner. Grails is a framework very similar to Ruby on Rails but it is Groovy based. Groovy is like a dynamic version of java, but is java compatible. Grails uses Spring and Hibernate in the back end which are core java enterprise web technologies.Do I actually need to learn code, or can I use some sort of Java framework to create websites?
Even with grail's simplicity, you still need to code in two languages at least: Groovy and HTML. For real web apps, a smudge of GSP, Javascript, CSS and XML are good too!
Do you have about 8 years? You realize this is a HUGE field right?I would like to learn everything there is to learn in respect to java web development?
If you are totally new, start reading about some core programming concepts like OOP, Classes, and Design Patterns. Then get started with the official java tutorials at oracle: Tutorials.Where should I begin?
You will need both the JRE and the JDK (Java runtime environment and the java development kit):
JRE
JDK
Instructions and other links
Find a good text editor too, like TextMate or sublimeText for mac, or notepad++ or sublime text for windows.
- 01-11-2012, 07:30 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Complete Beginner
In other words, in Java there are identified sections. Have you ever heard/see words like J2SE, J2ME and J2EE? Those are basically separated different sections in Java. J2EE (Enterprise Edition) is the one you have to looking into, if you want to do stuff related with web and all.
- 01-11-2012, 03:36 PM #4
Member
- Join Date
- Jan 2012
- Posts
- 2
- Rep Power
- 0
Re: Complete Beginner
thanks for your input
- 01-12-2012, 03:33 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Complete Beginner
You are welcome.
BTW, please don't post the same again. If you want to change the content in your post edit the same, or contact one our moderators.
Similar Threads
-
Java Complete Beginner Tutorials
By KrisInfinity in forum Reviews / AdvertisingReplies: 3Last Post: 12-15-2011, 06:38 PM -
complete the code
By blackz in forum New To JavaReplies: 2Last Post: 09-11-2011, 02:04 AM -
Complete Game Engine for beginner and intermediate game programmers
By rdjava in forum Java GamingReplies: 1Last Post: 06-02-2011, 09:29 AM -
Help me to complete this class, please
By pink_872 in forum New To JavaReplies: 6Last Post: 04-21-2009, 01:23 PM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks