expenses and other maven apps: how to reflect changes to war folder instantly?

2011-01-05 Thread marius.andreiana
Hi, When importing a maven project such as expenses from gwt, we'd like to make changes to files in war folder (e.g. CSS) and then be able to see them while in debug mode just by pressing Refresh in browser. In order for this to work, one has now to go and change the default war folder as follows

gwt&maven: how to preserve eclipse project WAR directory setting?

2010-12-29 Thread marius.andreiana
When importing in Eclipse an existing (gwt) maven project, the default Project properties -> Google -> Web Application is always "src/main/ webapp". This setting is stored in Eclipse in main/.settings/ com.google.gdt.eclipse.core.prefs I have tried to set it using these in pom.xml, with no effect:

UiBinder i18n improvements?

2010-12-29 Thread marius.andreiana
Hi, Any chance to address http://code.google.com/p/google-web-toolkit/issues/detail?id=4355 in the next GWT release? Would the improvements also remove the need for scripts like http://code.google.com/p/gwt-platform/wiki/MergeLocale ? Thx -- You received this message because you are subscribe

Re: new free book chapter available: RESTful services

2010-12-28 Thread marius.andreiana
On Dec 28, 2:14 pm, Thomas Broyer wrote: > This is not ReST, ReST is about hypertext (HATEOAS). Using a URL per > resource is not enough to make a service > "RESTful":http://www.crummy.com/writing/speaking/2008-QCon/act3.html(only > level 3 can > actually be called "RESTful") Thanks Thomas for p

new free book chapter available: RESTful services

2010-12-28 Thread marius.andreiana
Hi, Part of GWT/GAE book, I've just added a chapter on RESTful services: http://code.google.com/p/gwt-gae-book/wiki/ManagingLocations Looking forward to group feedback and better ways to consume REST services from GWT. Happy New Year :) Marius -- You received this message because you are subsc

Dropping support for ie6?

2010-12-26 Thread marius.andreiana
Hi, GWT 2.1.1 dropped support for firefox 1.0. What do you think about next GWT release dropping support for ie6? (while introducing support for ie9 would be great) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, s

Re: Problem with response.getHeaders()

2010-12-16 Thread marius.andreiana
> What does getReadyState() return? (don't know how exactly would this > be called from a Request class). Looks like it works only > if(this.readyState == 2) And here http://www.devx.com/webdev/Article/33024/1954 it says readyState should be 3 or 4 for response headers to be returned. -- You rece

Re: Problem with response.getHeaders()

2010-12-16 Thread marius.andreiana
Hi Andrei :) Since nobody answered, I hope the following pointers helps you in debugging. A similar thread with a reply from Thomas is here https://groups.google.com/group/google-web-toolkit/browse_thread/thread/4f4132bc90f6375a In GWT source, have a look at * ./user/src/com/google/gwt/http/clie

Re: shared json-domain object on gwt

2010-12-12 Thread marius.andreiana
On Dec 13, 6:54 am, asianCoolz wrote: > how to share json-domain object on gwt client side and server side > objectify? any such example? possible to do this without dto/ > duplicated pojo? It is possible. The models at http://code.google.com/p/gwt-gae-book/wiki/StoringData#Coding_our_data_model

AutoBean vs. gson ?

2010-12-12 Thread marius.andreiana
Hi, How does http://code.google.com/p/google-web-toolkit/wiki/AutoBean compare with http://code.google.com/p/google-gson/ ? gson cannot be used in GWT due to no reflection support. If this would have worked though, wouldn't gson have done exactly what AutoBean does, and more [1] ? Why would one

Re: newbie: GAE + Oauth + Open Id example

2010-12-02 Thread marius.andreiana
On Oct 31, 8:55 am, Fendy Tjin wrote: > Hi, > > I've searched all over the places, what I found is that, I need to > redirect or forward to authenticate to Google account or other > accounts. However I am still puzzled as to how to implement oauth and > open id authentication. > > Can anyone enlig

