IE8 Elemental support...

2012-11-19 Thread Felipe Gasparino
Hi All, I'm experimenting Elemental, and the library sounds pretty cool. I got a huge increase in performance. However, the IE8 is no longer working. Does anybody know if Elemental supports ie8 ? Or if not, any workaround to suggest? Thanks! -- You received this message because you are

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-20 Thread Felipe Stanham
I Know this is old but I just got stuck with the same problem. Did you ever got around this and solved it? I'm really frustrated, I've tried everything I knew of, everything any blog speaks of and still no validation run! PLEASE HELP!!! On Sunday, January 15, 2012 12:32:56 AM UTC-2, TULC

Re: too much code: GWT Development with Activities and Places

2011-09-26 Thread Felipe Martim Vieira
to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Felipe Martim -- You received

Necessary ORM

2011-03-21 Thread Felipe Cordeiro Caetano
Hello folks wonder whether to use RequestFactory necessarily I have to use JDO or JPA or something. I ask this because I'm using MyBatis and am having some problems implementing the server side. Thank you all. Felipe Caetano -- You received this message because you are subscribed to the Google

Why does GWT+JUnit take so long to start?

2010-07-27 Thread Felipe Baytelman
I'm implementing a big project using TDD, but it's becoming a real pain: JUnit takes 2 minutes to start the first test (basically, setting up). Is there a way to speed up JUnit with GWT? Thanks in advance, --Felipe Baytelman -- You received this message because you are subscribed to the Google

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread Felipe Guarda
but what about the implementation of the RPC, you could help me? thanks On May 10, 2:06 am, abhiram wuntakal abhir...@gmail.com wrote: Hi Felipe,   This block of code would help you send an email from the application. The trick basically is to get the textual data from the client side

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread Felipe Guarda
-mail? Should I instantiate that class? Sorry for the stupid questions, I am now getting this world java / gwt. thanks, Felipe On May 11, 11:48 am, abhiram wuntakal abhir...@gmail.com wrote: Hi Felipe, RPC implementation would be simple. Just write an ordinary RemoteServiceServlet and write

help for sending e-mail using rpc / gwt

2010-05-09 Thread Felipe Guarda
I'm trying to learn how to send emails using gwt/rpc but I have difficulties. Someone could send me a simple example that shows the implementation of the code on the client and server? tks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: error javax.mail

2010-05-01 Thread Felipe Guarda
mail or db connections and such must all be done on the server side.  The correct model is for the client/browser to send requests to the server, ie through RPC calls, and for it to do this sort of work, sending the results back to the client. On Apr 30, 11:43 am, Felipe Guarda felip...@gmail.com

Re: error javax.mail

2010-04-30 Thread Felipe Guarda
Validating newly compiled units [ERROR] Errors in 'file:/home/felipe/downloads/workspace/plano %20de%20saude%20online/src/com/ps/www/client/ Plano_de_saude_online.java' [ERROR] Line 82: No source code is available for type java.util.Properties; did you forget to inherit a required module

error javax.mail

2010-04-29 Thread Felipe Guarda
I think i may have a problem with which JRE the appengine hosted browser is using to compile. In eclipse my code recognizes the various classes I'm importing for my JavaMail use (no precompile errors). However, when I Run As a web app, the GWT Hosted Mode console reports the following: [ERROR]

Re: error javax.mail

