Re: How to use one service from several GWT-Apps

2010-06-24 Thread newnoise
just a simple dijkstra ... On 23 Jun., 22:55, giuseppe la scaleia wrote: > A question what do you use for route on map?? Regards giuseppe > > Inviato da iPhone di Giuseppe La  Scaleia > > Il giorno 23/giu/2010, alle ore 22.13, newnoise  > ha scritto: > > > and when i wrote service again, i total

Re: How to use one service from several GWT-Apps

2010-06-23 Thread giuseppe la scaleia
A question what do you use for route on map?? Regards giuseppe Inviato da iPhone di Giuseppe La Scaleia Il giorno 23/giu/2010, alle ore 22.13, newnoise > ha scritto: and when i wrote service again, i totally meant servlet. its been a looong day ... On 23 Jun., 22:11, newnoise wrote: sorry

Re: How to use one service from several GWT-Apps

2010-06-23 Thread newnoise
and when i wrote service again, i totally meant servlet. its been a looong day ... On 23 Jun., 22:11, newnoise wrote: > sorry i meant service. > > i try to explain the problem more precisely: > i got a map. users can, for example, use the app to calculate a route- > advise. if the user did so he

Re: How to use one service from several GWT-Apps

2010-06-23 Thread newnoise
sorry i meant service. i try to explain the problem more precisely: i got a map. users can, for example, use the app to calculate a route- advise. if the user did so he may want to print the route. but the map is nearly fullscreen, so if he justs prints it like that it looks pretty bad. so what i

Re: How to use one service from several GWT-Apps

2010-06-23 Thread Blessed Geek
"service"? Printing thro web service that all/any window could call with a single url? Why would you need to duplicate code when you can call it with a single url? Or did you mean you have a specialised GWT window written to handle printing and you wish to route all printing to that GWT window? A

How to use one service from several GWT-Apps

2010-06-23 Thread newnoise
Hi, I'm currently trying to add some printing functions to a map-software. If the user hits the print-button a new browser-window, which's dimensions fit to a normal sheet of paper, is opened. As the user usually wants to print stuff like a route or so the new window needs to use the same services