[gwt-contrib] Re: GWT Widgets that ROCK!

2011-02-25 Thread Ladislav Gazo
the idea seems fine but please keep an eye on the resulting size of JS :) On 24. Feb, 23:28 h., John LaBanca jlaba...@google.com wrote: GWT Contributors - I drafted a proposal for a new pattern that the GWT team will use to replace existing GWT widgets with newer, shinier widgets.  The

Re: GWT security

2010-08-11 Thread Ladislav Gazo
I don't think that security is just about encrypting RPC calls. And as cokol said if encrypted RPC stream is the only concern it should go through HTTPs. The purpose of acris-security is to integrate server side security with GWT client, propagating authentication and authorization things (like

Re: GWT security

2010-08-11 Thread Ladislav Gazo
This seems to me just a flame about what the word 'security' exactly is :) acris-security is about bridging client and server, using server's authentication and authorization methods to add another layer for potencial attacker to skip (for common users what is not visible or editable is also not

Re: GWT security

2010-08-11 Thread Ladislav Gazo
Personally I would like to know proper name for it, if you would be so kind and give us some proposals we will consider it as your contribution to the process of making acris-(currently named)-security better :) We initially thought that 'security' also covers transferring server-side security

Re: Needing help, building a Login

2010-07-22 Thread Ladislav Gazo
Hi Alex, maybe you would be interested in integrating security with login on the client and server side. If so you can check acris-security module at - http://acris.googlecode.com/ BR, Laco On 21. Júl, 16:41 h., AlexG alexander.gauss.ax...@googlemail.com wrote: Hi @ all, I want to build a

Re: GWT 2.0 - Spring Security

2010-07-08 Thread Ladislav Gazo
Hi, if you are interested in complex integration of Spring security on client and also server side you might take a look on http://code.google.com/p/acris/wiki/Security BR On 21. Jún, 20:07 h., Tom thomas.coz...@gmail.com wrote: Hi, I have an GWT 2.0 application using Spring and Hibernate.

Re: Role-based security and widget visualization