Announcing free online GWT/GAE mini-book

2010-12-02 Thread marius.andreiana
Hi everyone, I'm glad to announce a free, online GWT 2.1 & GAE mini-book. It's available at http://code.google.com/p/gwt-gae-book The book aims to introduce engineers on how to professionally develop applications using Google Web Toolkit and App Engine by developing a full real application step b

Re: GWT and Gmail Drap File attachment??

2010-12-01 Thread marius.andreiana
Hi Alain, May we have it too? Thanks! On Dec 1, 9:30 am, nino ekambi wrote: > Hello, > this is  done using simple JS so you could implement it yourself  for > example through JSNI. > I think  i have the JS Script somewhere > let me know if you need it > Regards, > Alain > > 2010/12/1 Noor > >

Native GWT form fields validation framework plans?

2010-11-05 Thread marius.andreiana
Hi, There is a common, recurring topic about doing form fields validation in GWT. Here's a good analysis of the current validation frameworks done by Brendan https://wave.google.com/wave/waveref/googlewave.com/w+sVgB2_shE and more discussions at http://groups.google.com/group/gwt-platform/browse_

Re: tips on speeding up development with Eclipse?

2010-11-05 Thread marius.andreiana
t; > /dmc > > On Thu, Nov 4, 2010 at 6:28 PM, marius.andreiana > > > > > > > > > > wrote: > > Hi, > > > Do you have any tips on speeding up development with Eclipse? > > > For example, one can can reduce the compilation time by reducing the > >

Re: Using REST with GWT

2010-11-05 Thread marius.andreiana
On Nov 5, 12:29 pm, Andreas wrote: > We're start a project using gwt 2.1. What is the best way to > communicate with a rest interface. Especially how to batch multiple > requests and how to cache response on the client using webstorage or > other client side technics. Until you get more answers, f

tips on speeding up development with Eclipse?

2010-11-04 Thread marius.andreiana
Hi, Do you have any tips on speeding up development with Eclipse? For example, one can can reduce the compilation time by reducing the list of supported browsers via in *.gwt.xml or reduce the number of compiled locales PS: I'm curious why these manual changes are even necessary and how come G

GWT docs update needed

2010-11-01 Thread marius.andreiana
Hi, Please update the link at http://code.google.com/webtoolkit/doc/latest/RefGWTClassAPI.html to GWT 2.1 API docs. Thanks -- 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...@googlegro

Re: RequestBuilder POST + setHeader() = OPTIONS

2010-10-21 Thread marius.andreiana
On Oct 21, 4:59 pm, Márcio Menezes wrote: > Hi!. > Why does everytime I try to send a POST through RequestBuilder class and if > I add some header into it, the method goes as an OPTIONS, instead of post? > > Has anyone experienced this? How can I work around it? See http://en.wikipedia.org/wiki/S

Re: how to dim background while showing a DialogBox?

2010-10-20 Thread marius.andreiana
On Oct 20, 1:58 pm, Lothar Kimmeringer wrote: > Am 20.10.2010 12:51, schrieb marius.andreiana: > > > Do you have any suggestions on how to dim background while showing a > > modal DialogBox? > > When DialogBox is hidden, the background should come back to normal. > &g

how to dim background while showing a DialogBox?

2010-10-20 Thread marius.andreiana
Hi, Do you have any suggestions on how to dim background while showing a modal DialogBox? When DialogBox is hidden, the background should come back to normal. Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Re: Gwt + JQuery

