Results 1 to 9 of 9

Thread: Java

  1. #1
    Cable Guy Jonny M's Avatar
    Join Date
    Jul 2003
    Location
    Loughborough Uni
    Posts
    4,263
    Thanks
    0
    Thanked
    4 times in 1 post

    Question Java

    Anyone develop in Java? I've heard it can be a bitch to code for, but the cross-platform usefullness of it appeals to me.

    I've looked around the Sun website, has anyone got any information on Java, and the coding tools and websites they use for help?

    Thanks

  2. #2
    DsW
    DsW is offline
    Senior Member
    Join Date
    Aug 2003
    Location
    Glasgow
    Posts
    292
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Java

    Originally posted by Caged
    Anyone develop in Java? I've heard it can be a bitch to code for, but the cross-platform usefullness of it appeals to me.

    I've looked around the Sun website, has anyone got any information on Java, and the coding tools and websites they use for help?
    If you've got a software engineering background then Java is relatively easy when compared to the likes of C or C++.

    If you don't have any knowledge of Object Oriented programming or any other basic software engineering concepts then forget it (go and learn those first).

    Very useful skill to have on your CV and lots of resources available.

    In terms of websites, check out

    http://java.sun.com/

    http://alphaworks.ibm.com/java

    http://www.jguru.com/


    If you want to learn it, buy a book. O'Reilly and Wrox are decent but there's a very good free one, "Thinking in Java", here - http://mindview.net/Books

    cheers,
    dave

  3. #3
    Cable Guy Jonny M's Avatar
    Join Date
    Jul 2003
    Location
    Loughborough Uni
    Posts
    4,263
    Thanks
    0
    Thanked
    4 times in 1 post
    Thanks for that.

    The Sun website's learning resources refer to:

    Note: You may want to consider using an IDE to help you write your programs. Java 2 SDK, Standard Edition v. 1.4, is available bundled with an IDE, the Sun™ ONE Studio 4, Community Edition (formerly known as the ForteTM for JavaTM, Community Edition). You can download this Sun ONE Studio bundle from the 1.4 download page.
    But I'm having no luck finding this. I can find the Enterprise Editions of the ONE Studio, but not the Community Edition.

    Anyone got a link to it?

    Thanks

  4. #4
    Spodes Henchman unrealrocks's Avatar
    Join Date
    Aug 2003
    Location
    Nottingham UK
    Posts
    2,390
    Thanks
    3
    Thanked
    2 times in 2 posts
    I use the Java 2 SDK and NetBeans which is avalible from the Sun site ... a good system IMO!

    Once you've got the basics it isn't too much of a bitch!

    G4 PowerMac - Tiger 10.4 - 512MB RAM
    MacBook - 2Ghz - 1GB RAM - 120GB HDD

    Rotel RC970BX | DBX DriveRack |2x Rotel RB850
    B&W DM640i | Velodyne 1512

  5. #5
    DsW
    DsW is offline
    Senior Member
    Join Date
    Aug 2003
    Location
    Glasgow
    Posts
    292
    Thanks
    0
    Thanked
    0 times in 0 posts
    Originally posted by Caged
    But I'm having no luck finding this. I can find the Enterprise Editions of the ONE Studio, but not the Community Edition.

    Anyone got a link to it?
    It doesn't look like the Sun One Studio 4 Community Edition is available anymore (its successor, Java Studio Standard 5, is a commercial product). Sun are recommending you use the free NetBeans IDE instead (http://www.netbeans.org/). Its an opensource project, initiated by Sun.

    I personally use Eclipse, which is also a free opensource project, but initiated by IBM (http://www.eclipse.org/).

    cheers,
    dave

  6. #6
    Cable Guy Jonny M's Avatar
    Join Date
    Jul 2003
    Location
    Loughborough Uni
    Posts
    4,263
    Thanks
    0
    Thanked
    4 times in 1 post
    Cheers guys

  7. #7
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    Aye I write Java pretty much every day. Have written (and still in active development) the Content Management System that the company flogs, as well as an email marketing app (<plug>that david uses for the Hexus press releases<plug>) as well as some other stuff.

    It IS a steep learning curve but once you are proficient the amount of work you can get done in a day is pretty amazing really.

    I good IDE is essential. I swear by (as do a lot of java developers I know) Intellij Idea, but it aint free. Eclipse is free, but quite complex. However once you get your head around it, they both do real time syntax checking and code completion, which can speed up development time by something like 5 times (seriously).

    Eclipse is here:

    http://www.eclipse.org/

    Good java tutorials here:

    http://java.sun.com/docs/books/tutorial/index.html

    Have you ever written any OO languages before mate, cos if not that will be the biggest head twister...
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

  8. #8
    Member
    Join Date
    Dec 2003
    Location
    London
    Posts
    120
    Thanks
    0
    Thanked
    0 times in 0 posts
    same here, stick with java for 3 years now. I think it is a great language, easy secure and lots of library. I am using JBuilder as the IDE atm.
    there are things that we know we know, things that we know we don't know and things that we don't know we don't know!


  9. #9
    Member
    Join Date
    Jul 2003
    Posts
    103
    Thanks
    0
    Thanked
    0 times in 0 posts
    im doing a module in java at uni right now. i use a very simple ide but i like it. www.blacksilicon.co.uk/javaide.zip

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •