Using GNU getText (.po files) to manage the internationalization process

2011-07-22 Thread ialexei
Hi, Our company is looking at using gnu gettext through out the product, due to the availability of abundant tools that work with the .po standard. It seems straight forward to go with the .po files for a pure java swing application and C/C++ pieces of our product. But our WebGUI is built with

Making a cross site request to a service returning back XML

2011-02-25 Thread ialexei
I have a legacy middleware application that returns back XML. It has lots of methods and is doing well in a stable production environment. I would like my GWT app (running on a different domain) to consume this data with minimal changes to the middleware. The way I see it I have these 2 options

Re: Making a cross site request to a service returning back XML

2011-02-25 Thread ialexei
My question was, Is there an option #3 ? On Feb 25, 11:28 am, ialexei iale...@gmail.com wrote: I have a legacy middleware application that returns back XML. It has lots of methods and is doing well in a stable production environment. I would like my GWT app (running on a different domain

Managing DB Sessions/connection with GWT + Hibernate

2010-07-08 Thread ialexei
Hi, What is the best practice to manage Hibernate sessions in a GWT servlet ? The following article on Google code shows some basic code to use Hibernate with GWT. http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html However I don't see any calls that close the Session