2010-10-13 Thread marius.andreiana
> > Hi all, > > > To develop a gwt application with jquery code embeded wich is the best > > option?  and why? > > > a) Use gwtquery-1.0-SNAPSHOT.jar lib > > b) Use jquery.js directly > > > Thanks a lot! > > Ignasi I'm copy-pasting some related info from a larger GWT guide I'm doing (work in progre

Re: why does gwt hyperlink inserts a besides ?

2010-10-01 Thread marius.andreiana
On Oct 1, 5:56 pm, Thomas Broyer wrote: > On Oct 1, 4:38 pm, "marius.andreiana" > wrote: > > > Is it really needed? > > It's a legacy behavior. Use InlineHyperlink instead. Thanks Thomas. -- You received this message because you are subscribed to the Googl

why does gwt hyperlink inserts a besides ?

2010-10-01 Thread marius.andreiana
Is it really needed? Anchor widget doesn't insert a div, just , as expected. -- 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 unsubscribe from this group, send em

possible bug? menuBar.getElement().setId() has no effect

2010-09-24 Thread marius.andreiana
Would somebody please confirm if menuBar.getElement().setId() works? MenuBar menuBar; //add items, I'm doing it from UiBinder... menuBar.getElement().setId("id"); // inspect the dom - doesn't seem to have any effect when you setClass() also doesn't work. getHTML() works. If the widget which cont

Re: DialogBox & UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread marius.andreiana
On Sep 23, 1:11 am, Thomas Broyer wrote: > On 22 sep, 22:47, "marius.andreiana" > wrote: > > > On Sep 22, 11:21 pm, Gal Dolber wrote:> As it is a > > popup it is hidden by default. > > > For me, with gwt 2.0.4, it's shown by default. > >

Re: DialogBox & UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread marius.andreiana
On Sep 22, 11:21 pm, Gal Dolber wrote: > As it is a popup it is hidden by default. For me, with gwt 2.0.4, it's shown by default. I'm declaring inside a UiBinder HTMLPanel tag, among other widgets. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit

DialogBox & UiBinder - how to get a hidden DialogBox by default?

2010-09-22 Thread marius.andreiana
Hi, See here a nice example of using DialogBox & UiBinder http://pastie.org/816302 How can one get the initial DialogBox state to be hidden with a uiBinder property? Widget code will show it later on some specific user actions. As a workaround, in widget constructor I tried widget = uiBinder.cre

RootLayoutPanel adds extra divs which makes it unusable. Why?

2010-09-21 Thread marius.andreiana
Hi, In an app I was using RootLayoutPanel as it seems to be the new gwt 2.0 way of using panels. It generates 3 extra divs, which, besides too much markup, they also introduce some problems with onclick events being passed to various elements. I've found similar complaints from others, e.g. http:

Re: GWT designer & mVp

2010-09-21 Thread marius.andreiana
On Sep 19, 5:08 pm, Eric Clayberg wrote: > > 2. Work with UX & UI designers folks to understand how do they build > > now mocks & wireframes for their companies apps. How do they use > > Photoshop, Fireworks, Dreamweaver? What tools to they use for > > wireframes and mocks and how? How do engineer

Support HTML5 form fields and attributes

2010-09-21 Thread marius.andreiana
Hi, Would this be an easy fix for GWT 2.1? http://code.google.com/p/google-web-toolkit/issues/detail?id=5295 Please add support for HTML5 form fields and attributes (placeholder, autofocus, required) as GWT widgets. http://diveintohtml5.org/forms.html dev.w3.org/html5/spec/ Just generate HTML5 m

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-17 Thread marius.andreiana
Thanks Eric! On Sep 17, 4:41 pm, Eric Clayberg wrote: > Anything prior to GWT 2.1M3 does not support the GWT Designer hooks > required to provide WYSIWYG editing of UiBinder components. You need > at least GWT 2.1M3 for visual editing, and even newer to also support > the ui:field attribute and t

Re: REST vs SOAP for calls to remote server

2010-09-17 Thread marius.andreiana
in an iframe. On server/domain B you have * project.html, which loads domaina.com/project/project_nocache.js * APIs Clients can access either domainb.com/project.html or domaina.com/ container.html > > Thanks > > On Sep 16, 9:57 pm, "marius.andreiana" > wrote: >

Re: GWT designer & mVp

2010-09-16 Thread marius.andreiana
o add ui:field attribute to some elements. THAT'S IT. Try to consider any other change than this as a failure. Now this would be awesome. On Sep 16, 10:23 pm, "marius.andreiana" wrote: > It's really not that usable now, or at least I don't know how to use > it. Woul

Re: REST vs SOAP for calls to remote server

2010-09-16 Thread marius.andreiana
On Sep 17, 6:27 am, Sunny wrote: > Greetings, >                    I need to fetch data from a remote server which is > not located in the same domain as the GWT application. My > understanding is that as per same origin policy I might not be able to > use REST. Is there a simple workaround or SOA

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread marius.andreiana
On Sep 16, 10:15 pm, Paul Stockley wrote: > What version of GWT are you using? I think it may require 2.1M3 2.0, and the error message shows it's an issue in com.instantiations.designer.gwt.UiBinder , not gwt. > > On Sep 16, 2:49 pm, "marius.andreiana" > wrote: >

Re: GWT designer & mVp

2010-09-16 Thread marius.andreiana
preview On Sep 16, 9:41 pm, Christian Goudreau wrote: > You see Marius, now your business must take the train ! Don't miss it, > what's ahead is bright and shiny ! > > Cheers :D > > On Thu, Sep 16, 2010 at 2:29 PM, marius.andreiana < > > > > > &

GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread marius.andreiana
When trying to create a New -> Window Builder -> GWT -> UiBinder -> Composite, I get Unable to open file /templates/Composite.jvt from com.instantiations.designer.gwt.UiBinder. New composite from GWT -> Basic works. I'm using Eclipse 3.5. Is this a known issue? What would be the solution? Thank

GWT designer & mVp

2010-09-16 Thread marius.andreiana
Do you see GWT designer working together with GWT 2.1 MVP model, and have it seamlessly generate UiBinder View files? Could it be a tool used by designers to do UiBinder mockups (instead of classic wireframes/mocks), ready to be used by developers? (a dream came true :) -- You received this mess

GWT Designer & Custom widgets

2010-09-16 Thread marius.andreiana
Hi, It it possible to use custom widgets (which extend Composite) in GWT Designer, just like the standard GWT widgets? -- 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.co

Re: How could we know if GWT project will continue to be maintained by Google?

2010-09-15 Thread marius.andreiana
On Sep 15, 4:17 pm, Mikael Couzic wrote: > Stefan said it all. You can't have "guarantee" that an open source > project will be maintained for an indeterminate time. Sometimes you > just have to live with the (small) uncertainty. I fully agree. I was just trying to get some data to minimize this u

Re: How could we know if GWT project will continue to be maintained by Google?

2010-09-14 Thread marius.andreiana
On Sep 14, 7:31 pm, Ed wrote: > Not again this question ptt... :) > Please put some effort in searching this forum and the web for gwt > projects... etc... > And decide yourself... I did, here are the results: https://docs.google.com/document/edit?id=16rQknO-r3ZqfMbuIl0R52OnFcWBCOKTPm1wDCz

Re: Rapid development of desktop-like web applications

2010-09-13 Thread marius.andreiana
Hi, You could have a look on http://www.springsource.org/roo (see this presentation http://www.youtube.com/watch?v=a46hJYtsP-8) Deployment is hassle-free on App Engine. Reports and graphs would still require manual coding though. You could also try free versions of Visual Studio and SQL Server.

How could we know if GWT project will continue to be maintained by Google?

2010-09-13 Thread marius.andreiana
Hello, While comparing GWT with other solutions for a long-term project, we wondered how could we know if GWT project will continue to be maintained by Google, since it's available for free and Google makes no (direct) profit from it. We tried to look at what projects Google has that rely on GWT

gwt-servlet.jar keeps reappearing on client side application

2010-09-11 Thread marius.andreiana
Hi, On a GWT Eclipse project (which doesn't use AppEngine), although I removed gwt-servlet.jar, it keeps re-appearing once in a while. Is it needed for development mode/debugging? If not, how could I convince GWT/Eclipse to stop creating it? Thanks -- You received this message because you are s

Re: How to use external JS from GWT?

2010-09-10 Thread marius.andreiana
On Sep 10, 1:42 am, Zack Grossbart wrote: > > In your example, where and how do you include the jQuery UI datepicker > > widget? > > I defined them in the HTML file containing my GWT code.  Just a simple > JavaScript reference the same way I would in any other HTML page. Right. I was aiming for a

Re: How to use external JS from GWT?

2010-09-09 Thread marius.andreiana
Thanks Zack ;) In your example, where and how do you include the jQuery UI datepicker widget? (I tried in UiBinder .ui.xml files, but didn't work for me with ) Marius On Sep 9, 2:53 pm, Zack Grossbart wrote: > You are having a timing problem that is common for GWT.  Consider how > this would wo

Re: UiBinder: ClientBundle with ImageResource & . How?

2010-09-08 Thread marius.andreiana
On Sep 8, 5:17 pm, Andrew Hughes wrote: > But when MyView and MyResources are in different packages, > resource="{res.loading}" never works. Is this expected and does it work for > you? It does work here http://code.google.com/p/puzzlebazar/source/browse/src/com/puzzlebazar/client/core/view/SplitM

Re: How to use external JS from GWT?

2010-09-08 Thread marius.andreiana
On Sep 9, 12:26 am, "marius.andreiana" wrote: > I also get > Error: $entry(__gwt_makeTearOff(null, 1179695, 0)) is not a function > Source File:http://127.0.0.1: > Line: 34 and an exception: com.google.gwt.core.client.JavaScriptException: (ReferenceError): $ is not d

Re: UiBinder: ClientBundle with ImageResource & . How?

2010-09-07 Thread marius.andreiana
On Sep 7, 5:53 am, Andrew Hughes wrote: > Seems like I can kinda answer two of these questions myself now... > > Q: How can loader1.gwt-image be "loading.gif"? > > > > >   �...@sprite .loader1 { >        gwt-image: 'loading'; >        padding-left: value('loading.getWidth','px'); >        width

List of Web services allowing access from any origin

2010-09-03 Thread marius.andreiana
Hi, I started a List of Web services allowing access from any origin here http://en.wikipedia.org/wiki/List_of_Web_services_allowing_access_from_any_origin These services allow developing GWT apps fully using their APIs directly from Javascript, thanks to setting the required HTTP headers. This

Re: Using GWT for a large UI project

2010-09-01 Thread marius.andreiana
Thanks Maxim (saw your email), http://demos.telerik.com/silverlight/salesdashboard/ says "Missing plugin". So I left ;) I'm sure silverlight can have great results for controlled end user environments, but one of our goals is to use plain browser functionality, available on all devices. On Sep 1

Re: Using GWT for a large UI project

2010-09-01 Thread marius.andreiana
Thanks Thomas, I'll look at 2.1 widgets once it's released and it haves more docs. On Sep 1, 11:02 am, Thomas Broyer wrote: > On 30 août, 21:32, "marius.andreiana" > wrote: > > > > > > > Hello group, > > > A few weeks ago I started a s

Using GWT for a large UI project

2010-08-30 Thread marius.andreiana
Hello group, A few weeks ago I started a shared document which analyses using GWT for a large UI project, which has also reviewed by this group (thanks for your feedback!). After learning more, the analysis has been updated to include the following sections: Using GWT for a large UI project Goals

Re: What are some of the most valuable frameworks in your project?

2010-08-28 Thread marius.andreiana
+14 on GWTP :) I've started with it 3 days ago and got most of the infrastructure setup ready to scale a large project, including i18n. On Aug 28, 6:31 pm, PhilBeaudoin wrote: > Client-side: Gin + GWTP > Server-side: Guice + Objectify + GWTP > > On Aug 28, 8:10 am, Thomas Broyer wrote: > > > >

UiBinder and element IDs: label for=elementId

2010-08-26 Thread marius.andreiana
Hi, For various forms, I'd like the resulted HTML to have tag. According to this http://canoo.com/blog/2010/04/26/gwt-uibinder-better-web-app-separation-of-concerns/ it's not possible now, and one has to add markup into the java code instead of .ui.xml file. Will UiBinder be enhanced to support

Re: Difficulty with GWT Developer Plugin Chrome & Firefox

2010-08-26 Thread marius.andreiana
Oops :) Yeah, I saw yesterday that this page no longer exists http://gwt.google.com/missing-plugin/MissingPlugin.html Googlers? On Aug 27, 5:11 am, chrisr wrote: > This was actually all on Windows XP.  Does that make it a stranger > question? > > On Aug 26, 7:29 pm, "marius.an

