GWT reusable components in JSP web pages - example

2013-06-04 Thread Lehel
*This is a small demonstration of how GWT client side widgets can be used in JSP web pages:* *http://gwtjsp.lehelsipos.cloudbees.net/ Regards, Lehel * -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

EJB-GWT and Netbeans IDE

2013-05-31 Thread Lehel
Hi, I wrote a short blog about using ejb and gwt in Netbeans ide: http://lehelsipos.blogspot.com/2013/05/ejb-gwt-and-netbeans-ide.html Lehel -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

GWT-MGWT from a single source code

2013-05-04 Thread Lehel
this on a desktop machine use firefox for desktop and google chrome to emulate mobile apperance(with http://ipad-emulator.org/). So, this is: http://lehelsipos-gwt4.appspot.com/ And if you would like to download the source code: http://siposlehel.atw.hu/ Lehel -- You received this message because you

Reusable GWT components in java library packages

2013-02-25 Thread Lehel
with regards, Lehel Sipos -- 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+unsubscr...@googlegroups.com. To post to this group, send email to google

Re: GWT Advice

2013-02-15 Thread Lehel
these functions and serves the answers to client.Thinking in a multi tier arhitecture is always a good point...What do you think? thx, Lehel Sipos 2013. február 14., csütörtök 13:39:14 UTC+1 időpontban Tim Hill a következőt írta: Wow - thanks for all the pointers guys! :) Regarding the offline

Re: GWT Advice

2013-02-14 Thread Lehel
handling and good looking... For desktop applications, use java swing With regards, Lehel Sipos 2013. február 12., kedd 12:40:13 UTC+1 időpontban Tim Hill a következőt írta: Hi, A friend and I are about to embark on developing and web application and from what we have read/seen, GWT

Re: GWT Advice

2013-02-14 Thread Lehel
Sorry, I forget about SmartGWT SmartGWT.mobile supports packaging with PhoneGap to create installable native applications that have access to on-device resources such as the user's address book or photos. 2013. február 12., kedd 12:40:13 UTC+1 időpontban Tim Hill a következőt írta: Hi,

Re: Vaadin 7 Released

2013-02-04 Thread Lehel
under Netbeans, is for gwt sdk, do you intend to change this? So, do I understand correctly, this news is about, that vaadin offers along its server side arhitecture, the possibility to use client side GWT too(offline), if someone would like to benefit? thx, Lehel Sipos 2013. február 4., hétfő

GWT - DTO

2012-04-18 Thread Lehel
Hi, Working with Oracle Sql data, I would like to ask, that it is possible to serialize all kind of oracle data types, for GWT-RPC having DTOs? thx, Lehel -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT - DTO

2012-04-18 Thread Lehel
, as a java representation into a DTO class: Char = Varchar2 = BFILE = BLOB = CLOB = LONG = LONG-RAW = TIMESTAMP = DATE = NUMBER = If I have a field attribute which is a List, the list' elements should also be DTOs? I think yes. thx, Lehel On Apr 18, 12:30 pm, Paul Robinson ukcue...@gmail.com wrote

Gwt4Touch, Gwt4Titanium

2012-03-21 Thread Lehel
Hi! Does anybody have some experience with Gwt4Touch, Gwt4Titanium? thx, Lehel -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send

GWT client, EJB remote interface

2012-03-04 Thread Lehel
Hi, It is possible to access an EJB remote interface method, from a GWT client module? I mean, without RPC, just calling the functions from client side directly, as for example an Application client accesses the EJB... thx, Lehel -- You received this message because you are subscribed