Re: Authentification With Selenium

2012-06-04 Thread András Csányi
On 4 June 2012 11:20, alaa aadil aadila...@gmail.com wrote: Hello , i want to do an Authentification with Selenium with GWT ( authentification af the user ; login pass word ) and i don't know the step that i should follow to do this . I'm sorry but based on that information what you

Re: REST style URis with GWT

2012-02-17 Thread András Csányi
On 17 February 2012 22:09, Monika Solanki monika.sola...@gmail.com wrote: Hello, When I make a GWT app, the URL is usually associated with an HTML page. However I would like to expose a more restful URI style for my web app. Instead of http://www.xyz.com/myapp/TestApp.html I would like

hosted mode with netbeans

2011-12-12 Thread András Csányi
Dear All, I'm struggling with these IDEs and I fed up a little bit with them, to be honest. I faced the linked issue with Netbeans. Does anybody have any idea what could be the problem and what should I do to solve it? http://forums.netbeans.org/post-121061.html Thank you very much for any help

Re: hosted mode with netbeans

2011-12-12 Thread András Csányi
On 12 December 2011 13:40, kim young ill khi...@googlemail.com wrote: use maven (mvn gwt:run) The result is the same. But, I build a new project from scratch and that is working fine. After I finished my job I'm going to home and try to figure out what is the root cause. -- - - --  Csanyi

Re: hosted mode with netbeans

2011-12-12 Thread András Csányi
On 12 December 2011 14:04, András Csányi sayusi.a...@gmail.com wrote: On 12 December 2011 13:40, kim young ill khi...@googlemail.com wrote: use maven (mvn gwt:run) The result is the same. But, I build a new project from scratch and that is working fine. After I finished my job I'm going

Re: eclipse - imported maven gwt project

2011-12-11 Thread András Csányi
On 10 December 2011 21:46, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: What are the errors showed in Problems View? I re-installed the whole Eclipse and it looks like this issue is solved. But I have another one. :( Plugin execution not covered by lifecycle configuration:

Re: eclipse - imported maven gwt project

2011-12-11 Thread András Csányi
On 12 December 2011 07:24, Kanagaraj M kanagaraj@gmail.com wrote: Which version of Eclipse are you using? There are some changes in Eclipse 3.7 from earlier versions. Check out this link. http://wiki.magnolia-cms.com/display/DEV/Eclipse Yes, I'm using 3.7. Thanks for the link! This

Re: GWT compiler question(s)

2011-12-09 Thread András Csányi
On 29 November 2011 11:55, Thomas Klöber kloe...@ics.de wrote: Am 29.11.2011 11:44, schrieb András Csányi: On 29 November 2011 11:32, Thomas Broyert.bro...@gmail.com  wrote: DevMode does *not* compile; that's the whole point of it: it runs your Java code, directly in Java, in a Java VM, so

eclipse - imported maven gwt project

2011-12-09 Thread András Csányi
Dear All, I imported my maven project to Eclipse and everything became red. After a few hours long struggling and investigating I can see that Eclipse is not able to deal with dependencies between the particular maven modules. I recompiled, re-installed every maven module and I refreshed every

Re: GWT compiler question(s)

2011-11-29 Thread András Csányi
On 29 November 2011 11:32, Thomas Broyer t.bro...@gmail.com wrote: DevMode does *not* compile; that's the whole point of it: it runs your Java code, directly in Java, in a Java VM, so you can use a standard Java debugger to debug it (set breakpoints, inspect variables, etc.) I'm asking the

Re: GWT compiler question(s)

2011-11-29 Thread András Csányi
On 29 November 2011 11:55, Thomas Klöber kloe...@ics.de wrote: Am 29.11.2011 11:44, schrieb András Csányi: On 29 November 2011 11:32, Thomas Broyert.bro...@gmail.com  wrote: DevMode does *not* compile; that's the whole point of it: it runs your Java code, directly in Java, in a Java VM, so

Re: how to fire a element's event?

2011-11-28 Thread András Csányi
On 28 November 2011 14:29, wahaha il...@yahoo.com.cn wrote: there is instance of Element(not Widget),how to fire its click event? Attach to it an ClickHandler. Go through this example and you will find an god example. http://www.vogella.de/articles/GWT/article.html -- - - --  Csanyi Andras

Re: trying to implement implement chart with GWT

2011-11-25 Thread András Csányi
On 25 November 2011 11:35, junaid juna...@gmail.com wrote: I am trying to implement this GWT-EXT chart. I have simply created a new GWT project and onModule I have pasted the source code as in this link and put my getext.jar in builpath. When I run the project it never starts and it shows

Re: Using beanutils in my maven project

2011-11-17 Thread András Csányi
On 16 November 2011 19:18, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Here you can see a sample (browse the source): gwt-sample (Spring, JPA2) In this site you can check how configure the module. And some answers: I don't understand why should I do the last two steps. My project

abstract classes in a different package and compile error

2011-11-16 Thread András Csányi
Dear All, There is a beautiful idea in my mind to split my application to different, logical parts. According to this idea I have a DiLibWebClient, an EJB, a Lib and a SAGWTLib module in my maven project. The DiLibWebClient contiains everything which is needed to build a web application but my

Re: abstract classes in a different package and compile error

2011-11-16 Thread András Csányi
On 16 November 2011 15:46, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote:   [ERROR] no source info: public abstract class com.sayusiando.java.gwt.lib.salib.grid.abstracts.GridAbstract Add you source files to your classpath? I think I did. The dependencies of the DiLibWebClient project

Re: abstract classes in a different package and compile error

2011-11-16 Thread András Csányi
On 16 November 2011 15:55, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: At first try copy sources to another project only to verify if this is the error. If compile, you don't have in the compile classpath the sources of the libs. You can generate mylib-sources.jar and add to the pom.

Using beanutils in my maven project

2011-11-16 Thread András Csányi
Dear All, I would like to ask some help because I'm a little bit confused. There is my project where apache beanutils is used and dependencies are managed by Maven. The whole project looks like this: -WebClient project - gwt project - GWTLib - external project and a few abstract classes are

Re: Using beanutils in my maven project

2011-11-16 Thread András Csányi
Dear Juan, Thank you very much, but I'm still confused. I think I need more clarification. You need to add dependency jar in your pom.xml (with classifier) and define a xml module. For example I add jsr330 to my project in this way: Add sources to classpath: dependency

Re: GWT + EJB

2011-11-02 Thread András Csányi
On 2 November 2011 20:15, ph09 ph.hei...@googlemail.com wrote: Hello, I want to use EJB in my GWT Application, but I coulnd't find a current Tutorial. I am new to the topic of EJB's and with GWt I have worked the last months. At the moment I have got some RPC Calls in my GWT Application and

Data Grid and GWT-RPC

2011-10-31 Thread András Csányi
Dear All, I would like to ask that whether possible to use DataGrid with gwt-rpc and it is available an example? As I see on the showcase page the datagrid example uses RequestFactory. Thanks in advance! András -- - - --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --

Re: help with showcase examples

2011-10-30 Thread András Csányi
On 30 October 2011 12:15, abdousoft abdmezi...@gmail.com wrote: hey,i'm new in  GWT world ,i'd like to understand how to implement google GWT showcase in this link :http://gwt.google.com/samples/ Showcase/Showcase.html ,thanks a lot. The whole starts somewhere here [1], especially at Read the

Expenses example

2011-10-29 Thread András Csányi
Dear All, I would like to get some help because I would like to build a small application using RequestFactory. I put together everything (maven, dependencies, etc.) but I don't know what is this EMF. Ok, I can figure out this could be an entity manager factory, but according to my IDE this

Re: Expenses example

2011-10-29 Thread András Csányi
On 29 October 2011 13:41, András Csányi sayusi.a...@gmail.com wrote: Dear All, I would like to get some help because I would like to build a small application using RequestFactory. I put together everything (maven, dependencies, etc.) but I don't know what is this EMF. Ok, I can figure out

Re: jquery?

2011-10-25 Thread András Csányi
On 25 October 2011 20:57, Jeff Chimene jchim...@gmail.com wrote: On 10/25/2011 11:16 AM, Dennis Haupt wrote: hi there, a coworker told me that jquery has a bunch of advantages over gwt and that gwt offers pretty much nothing that jquery doesn't - and is going to infest our source code if i

Re: No source code is available for type org.gwtcmis.model.restatom.Ato­mEntry; did you forget to inherit a required module?

2011-10-24 Thread András Csányi
On 24 October 2011 10:06, Prat2511 pratyush.sinha2...@gmail.com wrote: Hi I am new to GWT i was trying to run gwtcmis-sample. link : - http://code.google.com/p/gwt-cmis/wiki/GwtCMISClientSample i add all the jar file which is necessary for running this project in lib. when I run this

content doesn't appear

2011-10-24 Thread András Csányi
Dear All, I would like to ask some help because it looks like my knowledge is not enough to solve this small issue. So, I made a little application and my problem is that the content doesn't appear on the page. I made only a page with a button. If I open the page on Firefox I can't see anything

Re: future of gwt who use gwt

2011-10-22 Thread András Csányi
On 22 October 2011 18:09, Alan Chaney a...@mechnicality.com wrote: @Krespo - if you are seriously worried about the future of GWT w.r.t Dart, then a quick search on Google gives this: http://markmail.org/message/uro3jtoitlmq6x7t Purported to be a leaked internal email, but, who knows?.  Open

Re: RPC problem?

2011-10-21 Thread András Csányi
On 21 October 2011 13:56, Sean slough...@gmail.com wrote: I also recommend creating a Serialized Exception, and have ALL your RPCs do adequate error handling and throw these Serialized Exceptions for display on your page. This has made RPC debugging 3000x better. Sean, it sounds really good,

Re: Question on GWT Designer license expiring

2011-10-18 Thread András Csányi
On 18 October 2011 13:58, TBirch tjfbi...@bellsouth.net wrote: I still have to use the Galileo version for some older GWT apps and I purchased a two year license on GWT Designer in September of 2009. Now when trying to open the designer I am getting the Product Registration and Activation

Re: need a class which can be used on server as well as client.

2011-09-10 Thread András Csányi
On 10 September 2011 18:53, doles sachin.d...@gmail.com wrote: Hello, I am writing a new project from ground up and need internationalization on both client and server side. May I ask why do you need internalization on server side? What is the purpose? As far as I know and I could imagine it

Re: need a class which can be used on server as well as client.

2011-09-10 Thread András Csányi
On 10 September 2011 19:04, doles sachin.d...@gmail.com wrote: mainly because those string values are being used as keys for manipulating the data. so, if a table has a column whose header name is Fraud Count, we want to use the string Fraud Count as a key. maybe I could re-think that design,

Re: Book that covers latest GWT release

2011-04-07 Thread András Csányi
On 7 April 2011 19:28, Matthew Hill matt2...@gmail.com wrote: From what I've found, there are no really good books for GWT. You should be able to learn it without a book just fine,though. On other hand, this list is very helpful. I'm learning gwt that way and I get huge help from different

Re: Use classes from external jars

2011-04-05 Thread András Csányi
On 5 April 2011 16:24, Andrej Stanisev andrejstani...@gmail.com wrote: Hello, I'm trying to use GWT to develop a tool for Sakai, and I have a problem using sources from external libraries. The project dependencies are managed by maven and I'm trying to use a class from one of the dependency

Re: GWT For Usability Testing. Do I need to know Java? Can I use a HTML template?

2011-03-24 Thread András Csányi
On 24 March 2011 16:30, rob-uidesign rob.coyle...@gmail.com wrote: Hi Folks, I need to create a prototype of a UI for usability testing. Im not a Java programmer and was wondering do I need Java to be able to put together an interface that is not hooked up to data? My plan is to use Eclipse

Using java.lang.reflect or similar

2011-03-23 Thread András Csányi
Hi All! I'm developing a little framework like stuff and I need the reflection API (java.lang.reflect) which isn't part of gwt. The problem: I have an object (basically a dto from server) and there is an another object which contains the grid parameters include the method name as string, which

Re: using external jar

2011-03-11 Thread András Csányi
side, you have to have the source code for those jars, and you have to create a .gwt.xml file for each one. If you already have this then I'll look deeper into your problem. Otherwise, if you don't have the source code then you can't use those jars on the client side. On Mar 10, 4:05 pm, András

java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/IsSerializable

2011-03-11 Thread András Csányi
Hi all! I'm developing a small application and when my application calls the server I get this error message on server side: 15:43:42,725 ERROR [[/SATTClient]] Exception while dispatching incoming RPC call java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/IsSerializable at

Re: java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/IsSerializable

2011-03-11 Thread András Csányi
This way is working fine. Thanks for suggestion! On 11 Mar 2011 17:13, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: This error happen if you put gwt-server.jar in ear/lib? Make a test and tell me Juan 2011/3/11 András Csányi sayusi.a...@gmail.com Hi all! I'm developing a small

using external jar

2011-03-10 Thread András Csányi
Hi all! I think I lost a little bit. I would like to use and external jar in my gwt project. Basically, this jar contains the DTO classes which used by EJB Entity and gwt classes. So, because of this I made a new project and I put here my DTOs. I've found this [1] article about how can I use

Re: GWT Designer - full version

2011-03-09 Thread András Csányi
The eclipse version isnt the full version? On 9 Mar 2011 22:00, Eve ng8...@gmail.com wrote: For evaluation, is the full version available for download anywhere? I can only find the Eclipse plug-in from the download site. thanks -- You received this message because you are subscribed to the

Re: Netbeans plugin

2011-03-09 Thread András Csányi
which ide u're using On Tue, Mar 8, 2011 at 3:27 PM, András Csányi sayusi.a...@gmail.com wrote: Hi all! Does anybody use the GWT Netbeans plugin? Thanks in advance! András -- - - -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- http://facebook.com/andras.csanyi -- Trust in God

Netbeans plugin

2011-03-08 Thread András Csányi
Hi all! Does anybody use the GWT Netbeans plugin? Thanks in advance! András -- - - --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu -- http://facebook.com/andras.csanyi --  Trust in God and keep your gunpowder dry! - Cromwell -- You received this message because you are subscribed to

Re: None of the eclipse versions are working with the current GWT release!!!

2011-03-05 Thread András Csányi
On 5 March 2011 10:25, sandeepgiri sandeepg...@gmail.com wrote: Dear All, Which version of eclipse will work with the current version of GWT on my macosx snow leaopard? I have tried the following but nothing seams to work: eclipse ganymede  jee carbon 32 bit eclipse ganymede  java carbon 32

Panels and content problem

2011-02-21 Thread András Csányi
Hi Guys! I think I lost and I don't understand what's happening. So, I need some help. My application is based on a dockLayoutPanel and in WEST is loaded an tree which is the menu. If the user clicks on the element of the menu into CENTER a new user interface based on SimplePanel is loaded. If

TabLayoutPanel and panel - the content doesn't appear

2011-02-06 Thread András Csányi
Hi all! I know it will be a very simple question from me, so I'm sorry in advance. My application looks like this: - the main structure is a DockLayoutPanel. In this are the other control structures, in North is the MenuBar, in West are the menu built on Tree, Center is the main data recording

Re: TabPanel and Lazy load

2011-02-05 Thread András Csányi
On 4 February 2011 23:37, Greg Dougherty dougherty.greg...@mayo.edu wrote: I just looked at it and it seems like it's all still valid (you might want to see if you're willing to use TabLayoutPanels, rather than TabPanels, since the later are deprecated). What is it that you think doesn't