Re: Difficulty with GWT Developer Plugin Chrome & Firefox

2010-08-26 Thread marius.andreiana
Hey Chris, For Chrome there's no plugin now, see http://code.google.com/p/google-web-toolkit/issues/detail?id=4325 For Firefox follow the instructions at http://code.google.com/p/google-web-toolkit/issues/detail?id=4141#c16 Exact steps for Fedora: yum install xulrunner-devel gcc-c++ mkdir gwt-s

Re: how to reuse a RequestBuilder instance for more than one request?

2010-08-24 Thread marius.andreiana
On Aug 24, 4:08 pm, Thomas Broyer wrote: > On 23 août, 22:24, "marius.andreiana" > wrote: > > > Does anybody know how to reuse a RequestBuilder instance for more than > > one request, with different URLs ? > > RequestBuilder is a builder, not a factory; i.e

GWT 2.1 m3 MVP - how to use EventBus?

2010-08-24 Thread marius.andreiana
Hi, Please see an example of using REST APIs from GWT here http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8210069e466098ea Would it be possible to have a few lines of sample code on how to use the EventBus / 2.1 MVP framework to send an event&data from onResponseReceived()

how to reuse a RequestBuilder instance for more than one request?

2010-08-23 Thread marius.andreiana
Does anybody know how to reuse a RequestBuilder instance for more than one request, with different URLs ? See this post which mentions RequestBuilder should have setUrl() http://stackoverflow.com/questions/2261603/gwt-requestbuilder-changin-urls Should I file an issue or it's a reasoning for leav

