Am new to GWT

2014-09-05 Thread siva giri
hi can any one tel what and all the question can ask in Gwt ?? Monday am having interview ...They said for UI and Software Development Regards Shiv... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and

Gwt Application Hosting in Linux with Apache tomcat

2013-11-29 Thread siva kumar
Hi I am new to gwt .. i developed the gwt webapplication with mysql. In local machine i deployed the application and compile into war and rename the file into tomcat web apps folder its working fine in local but while deploy the files into hosting server i get this kind of Exception.but jsp

Connection issue(mysql)

2013-09-23 Thread siva kumar
in local application works fine but when connect to ip (remote server ) i had the following error com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed. Regards Harsha infotect -- You received this message because you are

Display image from servlet in gwt from database mysql

2013-09-13 Thread siva kumar
Hi All, while i am retrieve image from servlet from my sql database i got this error [WARN] 404 - GET /retrireve (127.0.0.1) 1395 bytes Request headers Host: 127.0.0.1: User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 Accept:

Re: Deploying tomcat server

2013-09-06 Thread siva kumar
On Friday, September 6, 2013 9:49:35 AM UTC+5:30, siva kumar wrote: Hi While i am deploying war file and test the application with intranet i got this kind of error ..my application is not working on that timebut in my localhost its working fine...can you give me any solution

Deploying tomcat server

2013-09-05 Thread siva kumar
Hi While i am deploying war file and test the application with intranet i got this kind of error ..my application is not working on that timebut in my localhost its working fine...can you give me any solution..

Call Jsni Method in gwt

2013-08-06 Thread siva kumar
Sir , JSNI Method in Gwtuibinder.. 1.Where to include script tag? 2. where to call the public native method in js? 3. How to call the function in gwt Regards V.Gajalakshmi, Harsha Infotech. -- You received this message because you are subscribed to the Google Groups Google Web

Regarding TimePicker

2013-07-25 Thread siva kumar
Hi 1.How to create Time Picker widget for textbox? i had included the gwt-timepicker.jar with my project. and inherits the plugin in gwt.xmlfile HourMinutePicker hourMinutePicker = new HourMinutePicker(PickerFormat._12_HOUR); RootPanel.get().add(hourMinutePicker); How to call

Navigating to static HTML page on button click

2013-01-31 Thread siva vasanta
Hi, I am new to GWT. In my GWT application, I want send a direct request for static html up on a button click and the HTML page should be displayed. I tried below code. I can see that URL is correct but nothing is happening. I expected browser to display static html page but it remains on

Re: Gwt and user role based security

2013-01-31 Thread siva vasanta
It depends on the container you are using. For tomcat you can check this link http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html On Thursday, January 31, 2013 7:04:25 PM UTC+5:30, Plamen Tenev wrote: Greetings! I'm developing a sample application. I want to make role based security

Re: how to do the following simple work in GWT

2012-01-23 Thread Arun Siva
You can use Splitlayout panel to divide your page and use Cell Tree widger to display the tree structure on the left hand side of the page and trigger an event for every click, that will refill the center part of your page with the required contents. Arun On Mon, Jan 23, 2012 at 4:25 PM,

life is a game so enjoy

2010-11-03 Thread siva subramanian
http://123maza.com/35/traditional951/ -- 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

Help needed to refresh the panel contents...

2010-10-06 Thread Siva
hi, I'm siva. A beginner to GWT and UI development.Please help in the following scenario... I'm having navigation panel and a main panel (both are ContentPanels). I've few images in the navigation panel. when i'm clicking one among them i want to change the center panel contents. For eg. when

Activation of minimised browser

2010-05-26 Thread Siva
Hi, I am looking for a solution to activate a minimised browser which forced by an event from the server. Could you please let me know how to achieve this with GWT? Thanks in advance. regards- Siva. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Error while running unit tests - Servlets in web.xml are not identified

2010-01-22 Thread siva
Anyone has any idea on this ? -- 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

Error while running unit tests - Servlets in web.xml are not identified

2010-01-17 Thread siva
We have a gwt application with some servlets and filters configured in web.xml. While writing unit tests to test the code making calls to these servlets, these servlets are not identified and looks like servlet configuration is expected in x.gwt.xml. There are no issues with hosted mode in

Re: Error while running unit tests - Servlets in web.xml are not identified

2010-01-17 Thread siva
We are using gwt 2.0 -- 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 google-web-toolkit+unsubscr...@googlegroups.com.

MVP Beginner Question

2009-12-21 Thread Siva
for dependency injection but not able to understand Event bus, Presenter and Dispatcher as they are handled differently by these examples.. Could someone help me to choose the best sample/framework to build my GWT application? Thanks, Siva -- You received this message because you are subscribed

Style of DatePicker in DateBox

2009-11-17 Thread Siva
.datePickerDays { width: 100%; background: #e7edea; } Please guide me applying custom styles to DateBox's DatePicker. Thanks, Siva -- 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

Re: Using Selenium for GWT tests.

2008-10-14 Thread siva
is it results in no compiled code in production environment. You would also like to to have a look at onEnsureDebugId -Siva. On Oct 10, 7:36 am, dan [EMAIL PROTECTED] wrote: Hi Siva, I used Selenium on a project to do integration tests of a GWT application; it worked pretty well. We didn't run