astrient
|
This is the place to discuss the Hostj2me.com application and service. |
15/10/06 4:19 PM |
|
vedyna
|
One idea is to export the download counter in order to insert in in another web site
justin |
20/12/06 1:15 PM |
|
hostj2me
|
Is the something along the lines of a REST xml interface? i.e. http://hostj2me.com/user/app
<app>
<name>app 1</name>
<description>text</description>
<downloads>15</downloads>
</app>
Or maybe something simpler like passing the app details through JavaScript? |
22/12/06 4:53 PM |
|
vedyna
|
The simpler solution, via Javascript, could be ok.
In my opinion, the best one is an http link (eg. http://www.hostj2me.com/app_conter?appid=XXXX) giving back an image saying "Hostj2me downloads: XYZ".
|
29/12/06 3:41 PM |
|
astrient
|
I added a JSP that will return application details via a JavaScript object.
The name of the JSP in appinfo.js.html. You can included the results in your web page by using
http://hostj2me.com/appinfo.js.html?id=appID as the SRC of a JavaScript tag.
<SCRIPT LANGUAGE="JAVASCRIPT" SRC=http://www.host2me.com/appinfo.js.html?id=5></SCRIPT>
Please view the src of
http://www.hostj2me.com/jstest.html
for an example. |
24/01/07 6:05 PM |
|