Hi am working on project using gwt java on GAE. We developed one application using GWT JAVA GAE. This is web application I want to convert this application offline is it possible? any possible ways?
Thanks in advance.
GWT allows you to use all HTML5 features, so it's possible to build an offline app with GWT. There are a number of challenges that you will have to overcome - too many to discuss in an answer to your question. You may want to start with this excellent presentation:
Easing offline web application development with GWT
Related
I was looking at http://phonegap.com/ and I find the technology quite impressive.
And I was wondering with technologies like GWT or Vaadin, which convert Java code to Javascript, can it be used with phonegap?
As far as I know there is Mgwt project introduced by Daniel Kurka
By using gwt-phonegap and mgwt you can write applications that can be deployed into the app store or the market place with GWT.
Here is some start for you.
Yes you can use Vaadin to create nice mobile application.
With Vaadin TouchKit you can create native and HTML5 Application for cross-platforms.
For converting to native application, vaadin supports Apache Cordova & PhoneGap.
I need to build frontend using GWT and use EJB as backend technology, but i am not able to find out enough information on how to go about it . It will be really good if some one can guide me through the procedure once
thanks
Maybe you want to check out this little tutorial: GWT Integration
An attempt to share some of the things I have learned using GWT, JBoss, HTML5, and JPA.
The author builds a small GWT / EJB example project running on an JBoss Application server.
Here this youtube video is your freind.
And a sample Project on GIT Hub.
I am assuming you are Familiar with GWT-RPC
I am new in breezejs and just have to know whether it supports Java Server like Tomcat or not..
I mean I saw 100's of examples using Breeze and Asp.net server but didn't saw any example using Java server, please shed some light on this;
well this was on the breeze FAQ
Based on your documentation, it looks like Breeze is hardwired for .NET. You're even using Visual Studio in your samples.
Yes, our initial launch shows Breeze using Visual Studio with a .NET Entity Framework back-end.
To be clear, Breeze does not require .NET, but this is currently how we have the data provider hooked up through WebAPI. We are planning to support other back-ends and front-ends, as well as show IDEs other than Visual Studio. Your feedback on UserVoice helps us prioritize these features.
Work is well underway on a Java backend for Breeze, using Hibernate and JAX-RS. Please check out breezejs-hibernate.
The NorthBreeze sample is a web application (WAR) that uses the breezejs-hibernate library. We build it with Maven and deploy it on Tomcat. It uses Angular for the UI bits. It's still pretty rough.
Ankur, please add this request to the breeze User Voice ( and vote for it). We take these suggestions seriously when determining what features/samples to work on next.
I know that Smart GWT also supports Android and iOS, as well as regular PC/iPAD for UI design.
Is there any other good Java based or GWT based framework, that allows creation of interfaces for web apps, that show correctly in iOS/Android/Blackberry, as well as desktops/tablets?
I have used Vaadin before and they have a TouchKit project that aims at mobile development. Vaadin is a server-side framework, so offline applications can be a problem. Anyway, some links:
Vaadin
TouchKit Addon
Using TouckKit
Please suggest where can I find good resources (tutorial/books/example code etc) for this
The opensocial-development-environment is very useful for developing OS applications. You can test your applications locally and generate Java RESTful client stubs easily.
couple of links:
http://wiki.opensocial.org/index.php?title=Main_Page
http://code.google.com/apis/opensocial/
http://code.google.com/p/opensocial-java-client/
http://en.wikipedia.org/wiki/Opensocial