TabPanel and Lazy load

2011-02-04 Thread András Csányi
Hi All, I would like to build an application and there is and tabPanel which has 2 tabs. I know there is a good thing to use at different tabs. I search on it the internet and I found this article: http://googlewebtoolkit.blogspot.com/2008/11/improving-performance-with-on-demand.html Which is

Re: How to install GWT Designer

2010-12-03 Thread András Csányi
On 3 December 2010 10:19, Basi Lambanog restyc...@gmail.com wrote: Hello, I'm trying to install GWT Designer onto Eclipse 3.6. The instruction says In Eclipse, click Help Install New Software... but there is no Help option on the Eclipse menu. How else can I install GWT Designer?

Re: What should I learn , Google Web Toolkit or Jquery ?

2010-11-19 Thread András Csányi
On 19 November 2010 14:31, Jeff Schwartz jefftschwa...@gmail.com wrote: IMO both. +1 -- - - --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu -- http://facebook.com/andras.csanyi --  Trust in God and keep your gunpowder dry! - Cromwell -- You received this message because you are

Re: PostgreSql AND GWT

2010-11-15 Thread András Csányi
On 15 November 2010 17:57, Noor baken...@gmail.com wrote: The server side is java I assume you using tomcat or application server. In this case the server takes care db connection. In your servlets classes you need only a resource object, I think. Basically, you need a tutorial how can you set

