Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Mohsen Saboorian
Java's old-fashion resource bundles doesn't support parameters (and even did not support UTF-8 until Java 6), nor it supports more sophisticated constructs for plural terms. Just start with GWT showcase sample application (can be found in GWT standard download package), and write your code based

layoutpanels and actual results

2010-07-10 Thread ToXiC
Hi all Am jus a beginner and i've been trying to use the layout panels in my code..using the example code.i wasn't able to achieve the kindof results thts shown in http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html so pls do help me...i jus want to hav layouts as shown in tht

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-10 Thread Peter Simun
lineman is right ... just download one GIF from http://ajaxload.info/ and put it into your HTML page. After page is initialized (onModuleLoad method) remove it from RootPanel Peter On 9. Júl, 22:44 h., gourineni rakesh rg...@msstate.edu wrote: Hi,    I am using gwt 2.0.3 in an Eclipse project.

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-10 Thread Prashant
the way we have implemented herehttp://claymus-demo.appspot.com/_ah/content is pretty simple. no need to worry about showing/removing loader image everytime you do rpc. source code is available herehttp://code.google.com/p/claymus/downloads/listfor download and the implementation can be found in

cross platform css

2010-07-10 Thread asianCoolz
which cross platform css do you folks using with gwt? reset,blueprint, 960..? which one recommended ? -- 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-tool...@googlegroups.com. To

Available - GXT with GWT (on Eclipse) tutorial

2010-07-10 Thread raj
After a lot of frustration and error/debug cycles, I came to grips with working with GXT on w GWT project within Eclipse. I thought I'd share this with the wider world. Hope you find this useful. The tutorial is available at: http://www.quantschool.com/gxt-on-gwt-on-eclipse Kind ragards -raj --

Re: Google Plugin for Eclipse 3.6 + Different war directory

2010-07-10 Thread Bálint Kriván
Okay, I've just had time to check it again. I've created a new project in Eclipse 3.6 called Dynamic Web Project, and added GWT 2.1.0.M2 (set the WAR directory to src/main/webapp, unchecked Launch Deploy, but provided war directory using -war ...). And it still doesn't copy the war files from

Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Aladdin
I read about UTF-8 problem , but for me I never really had it , I wrote Java I18N back when it was at 1.2 , just fix the encoding in ur editor. So this is not an area that required innovation in my opinion. The old-fashion resource bundle is well integrated in the development environments , u can

Re: Available - GXT with GWT (on Eclipse) tutorial

2010-07-10 Thread Ravi kumar
tnx really this is good tutorial.. Regards, Ravi Kumar Chaurasia http://ravikumardk.blogspot.com/ Dept of Information Technology NIT,Durgapur On Sat, Jul 10, 2010 at 6:02 PM, raj r...@subramani.com wrote: After a lot of frustration and error/debug cycles, I came to grips with working with

Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Christian Goudreau
Wow, never used local in Java before, but I simply think that Gwt locales are easy to learn... Take my 1 year java experience, 1 year university experience and 2 hours reading and experimenting with http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideI18n.html + one of the feature of

Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Mathias Herberts
Google takes i18n very seriously, the GWT way to it may be different from what u r used to but it does a great job where STD Java is simply lacking (think plural rules and image i18n). Dig into GWT generators to better understand how things are done. -- You received this message because you are

Re: cross platform css

2010-07-10 Thread Stefan Bachert
Hi, GWT has its own concept platform independency. ClientBundle/CssResource allows conditional CSS GWT delivers different Javacode depending on the target browser I do not expect anyone to cross platform css because it violates GWTs basic approach to deliver only what is need for a certain

Re: create web service inside GWT project

2010-07-10 Thread Arian Prins
Hi Jeff, I think I figured things out, thanks to your pointers. I'll try to explain what I did in case someone with the same question stumbles upon this thread. First, I created a class that extends HttpServlet. Thats different from the classes that are made to communicate with GWT-client.

Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Stefan Bachert
Hi, First of all i18n of GWT is using property file like classical java, but during compile time. Not using the file directly during runtime is quite obvious: the app live in the browser and has no direct access to the file systems. You could write a generic approach to download properties files

Re: Make a Banner rotator whit ClientBundle or Java Script Nativ, what do you recomended?

2010-07-10 Thread Stefan Bachert
Hi Jero, from the html point of view you just need 2 banner panels. One going, one coming. Animation could be done with timers/Animate class/Layout panel for a smooth transition/animation the images needs to be loaded. What you can do is to start the animation when the first two images are

Re: GWT roadmap: easier use of REST?

2010-07-10 Thread Stefan Bachert
With browsers becoming more aware and supporting sources from multiple sources, SOP is not so much an issue. first of all SOP is a browser topic not an GWT. I don't think that browsers will give up security. That is a sad state of affairs and ties the client to a GWT-RPC speaking backend.

Universal Document Converter

2010-07-10 Thread rohit jain
Hello, I am searching on ways to make a small app for converting documents from one format to other. Mainly these formats .doc , .pdf , .odt , .rtf.. and maybe a couple more. Has anyone tried this before?? I came across the library JODConverter but it needs open office to be already installed and

Re: GWT roadmap: easier use of REST?

2010-07-10 Thread Thomas Broyer
On 9 juil, 17:18, ivar vasara i...@oobik.com wrote: On Jul 9, 7:02 am, Stefan Bachert stefanbach...@yahoo.de wrote: I guess directly supporting RESTful/Soap does not make much sense because of SOP and other security topics. With browsers becoming more aware and supporting sources from

Re: Universal Document Converter

2010-07-10 Thread Subhrajyoti Moitra
hey rohit. i have worked on a simialr app, using openoffice (headless) service to convert the docs into pdfs, using JDOConverter. This has nothing to do with GWT. What is it you are trying to do? Thanks, Subhro. On Sun, Jul 11, 2010 at 2:24 AM, rohit jain rohitjain.n...@gmail.comwrote: Hello,

A couple of (probably) simple questions about using _escaped_fragment_ / ajax crawl-able.

2010-07-10 Thread darkflame
a) As my server doesn't support server-side java, I'll be using php to generate the static/snapshot pages. How close do they have to be to the proper/GWT ones? Is it good enough if the text and links are exactly samebut not the images/layout? I dont want to be accused of spoofing, but

Re: GWT RPC with Adobe AIR 2

2010-07-10 Thread Joe Cole
We have a very large app that uses air extensively (both online and offline modes). We had to jump through many hoops to get RPC working. For AIR compiles, we replace the following class with this method: public final class ClientSerializationStreamReader extends

Re: GWT RPC with Adobe AIR 2

2010-07-10 Thread nino ekambi
Why dont just use the RequestBuilder and send the response back as JSON or XML ? 2010/7/11 Joe Cole profilercorporat...@gmail.com We have a very large app that uses air extensively (both online and offline modes). We had to jump through many hoops to get RPC working. For AIR compiles, we

Re: difference in alignment on different browsers

2010-07-10 Thread Vik
any help on this plz... Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Fri, Jul 9, 2010 at 10:35 AM, Vik vik@gmail.com wrote: hie thanks looks helpful... The firebug shows following layout td align=center fieldset table clogroup/colgroup tbody

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-10 Thread Luis Daniel Mesa Velasquez
@prashant he's not talking about RPC he's talking about loading the Entry Point, @lineman78 is the way to go for this one... ADD a simple image img id=splash src=../images/spalsh.gif / or add a div with a background image... div id=splash style=background-image: url(../images/spalsh.gif);/div

Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Luis Daniel Mesa Velasquez
you need ConstantsWithLookup... i think... or check this... http://codeherding.blogspot.com/ look at the end for the archive and then find the intro then select the i18n section. On Jul 10, 2:51 pm, Stefan Bachert stefanbach...@yahoo.de wrote: Hi, First of all i18n of GWT is using property

[gwt-contrib] Re: UiBinder tweaks for GWT Designer

2010-07-10 Thread Konstantin.Scheglov
So... I don't understand what to do now. Should I prepare patch? Would be sad to miss GWT 2.1 release. I believe that UiBinder support in GWT Designer will be ready at the time when GWT 2.1 will be actual version, so would be good to allow them play nicely with each other. Why do you