Anonymous
04-01-2004, 05:43 AM
I have been working with using mappoint with J2EE. I havent found enough material for reference, could anyone point me to links which detail integrating mappoint with J2EE.
Thanks,
mahidhar
Thanks,
mahidhar
Mappoint java supportAnonymous 04-01-2004, 05:43 AM I have been working with using mappoint with J2EE. I havent found enough material for reference, could anyone point me to links which detail integrating mappoint with J2EE. Thanks, mahidhar Eric Frost 04-01-2004, 06:19 AM Is this the MapPoint web service? Anonymous 04-01-2004, 10:08 PM Yes, Im building a site in JSP/Servlets, MySQL on Apache. I also want to integrate mappoint web service with this. Any advise on how to do this would be great. Thanks... Eric Frost 04-01-2004, 10:14 PM Have you seen the Java example at demo.mappoint.net? Eric Anonymous 04-01-2004, 11:08 PM I am using the Spatial point example. But when I change the datasource name and entity type , even though there are multiple addresses within a 5 mile radius of the search term, I am getting only one pushpin in the map, with the exact address. It doesnt seem to be reading my datasource and does not show pushpins and list for entity types nearby the search location. Any suggestions will be appreciated. Thanks... Anonymous 04-26-2004, 02:33 AM Mahi, Can you please tell me whether you are accessing MapPoint database or you have uploaded your own data on mappoint and accessing it. If you are using your customised data how exctly you are accessing that customised data. Which link will help us in this regard ? amit paulocaroli 04-17-2006, 01:35 PM There is a mappoint4j project on SourceForge.net The available mappoint4j.jar and the JUnit test cases definitely facilitated my java application integration to the mappoint web services. Check it out at: http://sourceforge.net/projects/mappoint4j markuskolp 02-20-2007, 07:22 AM Hello, I'm trying to use MapPoint Web Service with a Java rich-client and a JSP thin-client. I am always getting an java.net.ConnectException: Connection timed out: connect Exception I've also tried the Jakart Commons HTTPClient instead of the SimpleHTTP-Client, but haven't been successful with this as well. With a .NET Client I can easily access the MapPoint Web Service, however not with Java. Also, I couldn't get the JSP-Example (Java Store Locator) from demo.mappoint.net running, and the rich-client example (Java Driving Directions) from demo.mappoint.net throws the Connectiont timeout exception from above. I have already spent hours on this. Could anyone post code for a running example in JSP or plain Java. It would be better if you could attach the code as complete package in this thread. Or even send it to me at markus.kolp@freenet.de. And how did you get the Store Locator Example running? I'm using JBoss - any issues with this? | ||