2010-07-05 Thread Ladislav Gazo
? Thanks! Kai On 2 Jul., 17:32, Ladislav Gazo ladislav.g...@gmail.com wrote: Hey Kai, there is a toolkit called AcrIS (http://acris.googlecode.com/) where one of it's part is denoted to security - acris-security module (http://code.google.com/p/acris/wiki/Security). It handles client

Re: Role-based security and widget visualization

2010-07-02 Thread Ladislav Gazo
Hey Kai, there is a toolkit called AcrIS (http://acris.googlecode.com/) where one of it's part is denoted to security - acris-security module (http://code.google.com/p/acris/wiki/Security). It handles client and server security. On the client it is using annotations or manually specified

Re: Role-based security and widget visualization

2010-07-02 Thread Ladislav Gazo
Hey Kai, there is a toolkit called AcrIS (http://acris.googlecode.com/) where one of it's part is denoted to security - acris-security module (http://code.google.com/p/acris/wiki/Security). It handles client and server security. On the client it is using annotations or manually specified

Re: Role-based security and widget visualization

2010-07-02 Thread Ladislav Gazo
Hey Kai, there is a toolkit called AcrIS (http://acris.googlecode.com/) where one of it's part is denoted to security - acris-security module (http://code.google.com/p/acris/wiki/Security). It handles client and server security. On the client it is using annotations or manually specified

Re: What's the best/easiest way of doing server-side persistence with GWT?

2010-05-21 Thread Ladislav Gazo
And how does GWT handle associations where Hibernate (as JPA implementation) puts own Collection implementations? They are not serializable... that is the reason why Gilead exists. Can you tell me how is it possible to achieve it without such layer? On 21. Máj, 16:00 h., Manoj vkma...@gmail.com

Re: SOP Issue

2010-02-27 Thread Ladislav Gazo
For RPC calls you must use a proxy mechanism that will redirect certain calls transparently to desired location. Take a look on http://code.google.com/p/acris/wiki/SeparateClientAndServer , there is one implementation of such proxy. On 24. Feb, 10:29 h., ramesh chiluveri chiluveri...@gmail.com

Re: Converting GWT Compiled JS to Readable JS

2010-02-27 Thread Ladislav Gazo
do you know if there is a tool that will translate the stack into readable form? Or is somebody going to implement it? On 26. Feb, 17:43 h., Chris Lercher cl_for_mail...@gmx.net wrote: On Feb 26, 5:30 pm, Thomas Broyer t.bro...@gmail.com wrote: Something like the -compileReport

Re: RPC Call Failed from other domain(cross domain) due to SOP

2010-02-24 Thread Ladislav Gazo
You must use a proxy mechanism on server side to redirect the call to appropriate domain. Take a look here, it may help you resolve the problem using ProxyServlet: http://code.google.com/p/acris/wiki/SeparateClientAndServer On 23. Feb, 16:03 h., ramesh chiluveri chiluveri...@gmail.com wrote:  

[gwt-contrib] Re: RPC policy files usage?

2010-02-24 Thread Ladislav Gazo
All necessary information is comming in the RPC call. If you take a look into RemoteContextSerializationPolicy you can see how the HTTP connection is initiated. You don't have to take care about where are RPCs located because the call itself will tell you. The drawback of remote context is that

Re: Testing RPC calls in Production.

2010-02-23 Thread Ladislav Gazo
You can use JMeter to record RPC calls issued by your client in various scenarios and then replay them. On 23. Feb, 02:17 h., edarroyo edgardo...@gmail.com wrote: Hello, I am trying to find a way to test my application once it's been deployed. Is there a way to run a series of test cases

[gwt-contrib] Re: RPC policy files usage?

2010-02-23 Thread Ladislav Gazo
well, you may have as many client contexts as you wish. In local context configuration you need to copy RPC files to the server - and that is what you apparently don't want. But in remote context these RPC files are generated on the client (by ProxyCreator), they remain there and server is able to

[gwt-contrib] Re: RPC policy files usage?

2010-02-22 Thread Ladislav Gazo
Hi Ed, maybe this will give you some relevant answers: http://code.google.com/p/acris/wiki/SeparateClientAndServer , especially the part Accessing RPC files from server. There is a solution how to access RPC files in no-server mode remotely also. On 22. Feb, 11:17 h., Ed post2edb...@hotmail.com

Re: DevMode!!! how make it works.

2010-02-03 Thread Ladislav Gazo
it and compare it also with GWT doc... On 3. Feb, 14:28 h., sith fedorov1...@gmail.com wrote: sorry. May be i don't understand something, BUT is it manual advice me add to my project some wonderful lib only for debug??? On Feb 3, 9:32 am, Ladislav Gazo ladislav.g...@gmail.com wrote: Hello

Re: DevMode!!! how make it works.

2010-02-02 Thread Ladislav Gazo
Hello, from what you are telling it seems you are running in configuration where your server is separated from client. That has nothing to do with DevMode itself. No doubt you will love DevMode when your configuration starts working... ...but back to your problem... there is an article on

Re: How to insert a script tag into the DOM

2010-01-20 Thread Ladislav Gazo
Hello, due to such kind of problems we used a routing mechanism implemented in ProxyServlet (http://code.google.com/p/acris/wiki/ SeparateClientAndServer). You would direct it to URI in original URL but the proxy will redirect it to appropriate URL and return the response back to your client

[gwt-contrib] binding for GWT

2009-12-21 Thread Ladislav Gazo
Hello everyone, I would like to collect information about efforts to build a binding solution for GWT and hopefully to synchronize with others. We have (and are still) developed binding solution between visual representation and data providing layer. If you are interested, please follow us at:

Re: rule for running embedded tomcat or jetty in google eclipse plugin (GEP)

2009-11-11 Thread Ladislav Gazo
thanks, it works the way you mentioned. On Nov 11, 1:36 am, Thomas Broyer t.bro...@gmail.com wrote: On 10 nov, 22:52, Ladislav Gazo ladislav.g...@gmail.com wrote: Hello, I want to ask you how does Google Eclipse Plugin recognize whether to run embedded Tomcat or Jetty? What is the rule

rule for running embedded tomcat or jetty in google eclipse plugin (GEP)

2009-11-10 Thread Ladislav Gazo
Hello, I want to ask you how does Google Eclipse Plugin recognize whether to run embedded Tomcat or Jetty? What is the rule for that? I am experiencing various undeterministic (from my point of view) situations where for one project it runs with Jetty and for another Tomcat... Thanks in advance

Re: Project Structure in GWT-2.0

2009-09-30 Thread Ladislav Gazo
You can stay with original maven structure, src/main/webapp directory including and still use GWT as before. Also GEP plugin is capable of working with it. You have to follow the wiki instruction on codehause GWT plugin - http://mojo.codehaus.org/gwt-maven-plugin/user-guide/war-folder.html. +