TextArea in Custom Cell won´t allow space characters

2014-04-15 Thread Jambi
Hey there, I am stucking with implementing a TextArea within a custom cell. The focus event on click works and I can type in some characters. But the cell won´t allow any space characters since the keyup on space bar seems to be reserved by the CellList itself for selection stuff. What I want

Re: TextArea in Custom Cell won´t allow space characters

2014-04-15 Thread Jambi
fragments that would prevent the selection from intercepting the keyup event for the space bar? Am Dienstag, 15. April 2014 22:48:23 UTC+2 schrieb Juan Pablo Gardella: Check http://stackoverflow.com/questions/8080052/gwt-textarea-in-column 2014-04-15 17:35 GMT-03:00 Jambi michael.l

Re: TextArea in Custom Cell won´t allow space characters

2014-04-15 Thread Jambi
Ahh got it working! I needed to override the isEditing method so that it will return true if the textarea is focused. Am Dienstag, 15. April 2014 23:15:52 UTC+2 schrieb Jambi: It seems that for me it would be easier to prevent the CellList to prevent the behaviour I mentioned. This approach

Re: Using Cells for 2D representation

2014-02-20 Thread Jambi
This seems to do the trick for me! Thanks Am Donnerstag, 20. Februar 2014 00:42:53 UTC+1 schrieb Jens: Give your CellList a width of 100% and your cells a fixed width along with display:inline-block. Doing so using the GWT showcase results in:

Using Cells for 2D representation

2014-02-19 Thread Jambi
Hey there, is it possible to define a 2D cell list (-grid) which is based on the cell paradigm to utilize functionality like paging etc? Basically I want to have a grid based representation like for example pinterest without having to rewrite functionality already given with cells. Cheers,

Is there a nice Birthday date picker out there?

2013-01-24 Thread Jambi
Hey guys, I´m looking for a nice GWT birthday date picker but I can´t find a good one. The normal date picker isn´t very convienient for me since you can only skip month by month. Does anyone now a nice widget? Cheers, Michael -- You received this message because you are subscribed to the

Re: ERROR MAIL.JAR

2013-01-03 Thread Jambi
Are you trying to use the library directly from the client code? This won´t work since this is a server side issue. You need to invoke the mail service from the server via GWT-RPC for example. best regards, Michael Am Mittwoch, 2. Januar 2013 21:44:22 UTC+1 schrieb Spartacus: I'm

GWT RPC / GAE caching issue

2012-11-10 Thread Jambi
Hey Guys, I´m running into a strange caching issue. I have two modules. One admin module and one user module. In my admin module I can add an entity and persist it to the GAE datastore (via objectify). Everything works fine there. In my user module I have two activites: one for showing a list

Re: Announcing GwtChosen 1.1.0!!

2012-10-27 Thread Jambi
thanks for this good work! I will definetly use those widgets in my next project! Am Donnerstag, 25. Oktober 2012 00:00:42 UTC+2 schrieb Julien Dramaix: Dear Community, I've just released GwtChosen 1.1.0. This release fix some bugs and bring two new enhancements : - possibility to

Re: Announcing Screencast on how to setup Gin for IOC

2012-10-06 Thread Jambi
Great! Thanks a lot! The stream is a little bit slow though Am Samstag, 6. Oktober 2012 07:58:44 UTC+2 schrieb gpike: Hi everyone just wanted to let you know I released a screencast on using Gin in your GWT application to control the lifecycle of your objects. Gin extends the features of

GWT Dev Plugin broke (Chrome/mac osx)

2012-09-26 Thread Jambi
Hey guys, today I was starting my gwt app in Chrome and there appears a message that the dev plugin couldn´t be loaded. I think this could be the fault of an auto update... Does anyone else have this issue on Mac osx with Chrome 22.0.1229.79 and dev plugin 1.0.9738? this drives me crazy oO!

Re: GWT Dev Plugin broke (Chrome/mac osx)

2012-09-26 Thread Jambi
the plugin might help, but it doesn't reinstall. :( On Wednesday, September 26, 2012 12:49:08 PM UTC-4, Jambi wrote: Hey guys, today I was starting my gwt app in Chrome and there appears a message that the dev plugin couldn´t be loaded. I think this could be the fault of an auto update

Re: GWT Dev Plugin broke (Chrome/mac osx)

