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 3 of 3

Thread: Is Java ideal for my project?

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

    Default Is Java ideal for my project?

    Hi,

    Im trying to learn a language and i think the best way is to build a website ive an idea for after learning all the basics and basically learn new functions as i need them. Currently im learning php and mysql but i think ill need to learn another language/software to do what i need and from reading on the net Java or Actionscript seem like the two most likely for what i need to do.

    Heres a rough overview and hopefully you can suggest the best tool/language to do it.
    I want to have a website, on that website will be a 3d map something like you see on sim city or cityville, nothing fancy, dont need people walking around just houses, trees, roads, farms, graveyard etc. It will be lots of smaller villages rather than a huge city and you drill down through so you might go to the first map and have 10 zones, you pick a zone and have a bunch of houses in that zone type of thing.

    Anyway this map needs to be embedded on the website and you need to be able to pan or move around the map to find what you want. For each map there will be a noticeboard with information that is updated from time to time and if you click on a house for example your taken from the map to a web page with information about that site.

    So id like a bit of flexibility in the interactive map, as well as being able to click things i want the ability to possibly search for areas on the map by name, as i mentioned i also want to show notice boards that update with info/images etc

    Finally i want to be able to allow people to create buildings on the map, name the building/item, take ownership of that building but again i dont need little people walking around or anything like that just an interactive map with buildings/farms/trees etc

    Ideally id love if there was software that allowed you to create the maps with buildings pre-made but i dont think this will allow me the flexibility to allow users create a new building and the noticeboards so i might have to do it from scratch with something like Java or Actionscript. I know its a tough project to start with but im focused and willing to learn. Another idea i had was to just make the 3d image myself with a 3d software program, embed the image and allow panning or scrolling to move around the map and i can use hotspots on the map to enter into buildings but the issue i see with this is will i have the ability to allow people to create a new building automatically. I guess it wouldnt be the end of the world if i had to manually add them as there will be a process of these been approved anyway so people wont expect for them to be created on the spot but rather than having to edit the map each time i would rather it be automatic but if people think this is the best way then i might take this approach.

    So any suggestions, whats a good program for creating 3d images of a village, remember you dont need the ability to walk inside the buildings so its just an interactive map and whats the best language and/or tools that i should learn to do this other than PHP and Mysql?

    I really appreciate any help, even just pointing me in the right direction would be a great start, also i like the fact that Java is cross platform, dont believe Flash is as i dont think it works on the ipad for example. Are there any drawbacks to using Java, does java normally come pre-installed or do they need to download an applet to use it?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Is Java ideal for my project?

    This thread has been cross posted here:

    http://www.java-forums.org/forum-lobby/61094-java-best-language-my-project.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


  3. #3
    Junior Member
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is Java ideal for my project?

    Quote Originally Posted by copeg View Post
    This thread has been cross posted here:

    http://www.java-forums.org/forum-lobby/61094-java-best-language-my-project.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Ok sorry about that, after reading your links i can see the issues cross posting can cause, hope i didn't offend anyone but my thinking was both forums would have different users and i would get extra opinions but i see the error in my ways now

Similar Threads

  1. Replies: 0
    Last Post: March 9th, 2011, 02:58 AM
  2. Replies: 0
    Last Post: August 30th, 2010, 07:34 AM
  3. Replies: 2
    Last Post: August 1st, 2010, 06:29 AM
  4. [SOLVED] I Need some help for a java project
    By george in forum Algorithms & Recursion
    Replies: 8
    Last Post: April 24th, 2010, 11:12 AM
  5. Java project
    By monika88a in forum AWT / Java Swing
    Replies: 5
    Last Post: January 20th, 2010, 12:10 AM