开发者

What Are The Steps For Bigneers To Create Google Map Web App Using Java Language (New Bie) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_JAVA百科 Closed 11 years ago.

i have worked using .Net i do not know about java can you please let me know the ID for java development that would be more compatible for bigneer and tell the versions of the software also with its pre requset and what is more useful for java development jsp or servlet

Hopes for your suggestions i wanna develop java web app demo using google map api so please let me know about what google api would be use and if possible then mention me the links for the software and API for downlaoding ..

Regards,


Well For working with java eclipse IDE is the most preferred way to start with here is the download link for the latest build from Eclipse

Eclipse Download link

You need not to install eclipse all you need to extract it at some place of your choice and click on the eclipse.exe file and you are ready to go. before that you need to have JDK in your system .download JDK from the oracle and install in your machine

Java Development Kit

For running JSP/Servlet you need a container so Jetty/Tomcat will do the things for you, Tomcat being the most popular is my suggestion

download Tomcat from Apache tomcat site and install it Apache Tomcat

Remember the installation should be

  1. 1 JDK
  2. Eclipse , Tomcat

For creating a web application in your eclipse follow File-NewProject->DyanmicProject and follow the wizard

For creating a Google map all you need to register your self with Google map API and get a key from them which is used as authentication for every request being sent by your application to the Google map API

follow the step mentioned in the link to get a key from Google map API

Sign Up for the Google Maps API

here is the step by step guide from Google Map API itself how to use the Google map API to get data from the Google map and display it.

Remember Google Map API is java script based and for display purpose you need to know a bit of java script to play around it.

Google Map API tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