2010-04-29 Thread Felipe Guarda
Yes, i`m using javax.mail in the clientside code. where is the correct place? Felipe On Apr 29, 1:34 pm, dolcra...@gmail.com dolcra...@gmail.com wrote: Are you using javax.mail in the clientside code? (If so, you can't do this).  Otherwise you just need to add thecorrect classpath

Re: PagingScrollTable running example please???

2010-03-30 Thread Felipe Peña
example project here http://zenoconsulting.wikidot.com/blog:17/ In the comments he explained me how to retrieve by using maven On 29 Mrz., 18:45, Felipe felipe.andres.p...@gmail.com wrote: HI, Here's an example : publicMyClass implement EntryPoint , PageLoadHandler

Re: PagingScrollTable running example please???

2010-03-29 Thread Felipe
HI, Here's an example : publicMyClass implement EntryPoint , PageLoadHandler { public void onModuleLoad() { tableModel = new TestTableModel(); cachedTableModel = new CachedTableModelTestModel(tableModel);

Re: incubator ScrollTable

2010-01-22 Thread Felipe
m I don't know if is the better solution, this maybe: public void afterLoad () { if ( tablaScroll.getDataTable().getColumnCount() == 1) { // setColumnWitdh } else { // otra cosa. } } regards.! On Jan 22, 9:46 am, Ashar Lohmar asharloh...@gmail.com wrote: this

Invitation to connect on LinkedIn

2010-01-19 Thread Felipe Toledo
LinkedIn Felipe Toledo requested to add you as a connection on LinkedIn: -- anoop, I'd like to add you to my professional network on LinkedIn. - Felipe Accept invitation from Felipe Toledo http://www.linkedin.com/e/JBsiVJwsKkjlZpgW5Fs

Issue on JSORestrictionsChecker

2010-01-06 Thread Felipe Toledo
Hi all, I am using JSO types as my model entities supertype. It was working fine, until I add a new one. Apparently there is no reason to give me this error. The stack trace is: com.google.gwt.dev.jjs.InternalCompilerException: Already seen an implementing JSO subtype (JsTask) for interface

Re: Issue on JSORestrictionsChecker

2010-01-06 Thread Felipe Toledo
(); } public final native int Z() /*-{ return this.z; }-*/; } On Tue, Jan 5, 2010 at 2:53 PM, Felipe Toledo felipetgolive...@gmail.comwrote: Hi all, I am using JSO types as my model entities supertype. It was working fine, until I add a new one. Apparently there is no reason

Re: 'UnsatisfiedLinkError Issue after updating to Ubuntu 9.10 (Intel x64)

2009-11-15 Thread Juan Felipe Carrasquilla
Very relevant. Merci Juan On Nov 6, 3:07 pm, Bib' olivier.dal...@gmail.com wrote: Hi everyone, I decided to post here about an issue I encountered and solved lately after updating my Ubuntu from 9.04 to 9.10. First of all, I have x64 proc based architecture (this was the source of my

Re: PagingScrollTable/CachedTableModel page count issue

2009-11-04 Thread Felipe
I have something like: ... @Override public void requestRows(final Request request, final CallbackCondominioTipoBModel callback) { listadoUnidadesVendiles = new ArrayListCondominioTipoBModel (); cachedTableModel.clearCache(); FacadeUnidadesVendiblesAsync call =

Re: PagingScrollTable/CachedTableModel page count issue

2009-11-04 Thread Felipe
this, it just won't work in it's current implementation. regards, --andrius On Nov 4, 1:44 pm, Felipe felipe.andres.p...@gmail.com wrote: I have something like: ...                 cachedTableModel.setRowCount (listadoUnidadesVendiles.size

Re: Is it possible to create custom widget?

2009-10-27 Thread Felipe
... i don't understand , but: you should test your service with jUnit , then . try that: seee: parametricas = ServiceLocator.getFacadeParametricas(); public class ComunasSelector extends Composite { private SuggestBox listadoSuggestComunas; private ComunaSuggestOracle

Re: Problem using PagingScrollTable

2009-10-27 Thread Felipe
Hi, the code: In TableModel you make data acces (local o remote): in TableDefinition, decide how to display public class LineasConstruccionTableModel extends MutableTableModelLineaConstruccionUnidadVendibleModel { private int idDeclaracion; private int correlativo; private

Re: which tools you have used for development of GWT?

2009-03-05 Thread Felipe Cypriano
I use Netbeans and I'm testing IntelliJ IDEA both are very good choices. Personally I don't like Eclipse I try but I can't get used to it, no technical reasons. Regards, --- Felipe Marin Cypriano Vitória - ES On Wed, Mar 4, 2009 at 10:14 AM, bamatico wes.br...@gmail.com wrote: I have only

Re: Hibernate/JPA gwt 1.5

2009-02-27 Thread Felipe Cypriano
i have to go through the DTO approach to send my data to the gwt client? No other way? Take a look at Gilead project: http://noon.gilead.free.fr/gilead/ Gilead helps you pass your entities to the GWT client. Regards, --- Felipe Marin Cypriano Vitória - ES http://www.linkedin.com

Re: MVC + RPC architecture

2009-02-26 Thread Felipe Cypriano
) than the old full refresh. Regards, --- Felipe Marin Cypriano Vitória - ES http://www.linkedin.com/in/felipecypriano On Wed, Feb 25, 2009 at 12:22 PM, gregor greg.power...@googlemail.comwrote: Hi Reza, I think I made an unfortunate choice of words with dogma. I do not mean to diss MVC, what

Re: Spring Security and GWT : how I've done

2009-02-25 Thread Felipe Cypriano
the timeout counter is restarted or every 30 minutes with the user didn't do a refresh (old school request) the session will expires? Thanks, --- Felipe Marin Cypriano Vitória - ES http://www.linkedin.com/in/felipecypriano On Wed, Feb 25, 2009 at 6:14 AM, David dmartin@gmail.com wrote: I've added

Re: GWT RPC problem while deploying on glassfish

2009-02-19 Thread Felipe Cypriano
What's is the code for this class: client.modeller.Student ? Regards, --- Felipe Marin Cypriano Vitória - ES http://www.linkedin.com/in/felipecypriano On Wed, Feb 18, 2009 at 12:15 PM, yek...@gmail.com yek...@gmail.com wrote: Hi everybody I builded a war and using gwt-rpc mechanism

Re: gwt is good for develop erp system?

2009-02-17 Thread Felipe Cypriano
I'll surely give it a try. Other references: Spring Dynamic Modules for OSGi(tm) Service Platforms http://www.springsource.org/osgi Hope it help you. Regards, --- Felipe Marin Cypriano Vitória - ES On Tue, Feb 17, 2009 at 1:30 AM, wangscu wang...@gmail.com wrote: hi, everyone our team

Re: How to implement DTO correctly for use with RPC?

2009-02-12 Thread Felipe Cypriano
about the package and the source files. Could I create a java class library with the package *myapp.client.gwt.dto* and use this library in classpath for the GWT client and the server? Thanks, for helping. --- Felipe Marin Cypriano Vitória - ES On Wed, Feb 11, 2009 at 11:02 PM, BobM bmar

Re: compiling gwt app

2009-02-12 Thread Felipe Cypriano
I think you're missing gwt-dev-system.jar in your classpath. --- Felipe Marin Cypriano Vitória - ES On Thu, Feb 12, 2009 at 8:16 AM, ytbryan ytbr...@gmail.com wrote: ok ... i used pause; i got this error. tried searching in this forum but got no result. can someone help me out

Re: How to implement DTO correctly for use with RPC?

2009-02-12 Thread Felipe Cypriano
not? If a salesman has the rights to change the item price, why not the client side shouldn't change the ItemDTO and update the server? Is there a better solution for updates? Cheers, --- Felipe Marin Cypriano Vitória - ES On Thu, Feb 12, 2009 at 12:42 PM, BobM bmar...@bcscomputers.com wrote: See my

How to implement DTO correctly for use with RPC?

2009-02-11 Thread Felipe Cypriano
do I do this? Some tips? Links? Regards, --- Felipe Marin Cypriano Vitória - ES --~--~-~--~~~---~--~~ 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

onModuleLoad() + ajax partial refresh

2008-09-15 Thread Felipe Frechiani
page and it runs the onModuleLoad method, but it does not show anything in the screem I kwon that the code is running but seems that the RootPanel is not initiated correcly. Is the onload of the page doing anything esle? to initiate the RootPanel? Any Ideas? Cheers!! -- Felipe Frechiani de