m.mi...@newelements.de
unread,Nov 20, 2009, 11:12:40 AM11/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
we´re developing an instant messenger using gwt and smart gwt.
it should be possible for our customers to integrate the messenger in
their website while including the javascript from our server.
we we tried to split our compilated code: one part which runs on our
server and one part which could be included in the website of the
customer.
we basically have three modules:
- main application (GWT Module, that runs at our server, displayes all
users that are available on the messenger)
- communication (Java Module, holds all classes necessary for the
communication between our server and the customer website)
- messenger (Java Module, to be integrated at user website, deployed
with the xs-linker-option)
the whole application must be deployed as one, because the
communication module must be the same for both parts of the
application.
this strategy nearly worked, the messenger is displayed at the
customer website that includes our javascript.
problem nr. 1: the images and styles of the smart gwt could not be
loaded because of a wrong path.
question nr1: is there a possibility to set the correct path and load
the images and styles from an external site?
problem nr 2: the rpc calls from the customer website to our server
always ends in "onFailure".
question nr 2: how could we solve this?
question nr 3: maybe our strategy is wrong, is there an better
solution to reach the goal?
i´m looking forward to your answers!