Re: [josm-dev] JOSM API

2011-12-13 Thread Paul Hartmann
Hi Frans,

 where i can get information regarding to 0.7 development?

The OpenStreetMap API v. 0.7 is far in the future, so I think there is
no serious information at the moment. When there is development, there
will probably be an update on this page:

http://wiki.openstreetmap.org/wiki/API

 and which API in JOSM will use 0.7?
 
 i just think JOSM must produce JSOM API, so Java programmer can use
 the same api with JSOM for their development

What is JSOM API? Do you mean JSON?

This project is an editor application for OSM-Users and not a library.
If you have a Java project where you want to talk to the OSM-Server, you
can probably copypaste a lot of source code from JOSM, but it's still
some work to get it running.

Paul

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM API

2011-12-13 Thread Frans Thamura
 What is JSOM API? Do you mean JSON?


Osm api for.java

We want to.make it become spring injection

And put in our container

 This project is an editor application for OSM-Users and not a library.
 If you have a Java project where you want to talk to the OSM-Server, you
 can probably copypaste a lot of source code from JOSM, but it's still
 some work to get it running.

 Paul

 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev
___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM API

2011-12-13 Thread Mike Dupont
ok, well I was working on something, the gwt josm
https://github.com/h4ck3rm1k3/GWTOsm
http://osmopenlayers.blogspot.com/2010/05/start-of-gwtosm-port-of-josm-to-gwt.html

that was working on splitting the josm between client and server..
mike

On Tue, Dec 13, 2011 at 9:49 AM, Frans Thamura fr...@meruvian.org wrote:
 What is JSOM API? Do you mean JSON?


 Osm api for.java

 We want to.make it become spring injection

 And put in our container

 This project is an editor application for OSM-Users and not a library.
 If you have a Java project where you want to talk to the OSM-Server, you
 can probably copypaste a lot of source code from JOSM, but it's still
 some work to get it running.

 Paul

 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev
 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM API

2011-12-13 Thread Frans Thamura
That will be awesome if osm api server want to make their rest api as ogc
implementation. So... josm api is ogc api.

We can use josm api for any ogc related server.

That more ubiquities
On Dec 14, 2011 3:00 AM, Mike Dupont jamesmikedup...@googlemail.com
wrote:

 ok, well I was working on something, the gwt josm
 https://github.com/h4ck3rm1k3/GWTOsm

 http://osmopenlayers.blogspot.com/2010/05/start-of-gwtosm-port-of-josm-to-gwt.html

 that was working on splitting the josm between client and server..
 mike

 On Tue, Dec 13, 2011 at 9:49 AM, Frans Thamura fr...@meruvian.org wrote:
  What is JSOM API? Do you mean JSON?
 
 
  Osm api for.java
 
  We want to.make it become spring injection
 
  And put in our container
 
  This project is an editor application for OSM-Users and not a library.
  If you have a Java project where you want to talk to the OSM-Server, you
  can probably copypaste a lot of source code from JOSM, but it's still
  some work to get it running.
 
  Paul
 
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/josm-dev
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/josm-dev



 --
 James Michael DuPont
 Member of Free Libre Open Source Software Kosova http://flossk.org

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] JOSM API

2011-12-12 Thread Frans Thamura
hi all

i am seeking doc related to JSOM API, and how JOSM communicate with OSM API

what happen if OSM API patched.

thx
--
Frans Thamura (曽志胜)
Shadow Master and Lead Investor
Meruvian.
Integrated Hypermedia Java Solution Provider.

Mobile: +628557888699
Blog: http://blogs.mervpolis.com/roller/flatburger (id)

FB: http://www.facebook.com/meruvian
TW: http://www.twitter.com/meruvian / @meruvian
Website: http://www.meruvian.org

We grow because we share the same belief.

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM API

2011-12-12 Thread Paul Hartmann
On 12/12/2011 06:23 PM, Frans Thamura wrote:
 hi all
 
 i am seeking doc related to JSOM API, and how JOSM communicate with OSM API

There is no doc, but all the calls to the OSM API are printed to the
command line, if you start JOSM from a console window.

 what happen if OSM API patched.

As soon as API 0.7 is introduced, JOSM will get updated. Not much we can
do about it right now. Maybe there is a better answer if you tell us
what the question is about.

Paul


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM API

2011-12-12 Thread Mike Dupont
I think what you want is this
http://wiki.openstreetmap.org/wiki/API

On Mon, Dec 12, 2011 at 6:23 PM, Frans Thamura fr...@meruvian.org wrote:
 hi all

 i am seeking doc related to JSOM API, and how JOSM communicate with OSM API

 what happen if OSM API patched.

 thx
 --
 Frans Thamura (曽志胜)
 Shadow Master and Lead Investor
 Meruvian.
 Integrated Hypermedia Java Solution Provider.

 Mobile: +628557888699
 Blog: http://blogs.mervpolis.com/roller/flatburger (id)

 FB: http://www.facebook.com/meruvian
 TW: http://www.twitter.com/meruvian / @meruvian
 Website: http://www.meruvian.org

 We grow because we share the same belief.

 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM API

2011-12-12 Thread Frans Thamura
hi paul

where i can get information regarding to 0.7 development?

and which API in JOSM will use 0.7?

i just think JOSM must produce JSOM API, so Java programmer can use
the same api with JSOM for their development

F


On Tue, Dec 13, 2011 at 1:32 AM, Paul Hartmann phaau...@googlemail.com wrote:
 On 12/12/2011 06:23 PM, Frans Thamura wrote:
 hi all

 i am seeking doc related to JSOM API, and how JOSM communicate with OSM API

 There is no doc, but all the calls to the OSM API are printed to the
 command line, if you start JOSM from a console window.

 what happen if OSM API patched.

 As soon as API 0.7 is introduced, JOSM will get updated. Not much we can
 do about it right now. Maybe there is a better answer if you tell us
 what the question is about.

 Paul


 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev