Security Scanning for GWT Code

2021-09-10 Thread Niraj Salot
Which tools can be used to Scan the GWT Source Code for doing Security Scan? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Slowness / Hangs on GWT 2.7 with Chrome 50.0 Release

2016-08-18 Thread Niraj Salot
any changes in GWT side code? We are using the latest stable version of GWT. So not sure any upgrade on GWT is possible. Please let me know your suggestions / views. Thanks , Niraj Salot -- You received this message because you are subscribed to the Google Groups "GWT Use

GWT Rolling Deployment

2016-02-16 Thread Niraj Salot
JS which the client/browser is looking for. How other people are managing the same? Thanks in Advance. Regards , Niraj Salot -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails fro

Chrome Upgrade handling in GWT

2015-02-04 Thread Niraj Salot
Dear Group, I would like to know the best practices / ways people are taking to make sure that GWT based application is able to handle all the latest version of Chrome or It works 100% fine whenever a new version of Chrome is released? How to make sure that whenever a new version of Chrome is

Developer Machine Configuration to Support GWT Compilation

2014-12-10 Thread Niraj Salot
Hello, We are working towards making a big enterprise GWT based application. Currently we have around 8 modules but in future it will grow. My Question is : What should the developer machine configuration keeping in mind that GWT compilation takes good amount of CPU/Memory. We are using GWT

GWT Build with Continuous Integration

2014-12-08 Thread Niraj Salot
for your help. Regards , Niraj Salot -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Navigator.getPlatform() return null

2014-07-20 Thread Niraj Salot
Hi All, Strange but in my Production environment , I get value of Navigator.getPlatform() as Null. On My Local Machine it works fine. Any Reason ? Thanks , Niraj. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

GWT Designer

2013-06-16 Thread Niraj Salot
I need your opinion based on your experience working with Large Scale GWT Based Application. The question is : is GWT Designer Right tool for Big GWT Application where they are cool CSS and Dynamics Widgets are created? Can the designer (Not having much Knowledge of Java) use that tool to

HttpSession Access in GWT Spring Application

2012-10-08 Thread Niraj Salot
Hi All, I am currently using GWT , Spring Custom JDBC in my application. I require some data to be put in Session and used everywhere in the application. So I have written one Utility class which has getSession() method and setObject() and getObject() Method(). I would like your opinion on

Re: GWT Compilation Time Performance Improvement

2012-09-07 Thread Niraj Salot
Hi All, I even tried upgrade of GWT 2.5 and SuperDevMode. But Still no improvement. Thanks. On Tuesday, 4 September 2012 11:40:19 UTC+5:30, Niraj Salot wrote: Hi Members, We are using GWT Version 2.4 in our current project. On server side, we are using Spring Custom JDBC framework. We

Re: GWT Compilation Time Performance Improvement

2012-09-05 Thread Niraj Salot
am not still not getting how to use the concept of *.gwtar files which is mentioned in our discussion. Would appreciate if someone can provide more details on the same. Thanks,Niraj. On Tuesday, 4 September 2012 11:40:19 UTC+5:30, Niraj Salot wrote: Hi Members, We are using GWT Version 2.4

GWT Compilation Time Performance Improvement

2012-09-04 Thread Niraj Salot
improvements. Thanks, Niraj Salot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/mYT4VbG8tkIJ. To post to this group, send email to google-web-toolkit

Re: Large Project Structure

2012-05-30 Thread Niraj Salot
am going on a wrong path. On May 29, 5:03 pm, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, May 29, 2012 1:26:10 PM UTC+2, Niraj Salot wrote: Hi All, What should be consider as Best Practice for Large Project Structure ? We have multiple modules inside the projects. Also We would

Large Project Structure

2012-05-29 Thread Niraj Salot
Project Structure ? Regards,Niraj Salot/ -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

HTTPSession Cookie Changed

2011-10-26 Thread Niraj Salot
Dear all, We are facing some serious issue. After accessing the application for some time , We are having timeout issue. Although the timeout is set to 2 hours , we are seeing that session are expired only after 15-20 Minutes. We are using GWT , Spring. our application is deployed on JBOSS

GWT Project Structure

2011-05-16 Thread Niraj Salot
Right now in our project, we have below mentioned structure. Our project is mainly using GWT Spring framework. 1 com.customername.projectname.client.module name 2 com.customername.projectname.client.rpc.module name 3 com.customername.projectname.shared.validator.module name 4

Re: Browser Refresh handling in GWT

2011-02-17 Thread Niraj Salot
To Make it more clear for everyone. If I Implement below mentioned code in my application. Window.addWindowClosingHandler(new Window.ClosingHandler() { @Override public void onWindowClosing(ClosingEvent event) {

Browser Refresh handling in GWT

2011-02-16 Thread Niraj Salot
which will feel the user that nothing has happended even if by mistake he done browser refresh. Let me know how I can do this Thanks in Advance , Niraj Salot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Browser Refresh handling in GWT

2011-02-16 Thread Niraj Salot
Hi, In My application , User is presented with Login page. Once his login is sucessful , He is transfered to another page (with History token mechanism). This is kind of main page of the application where he does all his work. On sucessful login , we are maintainng some user specific data in