2012-09-26 Thread Jambi
the Chrome Beta build. -- J. Am Mittwoch, 26. September 2012 18:49:08 UTC+2 schrieb Jambi: Hey guys, today I was starting my gwt app in Chrome and there appears a message that the dev plugin couldn´t be loaded. I think this could be the fault of an auto update... Does anyone else have

Re: GWT Dev Plugin broke (Chrome/mac osx)

2012-09-26 Thread Jambi
Yes, usually i do. But right now i´m developing with MGWT (so webkit only). Am Mittwoch, 26. September 2012 20:01:37 UTC+2 schrieb Jens: You should also consider using Firefox during development. The DevMode plugin for Firefox is *a lot faster* than the Chrome plugin. -- J. -- You

Re: GWT Dev Plugin broke (Chrome/mac osx)

2012-09-26 Thread Jambi
Thanks for the hint! I´ll try it later Am Mittwoch, 26. September 2012 20:57:15 UTC+2 schrieb Thad: I've got it working! See https://groups.google.com/d/msg/google-web-toolkit/jDg3KoXoVPc/9PcgFBvLJM8J On Wednesday, September 26, 2012 12:49:08 PM UTC-4, Jambi wrote: Hey guys, today I

Re: GWT future

2012-07-28 Thread Jambi
Ha :) check out the translation screen at 6:40 ;) http://youtu.be/VOf27ez_Hvg?t=6m35s maybe thats the reason why gwt development slowed down... sorry... could not resist ;) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: EventBus mechanism

2012-05-01 Thread Jambi
Seems that the onAddButtonClicked and onItemClicked methods perform some actions that involve other Presenters/Views that listen to those kinds of events. deleteSelectedContacts is just performing local changes that don´t affect other views. If there would be a different view that is showing a

Am I the only one who´s missing GWT on the new Google Developers Page?

2012-03-19 Thread Jambi
I am worrying about the fact that GWT lost its prominent placement on the Google Code page. I can´t even find informations about GWT on the new Google Developers page (haven´t checked very well though). What´s the deal here? Is GWT´s silent death coming one step closer? -- You received this

Re: Insane RPC Serialization Error.

2011-08-22 Thread Jambi
Could you post the class contents? Maybe we can see something in your code. On 22 Aug., 15:08, Stefan Ollinger stefan.ollin...@gmx.de wrote: Some days ago I had a similar problem. Development version worked fine, but the compiled version gave those errors. What I did to resolve them, was to

Re: Insane RPC Serialization Error.

2011-08-22 Thread Jambi
Try to reproduce the error with a small example. I would also recommend that. Are the classes KeyItem and LookupRow serializable? Do they implement an interface for serialization? Because they need to. check out this documentation:

Re: Why this code can't get the event??

2011-08-12 Thread Jambi
On 12 Aug., 11:07, Ivan Pulleyn ivan.pull...@gmail.com wrote: I notice that you are removing the widget from it's parent. That doesn't seem correct. I´m thinking the same. You should probably just hide the widget -- You received this message because you are subscribed to the Google Groups

Re: Using PHP as a server side scripting language with GWT.

2011-08-04 Thread Jambi
Hey Vikas, using PHP is no problem. But you won´t be able to use GWT-RPC. You have to use a JSON interface instead. check out this doc: http://code.google.com/intl/de-DE/webtoolkit/doc/latest/tutorial/JSONphp.html On 3 Aug., 14:12, Vikas Thapliyal vikas...@gmail.com wrote: Hi, We have a PHP

Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-04 Thread Jambi
But there could be also a compile time approach. That is,* during compile time the appropriate static snapshots could be generated* to represent a certain state of the app pre-filled with certain default values. This would be even a more elegant solution as the server don't need to be bothered

Re: Facebook like Chat App with GWT

2011-06-27 Thread Jambi
Maybe you should check out the channel API from AppEngine. It works with web sockets and it´s very easy to use. You should make use of sockets because the server can notify the client if something new happened. The client doesn´t have to poll all the time. On 25 Jun., 22:23, gangurg gangurg

Re: Problem with GWT Service results