GWT + REST sample code

2010-08-23 Thread marius.andreiana
Hi all, I've been trying various ways / libraries to get a Hello World of using REST APIs from GWT. Turns out it's most easy with native GWT. In case it's useful to others, here's a step by step brief tutorial, which I would have liked to see when starting to look into this: 1. Add this line to

Re: 2.1 Documentation

2010-08-17 Thread marius.andreiana
Adding to Thomas' notes: MVP articles here http://code.google.com/webtoolkit/articles.html (concepts, not really 2.1 implementation) On Aug 17, 6:40 pm, Thomas Broyer wrote: > On 16 août, 03:58, Bayard Randel wrote: > > > Hi there, > > > Is there any preliminary documentation around the new fea

html5 drag-and-drop multiple file upload

2010-08-17 Thread marius.andreiana
Hi there, What would be the steps to implement html5 drag-and-drop multiple file upload in GWT, as seen at http://www.appelsiini.net/2009/10/html5-drag-and-drop-multiple-file-upload ? One approach would be implementing HTML5 file api support in gwt- mobile-webkit, and then use this library and g

Re: why we probably won't use GWT for a large UI project

2010-08-17 Thread marius.andreiana
;From all the non-.NET technologies we considered, GWT with SmartGWT REST data sources is actually meeting our needs. We will investigate closer another alternative, using the same technology as our back-end (.NET). Thanks again, Marius On Aug 10, 11:27 am, "marius.andreiana" wrote: > Hi, &

Re: why we probably won't use GWT for a large UI project

2010-08-12 Thread marius.andreiana
     jso.area = area; > > >    }-*/; > > > >    ... > > > } > > > > This is very simplified, but I have given you a few hints to some of > > > the tricks I had to use to get the generator method to work(see: > > > JsonObject).  Usually you

Re: why we probably won't use GWT for a large UI project

2010-08-11 Thread marius.andreiana
Hey, On Aug 11, 11:00 pm, lineman78 wrote: > As far as SmartGWT goes, I will warn you that I think the problems and > performance hits you will run into are not worth the UI that you > gain.   Thanks for the heads up. A hello world with data bound widgets seemed straightforward. > Plus you must

Re: why we probably won't use GWT for a large UI project

2010-08-11 Thread marius.andreiana
wrap on existing > smartClient technology, which has some drawbacks. > > regards > > On 10 Aug., 10:27, "marius.andreiana" > wrote: > > > > > Hi, > > > We're working on a large project, which has the back-end is written in > > a non-J

Re: why we probably won't use GWT for a large UI project

2010-08-11 Thread marius.andreiana
of security and privacy, your gui browser > client should only talk via GWT-RPC  to a GWT-server under your > control which gathers all data from REST, SOAP or JSON services. > > Stefan Bacherthttp://gwtworld.de > > On 10 Aug., 04:27, "marius.andreiana" > wrote: > &g

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread marius.andreiana
e > > javascript parts of their library. I don't know how viable the hybrid > > approach you've mentioned is - check whether their widgets are > > compatible with vanilla gwt widgets. > > > Paul > > > marius.andreiana wrote: > > > Hi, > > &

why we probably won't use GWT for a large UI project

2010-08-10 Thread marius.andreiana
Hi, We're working on a large project, which has the back-end is written in a non-Java technology, with REST APIs. We're looking for a framework to replace the current UI. I did a brief analysis of using GWT: https://docs.google.com/document/edit?id=16rQknO-r3ZqfMbuIl0R52OnFcWBCOKTPm1wDCzSQgvU&hl=

Re: Making GWT look good...

2010-08-09 Thread marius.andreiana
Hi Chi, On Aug 9, 10:23 pm, Chi H wrote: >  * Pagination is the standard solution to the 'large number of > entities' problem.  However, there is a usability cost to pagination. > It would be really nice to get rid of the pagination and just use a > scrollbar.   If you used the approach of SlickG

GWT 2.1 with roo: custom changes to .ui.xml files overwritten (major issue)

2010-07-21 Thread marius.andreiana
Hi, Before filling a bug with this, I'd like to understand the intended behavior of roo 1.1 final version. A common use case, which I just tried, is developing a small app, and customizing the generated .ui.xml files. For example, for Employee entity, I have changed EmployeeDetailsView.ui.xml. The

GWT roadmap: easier use of REST?

2010-07-09 Thread marius.andreiana
Hi, A lot of web APIs use REST nowadays. GWT seems really well suited to build mashups/UIs on top of REST web services. However, it's not that easy to work with REST from GWT (see also http://groups.google.com/group/google-web-toolkit/browse_thread/thread/71f2d5599ee2593f/41ef729a5d1cfe8d?lnk=gst

concerns on 2.1 MVP approach

2010-07-09 Thread marius.andreiana
Hi GWT developers, There are some concerns on 2.1 MVP approach, which have been raised here http://groups.google.com/group/google-web-toolkit/browse_thread/thread/44cc77811080a288/f53f9d29ebb9257d?lnk=gst&q=mvp#f53f9d29ebb9257d and here http://groups.google.com/group/gwt-platform/browse_thread/thr

Re: what large apps use GWT?

2010-06-25 Thread marius.andreiana
Thanks André, good overview. >   Code-Spliting reduce the amount of code downloaded by the browser, > so your app start faster and if you user don't use the featuer x.y.z > the code will never be download (even flash can't do that). But any other front-end, generated by say php/asp pages, has this

what large apps use GWT?

2010-06-23 Thread marius.andreiana
Hi, I'm looking to build a case for using GWT for a large app. The back- end is not Java. Besides Wave, AdWords and Lombardi, what large apps use GWT? (couldn't find more in GWT presentations) Is GWT suited for large apps, eg Facebook? Thanks -- You received this message because you are subscr