Re: SEO Question.

2010-10-26 Thread András Csányi
On 26 October 2010 18:10, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I have to build an application which has a PHP backend and GWT client. How do we make it crawlable? The urls follows Google, ajax url format of #!. You can give click events the particular elements for example

Re: SEO Question.

2010-10-26 Thread András Csányi
Guys, I'm sorry! I thought this is the Selenium list. :) Please ignore my letter! :D On 26 October 2010 19:58, András Csányi sayusi.a...@gmail.com wrote: On 26 October 2010 18:10, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I have to build an application which has a PHP backend

Re: Good GWT development tools

2010-10-11 Thread András Csányi
On 11 October 2010 11:36, lalit lalit.bh...@gmail.com wrote: Our project with time has become bigger. We are finding that the change-compile-run cycle is becoming bigger and bigger, especially if we change the server side code. We are using Spring, Hibernate and Gilead (for taking Entities to

menu with stacklayout

2010-10-05 Thread András Csányi
Hi Guys, I'm new at gwt and I would like to ask some hint or advise how can do this. My idea that I want to use StackPanel (StackLayout) to group my menuitems like this: - administration -- user administration -- rules - practice -- hangman -- card etc. The 'administration' and 'practice' part

servlet mapping

2010-09-30 Thread András Csányi
Hi Guys, I'm really new at gwt world and this is my first steps in JEE world to. I'm working as tester so I think I'm able to understand lot of things but the experience is missing. After Stockwatcher tutorial I wanted to built something else but I'm totally lost at servlet mapping. I got always

Re: How to slow down JavaScript execution (in Firefox)?

2010-09-27 Thread András Csányi
On 26 September 2010 03:32, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: Hi all, I'm trying to run integration tests and one of the things I'm trying to test is that various status messages are displayed in the right order. The problem is that everything runs so fast that certain messages

Re: Can we run selenium tests in GWT dev mode?

2010-09-16 Thread András Csányi
On 16 September 2010 16:07, Andrey mino...@gmail.com wrote: Or we should compile the app first? I think you can run the test because dev mode uses the browser. Basicly you can see in the browser. But - this is my opinion - this way not so effective. You can check that the test are okay or not

Re: Use smartgwt or not

2009-12-18 Thread András Csányi
2009/12/17 azure rockan...@gmail.com: Hi all, There are many gwt experienced developers in this group. I am starting a project and am in a dilemma where to use smartgwt or not. There are many advantages of using it (like filters/sorting in list grids etc). However I think there will be many