2011-06-23 Thread Jambi
The proble is, that the code out of your onSuccess method is called before the request is finished. ... RootPanel.get(mainContainer).add(new Label(Array lista 2: +lista.toString())); RootPanel.get().add(new Label(String.valueOf(Array lista 2: +lista.size(;

Resources on the History of GWT?

2011-06-22 Thread Jambi
Hey guys, I´m planning to write my bachelor thesis about GWT. I want to write about best practices and a whole bunch of patterns. I also want to write something about the development and history behind GWT. Does anyone know some good resources about that topic? Wikipedia and the google docs don´t

Re: Sending large nested DTO object over RPC - Browser freezes

2011-06-17 Thread Jambi
How long does it take when you run the compiled code? I think the hosted mode could be the problem here. On 15 Jun., 22:34, ciosbel andrew...@gmail.com wrote: Try to use this to better inspect RPC serialization/deserialization and round trip timings.http://code.google.com/p/gwt-debug-panel/ --

Re: Action on a ImageResourceCell

2011-06-07 Thread Jambi
Works ;) thanks a lot! On 1 Jun., 15:49, Sydney sydney.henr...@gmail.com wrote: See my implementation:http://pastie.org/2003461http://pastie.org/2003467 The call to add the column:         // Remove Bet Column         ClickableImageResourceCell removeCell = new

Re: Action on a ImageResourceCell

2011-06-01 Thread Jambi
I couldn´t get it working. And I don´t know what I did wrong. Could you please provide me with the code of your renderer, cell and cellTable setup? This would be great. I know that you sure customized your cell for your use cases but it really could help. You could send it via mail or just post

Re: Action on a ImageResourceCell

2011-06-01 Thread Jambi
I could solve my problems and I got it to work. But now I want to use a FieldUpdater to get the row object when I click on the cell. It does not work with the tutorial solution. Do I have to add something? On 1 Jun., 10:49, Jambi michael.lukaszc...@googlemail.com wrote: I couldn´t get it working

Re: Action on a ImageResourceCell

2011-05-31 Thread Jambi
Are you using this cell in a cellList or in a cellTable? I´m also stucking with creating a clickable Image Cell On 31 Mai, 16:16, Sydney sydney.henr...@gmail.com wrote: I actually followed this tutorial and now it works

CellTable: Displaying Action/Button cells only onHover

2011-05-16 Thread Jambi
Hey guys, is it somehow possible to hide specific cells in the cell table? I only want to display them when the user hovers over a row in the table and the buttons should only be visibly for this row. Maybe some css tricks? best regards, Michael -- You received this message because you are

Re: CellTable: Displaying Action/Button cells only onHover

2011-05-16 Thread Jambi
Thanks Thomas ;) You saved my life ... again :D On 16 Mai, 12:22, Thomas Broyer t.bro...@gmail.com wrote: Yes, using CSS; something like: .gwt-CellTable-cellTableCell .hiddenAction {   visibility: hidden; } .gwt-CellTable-cellTableHoveredRowCell .hiddenAction {   visibility: visible;

Re: CellTable: Displaying Action/Button cells only onHover

2011-05-16 Thread Jambi
I couldn´t figure out how to apply the class to my cells. Could you please help help me out? Some code example would be nice ;)... On 16 Mai, 12:27, Jambi michael.lukaszc...@googlemail.com wrote: Thanks Thomas ;) You saved my life ... again :D On 16 Mai, 12:22, Thomas Broyer t.bro

Best practice for implementing an active field

2011-05-12 Thread Jambi
Hey guys, maybe you have a good solution for this. I have a menu with some image buttons that have three different states: Inactive, hover, active. The activity or presenter to the corresponding button should trigger their own button to active and the active buttons should not be triggered

Re: GWT project with RSA

2011-05-09 Thread Jambi
I guess you can use the WebAppCreator http://code.google.com/intl/de-DE/webtoolkit/gettingstarted.html#create On 9 Mai, 02:17, Rama Krishna ramakrishna...@gmail.com wrote: Hi, I have to work on GWT with Rational software Architect  IDE. Please help me, How can I create GWT project from RSA.

Re: GWT + Android

2011-05-09 Thread Jambi
Hola, one problem is, that you can´t use GWT RPC in a native android app. You have to use a JSON interface on the server side to fetch data from the server. Not a big deal though. But you could develop the GWT app first and then use something like phonegap to take your javaScript code and compile

Re: Good book on GWT

2011-05-08 Thread Jambi
Hey Pawan, I think this is a good start: http://www.amazon.com/Google-Engine-Java-Application-Development/dp/1849690448/ref=sr_1_1?ie=UTF8s=booksqid=1304866598sr=8-1 On 8 Mai, 16:36, pawanpreet...@gmail.com pawanpreet...@gmail.com wrote: Hi All, I am new to GWT and had gone through initial

ProjectName.css won´t render anymore in DevMode

2011-04-28 Thread Jambi
Hey guys, I´m facing a realy strange problem. My default CSS file does not render anymore in DevMode. Hosted on a Tomcat, everything renders nicely. The strange thing is, that it just happened all of a sudden... It seems to be some kind of voodoo. Firebug says that the css file is fetched OK and

Re: Channel API for GWT

2011-04-18 Thread Jambi
Check this out: http://www.amazon.com/Google-Engine-Java-Application-Development/dp/1849690448/ref=sr_1_fkmr1_1?ie=UTF8qid=1303128286sr=8-1-fkmr1 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Post on remote server

2011-03-31 Thread Jambi
I don´t know if it´s possible from the client. But you can do the post on your own server and exchange the data via GWT-RPC. That´s the way I handle my OAuth authentication with facebook, google and twitter. On 31 Mrz., 03:37, ns nisargshah...@gmail.com wrote: Hello, I am new to gwt and i just

Re: MVP + Handlers + Carelessness = Memory Leak ?

2011-03-31 Thread Jambi
Hi Peter, I´m not sure if i got your question right but I think the activities and places pattern could help you. Normally, you have to care about the unloading of your handlers, but within the activity framework, GWT handles all the handler unloading as soon as you stop the activity (remove the

Re: gwt rpc: reducing http headers overhead

2011-03-30 Thread Jambi
Hey Michele, maybe this thread will help: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a95c1eaeb55d2104 cheers, Mike On 30 Mrz., 09:55, Michele Rossi michele.ro...@gmail.com wrote: Hi, is there any way to configure the GWT RPC mechanism to send out fewer HTTP

Re: Cookies in gwt

2011-03-26 Thread Jambi
Hey Khiem, I think it´s not possible to have multiple Cookies with the same name. Normally the new Cookie with the same name overrides the old one. You should check this in Firefox. Just check the Cookies for your localhost (127.0.0.1) in the Firefox preferences. You should only see one Cookie

DevMode server in AppEngine projects stops immediately after starting the server

2011-03-16 Thread Jambi
Hey guys, I got a strange behaviour with my AppEngine projects. The Server in DevMode stops 2-4 seconds right after starting the Server. But there´s no exception or any error message. I´m pretty sure that it´s not an issue with my own project because the same failure occurs when I create a new

Re: DevMode server in AppEngine projects stops immediately after starting the server

2011-03-16 Thread Jambi
Yep, everything is up to date. Is there a repository where I can get older appengine versions? On 16 Mrz., 16:50, Jeff Larsen larse...@gmail.com wrote: I believe the latest mac JDK update broke gwt and appengine. Are you using that? -- You received this message because you are subscribed to

Re: DevMode server in AppEngine projects stops immediately after starting the server

2011-03-16 Thread Jambi
Ah I read it wrong, yes... The JDK is also up to date. Is it possible to downgrade? On 16 Mrz., 16:50, Jeff Larsen larse...@gmail.com wrote: I believe the latest mac JDK update broke gwt and appengine. Are you using that? -- You received this message because you are subscribed to the Google

Re: DevMode server in AppEngine projects stops immediately after starting the server

2011-03-16 Thread Jambi
Ok I found a workaround here: http://code.google.com/p/googleappengine/issues/detail?id=4712 I had to install the openJDK and I guess I have to wait for another mac update to fix the problem. But it works now. Thanks for the hint Jeff! ;) -- You received this message because you are subscribed

Re: What do you think about my Session flow?

2011-03-11 Thread Jambi
Well, it would help if someone could come up with a usefull tutorial or with a little bit more information. I haven´t found a useful guide but maybe I was searching for a to specific GWT implementation. This is a little bit hard to understand for me. Probably I should lern more about servers, but

What do you think about my Session flow?

2011-03-10 Thread Jambi
Hey there, I have implemented a Session management for the first time and I would like to know if it is an appropriate way to do it. My Flow looks like this: 1. User loggs in 2. Server checks login informations If the login informations are correct: 3. Server generates a SessionID, stores it

Re: What do you think about my Session flow?

2011-03-10 Thread Jambi
And how to you verify the user as logged in in each request? I don´t get it ;) On 10 Mrz., 21:50, dmen dmenou...@gmail.com wrote: You should be bothering with any of this stuff. Session management is being handled by your java server (e.g. Tomcat) automatically. -- You received this message

How to use OAuth in GWT context?

2011-03-07 Thread Jambi
Hej Folks, I am stucking with getting OAuth to work in my GWT App. I don´t understand the whole system right now. I want to use the Twitter, Facebook and Google authentication. I don´t need to access any data. I just want it to use for authentication but I don´t understand what is running on my

Accessing the new Google Recipe Database

2011-03-02 Thread Jambi
Hi there, is it possible to query somehow the new Recipe Database that Google offers? It would be cool if I could Access the Database so I could use the recipes. Unfortunately, the service is not offered in Gemany, yet. Is there an API? Any ideas? -- You received this message because you are

Re: how do i use google font api on uibinder/gwt?

2011-02-27 Thread Jambi
Just put link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css' in the head section of your war/AppName.html file. From then you can use the font in your UI Binder. But you have to specify the css font attributes (for example: ... font-family: 'Tangerine',

Re: CellTable:: Deselecting an already selected row

2011-02-14 Thread Jambi
If you use a SingleSelectionModel, it's as easy as sm.setSelected(sm.getSelectedObject(), false) I am using this method on my CellTable and it works. But somehow I get always an com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full set in

Combining UiBinder I18n with consants?

2011-02-11 Thread Jambi
Hey folks, I was playing around with the UiBinder i18n today and I somehow figured it out to make it work (It was a bit of a pain oO!). Ok, now I got some properties files for my template, but is it possible to access these translations from the property files as constants? To use those words in

Re: Is it possible to convert ImageResource to ImageElement?

2011-02-06 Thread Jambi
Hej Thomas, it´s the same with your solution. The Image won´t appear on the canvas. Maybe it is a bug since the canvas api is still experimental? Maybe I should try a different approach to implement an image preloader. On Feb 6, 11:50 am, Thomas Broyer t.bro...@gmail.com wrote: Or, without

Is it possible to convert ImageResource to ImageElement?

2011-02-05 Thread Jambi
Hi there, I´m playing around with the new Canvas API in GWT 2.2. Great stuff! And I want to use a ClientBundle to get my Images for the Canvas, to use it as some kind of image preloader. But the ClientBundle is giving me ImageResource objects but I need ImageElement objects for the Canvas. This

Re: Is it possible to convert ImageResource to ImageElement?

2011-02-05 Thread Jambi
Thank you for your quick response. At first I thougth it was going to work, but the Image does not appear on the canvas. I tried this (as you said): Image map = new Image(mapResources.map()); contextMap.drawImage(ImageElement.as(map.getElement()), x, y); On Feb 6, 2:47 am, Jeff Larsen

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread Jambi
Great news! is there maybe a documentation for the Canvas API? I love the fact that GWT 2.2 comes with a build in solution, but does it cover all canvas functions? I´m stucking on drawing an image on the canvas. How can I create an ImageElement that fits to the context? On Jan 28, 8:25 pm,

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-14 Thread Jambi
I definitely agree! The new CellWidgets are realy nice, but we need more ;)!! -- 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

