Saturday, May 24, 2014

Is there any way to use 'public static Arraylist' in gwt server side.

Hello Everyone,

I have been playing around gwt for almost 3 years.
Trying to write an ERP program for my firm.

However on startup, program tries to sniff mysql tables which takes about 2-180 seconds.

Is there any way to sniff tables first, on first client.
Then save the list of tables as a static variable on server side.
Then use it again for the next clients?

Note: Program is very flexiable,
table counts and column integrity changes on every update I made, inside firefox by the ERP program.
Hence using a list, embeded to the compiled code is not an option,
but restarting tomcat7 is.

Regards,

--
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