- This topic has 2 replies, 2 voices, and was last updated 12 years, 9 months ago by ssquire.
-
AuthorPosts
-
ssquireMemberSince MyEclipse-G will not be pursued, will they build a way to target a basic Web application to Android using Spring (a feature that they had obviously already build into MyEclipse-G)?
Also,
What is the purpose of the GWT applications Scaffolding? That is, what do they run on? For instance, if I click on iPhone Scaffolding it creates a Spring MVC app ready to run on the iPhone. Will a GWT Scaffolded app run on a Google device?
Sorry if these are dumb questions, I just really don’t know and want to find out.
cconwayMemberHi ssquire,
I think you are confusing native applications with web applications.
GWT is just a web toolkit provided by google. It is intended to run in any modern browser (IE, Chrome, Firefox, etc). It is just one of many possible web layer technologies that you can use to build your web pages. Your web page runs in a web browser and communicates to the server over HTTP. On the server (Tomcat, etc) is where the Spring technology exists. The server is probably at a web hosting provider, not running on the local machine or device.
Since the scaffolded GWT application is a WEB layer technology, it would only run on Android in a web browser, just like any other web application. As far as I know, any web application will run on android, as long as the browser supports that technology. I believe there are multiple browsers available on android, all of which most likely support GWT.
The scaffolding in MyEclipse G was going to build a native android application, not a web application. In a native application, the entire application is running on the device. No web browser, no server. There may be server synchronization options where data can be passed to a server or retrieved from a server, but the key is that there is no web browser necessary.
Even in the planned MyEclipse G product, there was no intent to create an android application that used Spring. All Spring tooling was to stay in MyEclipse for Spring. The MyEclipse G product was going to use Objectify and Google App Engine with SiteBricks. No Spring.
I hope this helps.
ssquireMemberMore stuff to learn.
Thanks!
-
AuthorPosts