Re: MVP : VP to VP and Nested View communication

2010-11-11 Thread Jambi
I think an EventBus would work fine here. Check out this tutorial http://code.google.com/webtoolkit/articles/mvp-architecture.html (Events and the EventBus). A View (Presenter) can fire an event to the EventBus and trigger events on a different View. On Nov 11, 3:57 am, zixzigma

Re: Entire Site in GWT?

2010-11-08 Thread Jambi
Hej Mike, GWT Rocks :D! A lot has changed since 2008. And i mean, A LOT. I know that there is a way now to allow web crawlers to scan your app but I don´t know how, since i´ve never used it so far. By default all of the JS script is loaded at start, but you can use code split to split your JS

Re: New Showcase online!

2010-10-07 Thread Jambi
I don´t get this one...!? I just wanted to mention that there are some new examples like the cell widgets On Oct 7, 1:14 am, Brian hibr...@gmail.com wrote: Who IS that guy about to hack Jimmy Carter with a light saber? On Oct 6, 5:54 pm, Jambi michael.lukaszc...@googlemail.com wrote

New Showcase online!

2010-10-06 Thread Jambi
Hurray! There´s an updated showcase online ;) http://gwt.google.com/samples/Showcase/Showcase.html -- 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

Re: How does a GWT project work?

