aspose file tools
The moose likes Other Open Source Projects and the fly likes Create map with java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Create map with java" Watch "Create map with java" New topic
Author

Create map with java

Ilia Prikhodko
Greenhorn

Joined: Apr 14, 2012
Posts: 9
Hello, everyone!
I didn't actually know where to open this topic, but may be anyone of you have worked with the thing i need, so i have decided to start it here...
Maps(like google maps) may be created using javascript. I need to write similar application in java. Is it possible or not?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

You mean server side maps and not Java applets right?

Google provides a server side map API as well. It returns an image so you don't have to use JavaScript.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Ilia Prikhodko
Greenhorn

Joined: Apr 14, 2012
Posts: 9
Thanks a lot for replying, Jeanne, but i have already found good map written on flash...
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Great. While Flash isn't JavaScript, do you want to share which one you went with here so others searching can find out.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Create map with java
 
Similar Threads
Is there such thing as a "search helper"
Shared cache
How to return ArrayList
google maps application using java
is it possible to give info window in Open Street Maps in Java swing application