• HEXUS
  • HEXUS.tv
  • channel
  • gaming
  • lifestyle
  • trust
  • community
  • ESReality
  • HEXUS.community discussion forumsVisit Corsair.com

    Welcome to the HEXUS.community discussion forums forums.

    You are currently viewing our boards as a guest which gives you limited access to view most discussions and other features. By joining our free community you will have access to post topics, respond to polls and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
    Go Back   HEXUS.community discussion forums > HEXUS.help - buying advice & technical queries > Operating systems & applications > Software and web development

    Software and web development Databases, graphics, programming, scripting and web development.

    Reply
     
    LinkBack Thread Tools
    Old 15-12-2003, 06:07 PM   #1 (permalink)
    Cable Guy
     
    Jonny M's Avatar
     
    Join Date: Jul 2003
    Location: Loughborough Uni
    Posts: 4,274
    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
    Jonny M is offline   Reply With Quote
    Old 15-12-2003, 07:07 PM   #2 (permalink)
    DsW
    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
    DsW is offline   Reply With Quote
    Old 15-12-2003, 07:36 PM   #3 (permalink)
    Cable Guy
     
    Jonny M's Avatar
     
    Join Date: Jul 2003
    Location: Loughborough Uni
    Posts: 4,274
    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
    Jonny M is offline   Reply With Quote
    Old 15-12-2003, 07:46 PM   #4 (permalink)
    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
    unrealrocks is offline   Reply With Quote
    Old 15-12-2003, 09:20 PM   #5 (permalink)
    DsW
    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
    DsW is offline   Reply With Quote
    Old 15-12-2003, 11:32 PM   #6 (permalink)
    Cable Guy
     
    Jonny M's Avatar
     
    Join Date: Jul 2003
    Location: Loughborough Uni
    Posts: 4,274
    Thanks: 0
    Thanked 4 Times in 1 Post
    Cheers guys
    Jonny M is offline   Reply With Quote
    Old 16-12-2003, 01:05 AM   #7 (permalink)
    Goat Boy
     
    Join Date: Jul 2003
    Location: Alexandra Park, London
    Posts: 2,425
    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
    DaBeeeenster is offline   Reply With Quote
    Old 19-12-2003, 12:47 AM   #8 (permalink)
    Member
     
    Join Date: Dec 2003
    Location: Ipswich
    Posts: 107
    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!
    duongnt is offline   Reply With Quote
    Old 24-12-2003, 01:33 PM   #9 (permalink)
    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

    TuShan is offline   Reply With Quote
    Reply

    Breadcrumb
    Go Back   HEXUS.community discussion forums > HEXUS.help - buying advice & technical queries > Operating systems & applications > Software and web development


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Trackbacks are On
    Pingbacks are On
    Refbacks are On




    All times are GMT. The time now is 08:14 PM.

    Any representations/statements made on the HEXUS.community discussion forums are the representations/statements of the author i.e. the person/organisation making them. If any such representations/statements are disputed they are a matter between the parties concerned.
    HEXUS Limited accepts no responsibility for any misrepresentations, inaccurate or false statements made by any person/organisation other than HEXUS Limited employees.
    For more information please read HEXUS Limited's terms, conditions and privacy policy.

    Hosted Exchange | Virtual Dedicated Server

    Powered by vBulletin® Version 3.8.4
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
    Content Relevant URLs by vBSEO 3.3.2
    Copyright © 2010 HEXUS® Limited. All rights reserved. Unauthorised reproduction strictly prohibited.