2010-09-28 Thread Jambi
Hi, normally you just have one single onModuleLoad in your application. This is the starting point of your later compiled JavaScript. You don ´t link to other pages. You just have one single container (your HTML body / gwt RootPanel) in which you are fetching different java (DOM

SelectionModel from 2.1M2 is not working in 2.1M3

2010-09-27 Thread Jambi
Hey guys, I switched from GWT 2.1M2 to M3 the last days and I still have a problem with setting the SelectionModel. Before I had something like this: public void setSelectionModel() { final SingleSelectionModelMember selectionModel = new SingleSelectionModelMember();

Re: SelectionModel from 2.1M2 is not working in 2.1M3

2010-09-27 Thread Jambi
Ahh I got it working with this code: public void setSelectionModel() { final SingleSelectionModelMember selectionModel = new SingleSelectionModelMember(); Handler selectionHandler = new SelectionChangeEvent.Handler() { public void

Re: Crop a photo stored locally

2010-09-23 Thread Jambi
Hi there, isn´t there maybe a way to do this with HTML 5? There is a lot going on right now with image processing and I was asking myself the same question about cropping. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Checkbox in new CellTable?

2010-09-22 Thread Jambi
Hey guys, is it possible somehow to insert a checkbox column for each row in the new CellTable widget? I can´t manage it :/ A code snippet would be useful. best regards, Michael -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

MVP Question

2010-09-06 Thread Jambi
Hey guys, I have some problems with my MVP architecture. Do I have to destroy my old presenter instances when I´m creating a new one? For example: I´m on page A and switch to page B. After that I go back to page A and create another instance of pageApresenter with my history management. But it

Re: MVP Question

2010-09-06 Thread Jambi
o Consider presenters as singletons o Consider Gin I haven´t tried Gin till now because I try to learn step by step how MVP etc. works. I´m pretty new to programming and GWT so it´s really hard for me to try all the opportunites you have now in gwt (MVP, gin, guice, eventbus, etc). Right now, I

How much do you charge for your GWT/development services?

2010-09-02 Thread Jambi
Hey guys, I know that this isn´t maybe the right place to talk about money. But we are offering a service like any other (but maybe in a better way ;) ). I´m just interested how much you guys think is an average price/hour to charge for a GWT project (And let´s say that you have a average

What are the benefits of using a MVP Framework?

2010-08-30 Thread Jambi
Hey guys, i´m asking myself these days what´s the benefit of using a MVP Framework like GWTP (never realy used it because i´m very new to the whole MVP architecture) instead of writing your MVP app like it´s described on the google code page? Is it a lot easier and more comfortable? What´s the

Re: What are the benefits of using a MVP Framework?

2010-08-30 Thread Jambi
Hey Gal, thanks for the answer. Yes, I learned that already and I think I posted my question wrong. I wanted to know what´s the difference in implementation if I decide to import an extern library which was build for MVP uses insted of writing my MVP code from scratch? What would be the benefits

Re: What are the benefits of using a MVP Framework?

2010-08-30 Thread Jambi
Ah Ok! I think the reasons are now clear to me. I guess i will check out some of those frameworks. Thanks guys ;) -- 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

Using an App-wide RPC serive or multiple services?

2010-08-30 Thread Jambi
Hey guys, another question from me ;)! What is your approach for your rpc logic? Are you having an App-wide RPC service you pass to each presenter or are you having multiple service classes you instatiuate in the presenter you need it? I´ve seen both approaches in different gwt examples and i´m

Re: Store information in Cookies?

2010-08-28 Thread Jambi
Hi, i´m asking myself the same question. I guess you could store the data you need later in a session on the server side and just save the session id in the cookies. But I´m realy not sure whats the best way to deal with those problems. Maybe someone knows a realy good tutorial on sessions and

Re: Is there a searchbar widget for data presentation widgets?

2010-08-27 Thread Jambi
Well, that´s all i needed to hear ;)! Thanks a lot Thomas! -- 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 email to

Is there a searchbar widget for data presentation widgets?

2010-08-26 Thread Jambi
Hej Folks, I´m pretty new to GWT so I´m still learning. So my question is, if there is existing something like a interactive searchbar you can combine with the new data presentation widgets? I think i´ve seen it working before in some Google I/O video, but i´m not sure which video it was. best

Re: Is there a searchbar widget for data presentation widgets?

2010-08-26 Thread Jambi
Ok: I just found the part of the I/O where the widget is shown: http://www.youtube.com/watch?v=_ToKWo_hcOkfeature=channel -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Email support client side security

2009-08-27 Thread Jambi
Hej folks, i´m a computerscience student from germany and I have some questions about the GWT. I can tell that i´m a newbie in GWT and my java skills aren´t that good, too. But I want to know if there´s possible to set up something like an smtp server for email support in gwt? How can I realize