Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Noob question: Is it possible to learn Java and Java EE at the same time

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Noob question: Is it possible to learn Java and Java EE at the same time

    Good Morning

    Firstly modirators: If this post is in the wrong forums please feel free to move or redirect it to a more appropiate forums.

    I am a bit of a noob to real application development. I have made a few silly games for my kids over the years (sometimes using Java) but thats it really.
    I want to make a bit of a real application for my wife (rental Property Managment Application). I was discussing which language to use via a different thread (click here).
    One of the suggestions was to use Java EE due to it framework. Another suggestion related to the importance of a good frame work base dlanguage over a specific language. I did some reasearch and I feel this is great advice that I should follow. I am leaning towards Java EE.

    My question though is:
    Do experienced developer feel it is possible for a noob to learn both Java and Java EE at the same time as part of a application delevopment project?

    My project in short would involve (read here for greater details)
    Security (most important as personal data is being stored, and regulatory compliance)
    Database
    GUI
    Web server (advertisment and interaction)
    business transcations (finacial transcations)
    cross platform (tablets for people to do work on then sync with main DB later)
    And probably a heap more that I havent thought of!

    Commerical speed of devolpment is not the major thing here. My learning along the journey to completing the app for my wife is more the thing. The app is still the major outcome to be achieved though

    Cheers
    chipppy


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Noob question: Is it possible to learn Java and Java EE at the same time

    Sure. It shouldn't take too long to get tomcat up and running, then you can start playing around with Java and JSP to build a webapp, using whatever frontend you want.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Java Noob needs help!
    By antares330 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 24th, 2012, 09:03 AM
  2. Help im a java noob!
    By jonathanfox in forum Collections and Generics
    Replies: 11
    Last Post: July 26th, 2012, 06:04 AM
  3. Most noob question ever.
    By SkyAphid in forum Java Theory & Questions
    Replies: 1
    Last Post: December 8th, 2011, 08:14 AM
  4. java threading execution time question
    By centenial in forum Threads
    Replies: 4
    Last Post: September 8th, 2010, 11:32 PM
  5. In how many days, beginner can learn java?
    By captjade in forum The Cafe
    Replies: 1
    Last Post: February 28th, 2009, 07:35 AM