Thursday, November 27, 2014

Re: GWT on iSeries

Hi Luca,

1) A JVM is a JVM ! While a JVM is compliant with Java virtual machine specifications, you shouldn't meet any issue using it.
If you installed JAVA with a IBM LIC on iSerie, it's probably the IBM JVM. But you can install Oracle JVM and test.
On IBM iSerie main screen type "qsh" to open an UNIX-like shell, then type "java -version". You'll see if it's IBM or ORACLE JVM (hot spot)

2) Jetty is a lightweight JSP/Servlet engine used for developpement (GWT Dev Mode) and debug purpose.
In order to test in pre-production, you should use TOMCAT on iSerie, as i told you in my last mail.
USING WEBSPHERE DIRECTLY IN DEV MODE IS VERY HEAVY AND WASTE TIME !!! I don't advise to do so.

3) If you still have some doubts, download a GWT example application (mail client for exemple ) and deploy it to your websphere server. Test and check. If your logs are clean. If so, it's OK.

I hope it helps you.

Regards.

Karim Duran

2014-11-21 13:48 GMT+01:00 Luca Tozzi <l.tozzi@gmail.com>:
Yes.. my doubts are based on the IBM jvm.... 
have you find any difference among the Oracle JVM and IBM JVM...
when compile GWT?

And is Jetty a good Server for try application before to deploy on iSeries?
or otherwise.. do you use WebSphere for iSeries directly when you develop? 

Il giorno martedì 18 novembre 2014 19:27:13 UTC+1, Terry Birch ha scritto:
Hi Luca,
We have been running GWT apps on the iSeries/Power 6 for several years in Websphere. I have found it similar to running in Tomcat or other web server, Did you have specific questions related to running on the i?
Terry

On Tuesday, November 18, 2014 11:09:49 AM UTC-5, Luca Tozzi wrote:
Anyone have experience on use GWT on WebSphere for iSeries?

I need skills, about it, for analyze and develop an important business project.

TNKS,
Luca

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment