AutoBeanUtils.getAutoBean/ShimHandler.maybeWrap is causing JVM crash

2017-06-22 Thread Rakesh Wagh
We are suspecting that a notorious payload might be causing this crash. Yes, the JVM crashes after this exception. Following exception is picked up from the crash log: Environment: GWT 2.8.0 JDK 180_102 Jboss EAP 7 Re dhat Enterprise Linux OS Stack:

Re: GWT 2.7.0 is here

2015-04-21 Thread rakesh pabbathi
Hi Daniel how to i convert my application which is in 2.3 version to 2.7 ? plz provide me some steps to convert the version to 2.7. On Thursday, 20 November 2014 16:29:06 UTC+5:30, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks to everyone who

Re: GWT 2.4.0 native drag and drop... does it *really* work with IE9?

2012-01-24 Thread rakesh wagh
we found that the drag and drop api is not usable at this point. There is not a single browser in which this api work as expected. I think the api is still in development and should not be used at this point, unless you require part of it to work with specific browser. On Jan 24, 11:44 am, Rori

Re: GWT Developer Plugin for Firefox 8

2011-11-30 Thread rakesh wagh
I got the file. works well! good job... keep it up. -- 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/-/85mdDCq0NQIJ. To post to this group, send

Re: GWT Developer Plugin for Firefox 8

2011-11-28 Thread rakesh wagh
unfortunately fileswap.com is blocked here. Is there an alternate location from where I can download? I am looking for firefox plugin on 64bit/win7. Thanks, greatly appreciated! Rakesh Wagh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: How to handle custom server side exceptions

2011-10-19 Thread rakesh wagh
()); } public MyRequestFactoryServlet(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators) { super(exceptionHandler, serviceDecorators); } } On Oct 18, 4:17 pm, rakesh wagh rake...@gmail.com wrote: also changed web.xml mapping

How to handle custom server side exceptions

2011-10-18 Thread rakesh wagh
here? Any kind of help and/or reference greatly appreciated. Thanks, Rakesh Wagh -- 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

Re: How to handle custom server side exceptions

2011-10-18 Thread rakesh wagh
with that said, what is the right way to reconstruct server side business validations(ConstraintViolation) on client (so that they can be directly added to editor.setErrors(voilations))? Also, I didnt understand how to set a callback in Request (to catch server exception). At this point as you

Re: How to handle custom server side exceptions

2011-10-18 Thread rakesh wagh
, ElementType.FIELD); SetConstraintViolationT voilations = super.validate(domainObject); voilations.add(voilation); return voilations; }; On Oct 18, 11:02 am, rakesh wagh rake...@gmail.com wrote: with that said, what is the right way

Re: How to handle custom server side exceptions

2011-10-18 Thread rakesh wagh
also changed web.xml mapping of servlet class from servlet- classcom.google.web.bindery.requestfactory.server.RequestFactoryServlet/ servlet-class to servlet-classcom.test.server.MyRequestFactoryServlet/servlet-class On Oct 18, 4:15 pm, rakesh wagh rake...@gmail.com wrote: How I resolved

Help designing app

2011-09-29 Thread Rakesh
Hi guys, I've read the docs and am itching to get started!! Still unsure about how to put the pieces together though. So lets say I'm building a site which sells products: 1. I have to display a list of products (divided into categories, each in their own 'pod'). 2. A basket that automatically

Questions about GWT suitability

2011-09-15 Thread Rakesh
Hi, knowing very little about GWT apart from the main headlines, I am considering using it for my upcoming projects. Others are criticizing this choice on 2 main points: 1. The application is not rich enough - the app is a shop where products are added to a basket and user details and payment

Re: Announcing gwt4air 1.0

2010-11-01 Thread rakesh wagh
How would it be different from using say Mozilla Prism? Prism does not require anything special. Rakesh Wagh On Oct 31, 4:30 pm, nino ekambi jazzmatad...@googlemail.com wrote: Hello community, It s been a long way but i m proud to annouce the release of Gwt4Air 1.0 Gwt4Air will give you

Re: Regarding google visualization(Annotated Timeline)

2010-07-22 Thread gourineni rakesh
Hi, Thank You Nicky.I am new to Visualization.Can u plz tell me how to set the m_vpMainPanel width and height ... Regards, Rakesh. On Fri, Jul 16, 2010 at 2:58 PM, Nicky karajd...@gmail.com wrote: The error says it all. set m_vpMainPanel width and height explicitly

Regarding google visualization(Annotated Timeline)

2010-07-16 Thread gourineni rakesh
hi, I m Rakesh Kumar Gourineni. I m working on Annotated Timeline in google visualization. The error i got was given below. I searched in many forums for the solution.But i was unlucky. Please please try to look the source code which is at the bottom n plz try to figure out the problem

How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-09 Thread gourineni rakesh
to do this plz help me. thanls in advance. Regards, Rakesh. -- 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

Re: how to display a JSP page inside a DecoratedTabPanel

2010-06-30 Thread rakesh wagh
the answer is embedded in your question: framed. Use com.google.gwt.user.client.ui.Frame On Jun 30, 10:51 am, Denis denis.w...@gmail.com wrote: Hello, I have existing JSP pages that should be framed inside a GWT DecoratedTabPanel. Is this doable at all? Thanks for your reply. -- You

Re: Regarding GWT 2.0.3

2010-06-22 Thread gourineni rakesh
on the system classpath [WARN] Adding classpath entry 'file:/C:/Users/rakesh/Desktop/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/gwt-2.0.3/gwt-user.jar' to the web app classpath for this session For additional info see: file:/C:/Users/rakesh/Desktop/eclipse/plugins

Re: Million access to GWT Appl ??

2010-06-21 Thread rakesh wagh
. If you compare gwt to other js based toolkits, they all behave similar as far as client to server communication is concerned. gwt only makes life simple for the developers. Rakesh Wagh On Jun 19, 7:44 pm, manish kumar manish.online2...@gmail.com wrote: Hi, i have gone through many articles on web

Re: UIBinder Benefits?

2010-06-21 Thread rakesh wagh
of ui.xml files. hence uibinder files are very readable and usable! Infact my question is, why xml? why not yaml or json? Rakesh Wagh On Jun 20, 6:23 pm, spierce7 spier...@gmail.com wrote: Does using the UI Binder provide any benefits? I watched some of the I/ O conference, and it seemed like

Re: Regarding GWT 2.0.3

2010-06-18 Thread gourineni rakesh
to serve -- welcome-file-list welcome-fileBuoyApplication.html/welcome-file /welcome-file-list /web-app Regards, Rakesh. 2010/6/17 Andrés Cerezo acerezoguil...@gmail.com Yes send me it by email. 2010/6/17 gourineni rakesh rg...@msstate.edu Thanks Cerezo for the reply

Re: Regarding GWT 2.0.3

2010-06-18 Thread gourineni rakesh
Hi Andres, these is the attached web.xml 2010/6/18 Andrés Cerezo acerezoguil...@gmail.com Try to attach the file, please. 2010/6/18 gourineni rakesh rg...@msstate.edu Hi Andres, the below is my web.xml file. Plz check this and let me know if there r any errors

GWT

2010-06-17 Thread gourineni rakesh
Hi, I m Rakesh. I m developing a GWT based eclipse project.The project is about sensor web application for Buoys n i used google maps to display the Buoy locations.For this the GWT i m using is 2.0.3, eclipse is 3.4 Ganemade n Tomcat is 5.5.9. Recently I have upgraded the Sensor Web project

Regarding GWT 2.0.3

2010-06-17 Thread gourineni rakesh
Hi, I m Rakesh. I m developing a GWT based eclipse project.The project is about sensor web application for Buoys n i used google maps to display the Buoy locations.For this the GWT i m using is 2.0.3, eclipse is 3.4 Ganemade n Tomcat is 5.5.9. Recently I have upgraded the Sensor Web project

Re: Regarding GWT 2.0.3

2010-06-17 Thread gourineni rakesh
Thanks Cerezo for the reply I had opened web.xml file from xml editor but I couldnt find any error. Can you check whether my web.xml format is correct? Regards, Rakesh 2010/6/17 Andrés Cerezo acerezoguil...@gmail.com Try to open it with the xml editor of eclipse

Re: MMLc: a Tool to convert HTML in GWT widgets

2010-05-24 Thread rakesh wagh
good job congrats! keep it up. On May 23, 10:59 pm, Davi Pires inho...@gmail.com wrote: Hi all, I'd like to announce that the tool I mentioned here earlier (6 months ago) has finally been opened. We call it MMLc. From the project description: MMLc is a GWT generator that processes files

Re: gwt webgl smartgwt

2010-05-11 Thread rakesh wagh
not really work well! Rakesh Wagh On May 11, 2:25 pm, Alan Chaney a...@mechnicality.com wrote: Hi I've started to build an application using GWT 2 which will needs an HTML 5 canvas element to display WebGL. I was intending to use smartgwt for the bulk of the UI. Sadly, smartgwt gives layout

Re: Feature Request - Improve Visual Look

2010-01-30 Thread rakesh wagh
if you ask me, I like the default theme; simple and elegant! but my boss and many others I know need something more aesthetically pleasing. On Jan 28, 1:27 pm, Simon dciphercomput...@gmail.com wrote: Hi I think some of the most aesthetically pleasing UI components can be found in extJS so I

Re: Popuppanel hight/width set to itself, does not work as expected

2010-01-30 Thread rakesh wagh
any one? On Jan 27, 11:11 am, rakesh wagh rake...@gmail.com wrote: Check this code: PopupPanel p = new PopupPanel(); p.setSize(p.getOffsetWidth() + px, p.getOffsetHeight() + px); As expected, nothing should happen., size of the popup panel should not change But you can notice that the size

Popuppanel hight/width set to itself, does not work as expected

2010-01-27 Thread rakesh wagh
Check this code: PopupPanel p = new PopupPanel(); p.setSize(p.getOffsetWidth() + px, p.getOffsetHeight() + px); As expected, nothing should happen., size of the popup panel should not change But you can notice that the size changes. Both height and width increases by the amount of padding

popuppanel hight/width set to itself, does not work as expected

2010-01-26 Thread rakesh wagh
Check this code: PopupPanel p = new PopupPanel(); p.setSize(p.getOffsetWidth() + px, p.getOffsetHeight() + px); As expected, nothing should happen., size of the popup panel should not change But you can notice that the size changes. Both height and width increases by the amount of padding

Re: Can GWT do this?

2009-12-14 Thread rakesh wagh
implementation. It depends on what your exact use case is. Rakesh Wagh On Dec 13, 11:23 am, sportscode venkatnar...@gmail.com wrote: I would like to create an application that has, 1. Edit Mode - Acts as an editor where i can design buttons and labels 2. Application Mode - Where it acts

Re: GWT and portlet

2009-12-14 Thread rakesh wagh
portlet by itself is a broad term. You have to be more specific on what you need to achieve. If all you are looking for is portlet like boxes where some information can be displayed, look into demo 4 and 5 of gwt-dnd library. If you need more like jsr 168 compliance etc, you will have to put some

Re: Which is the best way to manage many rows in a table with pagination?

2009-10-28 Thread rakesh wagh
I was seeing the incubator's widget ScrollPagingTable, what do you think about it? it is really good, use it! Rakesh Wagh On Oct 28, 6:43 am, iaio81 stefano.taurie...@gmail.com wrote: Hi all, which is according to you the best way to manage many rows in a table through pagination? I

Re: Announcing GWT 2.0 Milestone 1

2009-10-06 Thread Rakesh
great release ... especially the declarative ui, download on demand and multiple browsers piece!!! good going gwt team... you rock!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Very! basis question: Call from JavaScript to Java

2009-09-21 Thread Rakesh
look into jsni: http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html On Sep 21, 9:48 am, kuri...@googlemail.com kuri...@googlemail.com wrote: Hi, i have a pretty simple problem i guess, and i cant get the solution because i cant all the examples available

Re: Creating a wizard - Series of steps with GWT

2009-09-16 Thread Rakesh
. It is very simple! Little playing around with gwt and you will do it. good luck... Rakesh Wagh On Sep 15, 9:31 pm, Karan Sardana karansard...@gmail.com wrote: Scenario is -  The user needs to enter and submit a lot of information, the mechanism to collect such information is often organized

Re: Is it possible to clone Widgets?

2009-08-21 Thread Rakesh
if you are able to link the html and its corresponding variable references properly. Rakesh Wagh On Aug 13, 8:53 am, Ice13ill andrei.fifi...@gmail.com wrote: If i have a Widget, in a VerticalPanel let's say, and i want to add a widget with the same properties in another panel, is it possible

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Rakesh
Thomas, I am not sure I understand what you are saying. I need the last char pressed by the user(on key down/up). How do you get that? On Aug 14, 6:31 pm, Thomas Broyer t.bro...@gmail.com wrote: On 14 août, 21:37,rakeshwaghrake...@gmail.com wrote: Today While extending the TextBox, I

Re: Is it possible to clone Widgets?

2009-08-21 Thread Rakesh
(){ {add(new TextBox()); add(new CheckBox());} }); } } On Aug 21, 12:38 pm, Rakesh rake...@gmail.com wrote: It is not impossible, though not very straight forward; To start with, you can create a simple replica of any of your widget

Textbox event key code not case sensitive?

2009-08-14 Thread rakesh wagh
); } } } } Enter characters in lower case, it will print upper case to the console. I thought of checking with the group before raising it as an issue. Any idea on what's going on here? Thanks, Rakesh Wagh

Re: prerequisities of GWT to develop JPA

2009-08-11 Thread Rakesh
Read this tutorial: http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html It might have answers to most of your questions. Rakesh Wagh On Aug 11, 2:04 am, tolga ozdemir tka...@gmail.com wrote: Hi everybody, I am starting to learn GWT stuff for a while. I am really

Re: New GWT user has a simple qustion using eclipse

2009-07-11 Thread Rakesh
The cleanup is really very minimal. Clean the EntryPoint class Clean RPC: delete the three files: async, service and impl. Remove the table and header from html I hope you will not mind the css... Rakesh Wagh On Jul 11, 9:35 am, tedpottel tedpot...@gmail.com wrote: Hi, I was able to use

Re: multiple dialog box/popup panel overlap issue

2009-07-08 Thread Rakesh
as I said, hide/show is not an option. Consider that the DialogBoxes are always in show state. User can drag them over each other. Does any one know how PopupPanel manages z-index and lisbox on top issue? I looked in the PopupPanel class several times, without any luck :( Rakesh Wagh On Jul 7

Re: Initial release of GWT-cs, GWT application construction with Spring

2009-07-07 Thread Rakesh
do you have an example some where that will explain its use??? Thanks, Rakesh Wagh On Jul 7, 7:22 pm, colin.zhao colinzhao...@yahoo.com wrote: I am pleased to announce the initial release of GWT-cs, which allows you to use Springframework's bean configuration xml file to define GWT client

Re: Excel and GWT

2009-06-30 Thread Rakesh
use jdbc on the server side to select and insert data into your excel spread sheet. If you are using MS, try the ODBC-JDBC method. Or check this project: https://xlsql.dev.java.net/ On Jun 30, 12:41 am, garshita grshtgu...@gmail.com wrote: Hi, I need to read data from my excel sheet and

Re: GWTetris - enjoy it :)

2009-06-05 Thread Rakesh
good work, keep it up! On Jun 2, 10:41 pm, Janusz Prokulewicz jprokulew...@gmail.com wrote: Hi everyone! I'd like to invite all of you to play my own Tetris which I implemented with GWT. It's called GWTetris :p and I hope you'll enjoy it :) I added high scores feature so I think it'll be

Re: Resizable Disclosure panel

2009-06-01 Thread Rakesh
try gwt-mosaic or gwt-dnd panels/widgets for your purpose. On Jun 1, 4:42 am, java_hunter anoop...@gmail.com wrote: Hello , I am using Disclosure panel to populate some customer information. I need to make the disclosure panel as resizable. But I could not find any functions for it. Is

Re: Introducing Shandor Xul: Run you app as Gwt, Swing and SWT

2009-05-27 Thread Rakesh
Do you have an online showcase that would show us how a simple sample application would look like all the three platforms? And also the code associated with it? On May 20, 12:20 pm, codeoncoffee codeoncof...@gmail.com wrote: For the past year Pentaho has been developing a Java Xul framework for

Getting started with gwt 1.6 and Intellij 8

2009-05-16 Thread Rakesh
hi all, I'm trying to learn GWT (well Ext GWT top be precise) and have lots of issues using Intellij. Firstly, I purchased a book but the examples are based on Eclipse. I'm trying to translate for Intellij but running into issues the main one being that Intellij doesn't seem to want to create

Re: Google Collections with GWT?

2009-05-12 Thread Rakesh
it would be interesting to have google collections work in gwt! On May 8, 7:46 am, sullymandias sullymand...@gmail.com wrote: Are Google Collections passable over GWT-RPC? I've been trying to get this to work for a few hours now with no luck. I'm using GWT 1.6.4. I managed to get Maven to

Re: Google Collections with GWT?

2009-05-12 Thread Rakesh
FYI: http://groups.google.com/group/google-collections-users/browse_thread/thread/b0873c9e59050ed3/a3915e9e3db8314a?lnk=gstq=gwt#a3915e9e3db8314a On May 12, 11:57 am, Rakesh rake...@gmail.com wrote: it would be interesting to have google collections work in gwt! On May 8, 7:46 am

Newbie question about testing guis

2009-05-11 Thread rakesh mailgroups
Hi, I've just been told by the powers-that-be that I will be taking over development of a GWT-Ext app thats just been started. I know very little about GWT and intend to read up soon but I have a question that I will probably not find in the docs and thought I would ask this group. My previous

Re: GWT Mail sample using Spring Dreamsource ORM

2009-04-22 Thread Rakesh
the blind fold and start using whatever makes sense for a specific problem domain. Rakesh Wagh On Apr 22, 3:11 am, mP miroslav.poko...@gmail.com wrote: Why would anyone want to use this ORM when theres hibernate ? Hibernate has lots of additional features, caching, different fetch strategies

Re: File Upload with rpc call

2009-04-14 Thread Rakesh
Look into google gears. You can upload a file of up to 1 GB in youtube with google gears installed. Look for: Blob slice(offset, length) and HttpRequest API --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Folks.. I need a direction

2009-04-06 Thread Rakesh
You are missing something here. and that is RPC. Calling get set on your beans will modify that value only in the client browser. You want to communicate this value back to the server. So you need to make an RPC call. Now, you can generate a bean that will make RPC calls in its get set methods...

Re: Why not use applets?

2009-04-02 Thread Rakesh
Weak reference (Weak listener in SWT/Swing) that isn't supported in javascript, but does in javaFX (java). You can simulate this in gwt. About speed and performance: Remember js runs inside the browser. It is completely at the mercy of browser(unlike applets). You should see the js engine

Re: Why not use applets?

2009-03-30 Thread Rakesh
correction: netscape = firefox On Mar 29, 11:46 pm, Rakesh rake...@gmail.com wrote: My thoughts on javafx: - jnpl start: Web apps are supposed to run in web browser!  More over they are supposed to co-exist with other stuff on the webpage, example javascript, html. While I like the concept

Re: Why not use applets?

2009-03-29 Thread Rakesh
sun did bad job when it comes to browser side java. Microsoft's strategies, and there dislike towards sun made sure that applets never succeeded(remember ie has and had the largest browser market share). However if some one has to be blamed, I think it is Sun's vision and Engineering. In my

Re: Why not use applets?

2009-03-29 Thread Rakesh
oops, forgot to mention: javafx is such a wrong initiative and waste of time energy and resources in wrong direction! On Mar 29, 8:18 pm, Rakesh rake...@gmail.com wrote: sun did bad job when it comes to browser side java. Microsoft's strategies, and there dislike towards sun made sure

Re: Why not use applets?

2009-03-29 Thread Rakesh
in that direction is a good technology. gwt, gears, canvas, netscape browser itself, etc ... all are going fwd technologies Rakesh Wagh On Mar 29, 10:35 pm, Guy Rouillier guyr-...@burntmail.com wrote: On Mar 29, 9:46 pm, Rakesh rake...@gmail.com wrote: oops, forgot to mention: javafx is such a wrong

Re: Announcing GWT 1.6 Release Candidate

2009-03-22 Thread Rakesh
great job! keep the momentum going... Gwt is the most vibrant open source project I have team. Thanks to the google gwt team... On Mar 18, 3:32 pm, Bruce Johnson br...@google.com wrote: Good news! Google Web Toolkit 1.6 RC is ready for you to download and try out:

Re: Dealing with session timeout and container managed security

2009-03-06 Thread Rakesh
we use server push for session time out and it works really great! On Feb 28, 1:26 am, marcelstoer mar...@frightanic.com wrote: Is there some consensus or best practice in the GWT community as for how to deal with session timeout and container managed security? There are some pointers if you

Re: Drang/drop files to GWT app - any progress?

2009-02-25 Thread Rakesh
GWT, as mars said, is based on js and hence inherit all of its restrictions. You should probably request the Gears team for this feature. Gears is a browser plugin. If the gears team has enough user request and a good use case, they might add this feature to the plugin. Rakesh Wagh On Feb 24, 4

Re: What are you using for a backend??

2009-01-20 Thread rakesh wagh
service but the fee will be much more when compared to those php deals. Try the Amazon cloud computing platform. I have not tried that myself, but it sounds promising. Rakesh Wagh On Jan 20, 7:24 am, sloughran slough...@gmail.com wrote: So, in my messing around with GWT for the past year or so, I have

Re: How to attach a click listener to an existing SPAN element?

2009-01-11 Thread rakesh wagh
See the Label class. They do similar stuff for Div. Copy it for Span... Not sure what all events span handles. On Jan 10, 6:06 pm, Fred Janon fja...@gmail.com wrote: Hi, I need to add some functionality to an existing web page with a SPAN element and add a click listener to it. The SPAN

Re: Multiple web pages how-to

2009-01-11 Thread rakesh wagh
to manipulate browser functions. I am sure you will learn these concepts through practice. Hope that helps! Rakesh Wagh On Jan 8, 11:18 pm, Sahil Dave sahil.dav...@gmail.com wrote: Hi all, i am new to GWT. I have gone thru the gwt's online tutorial and have understood how everything works. But 1 thing

Re: Newbie Question on GWT/JSON

2009-01-04 Thread rakesh wagh
(with a hyperlink click) to reach its destination as expected. Good luck! Rakesh Wagh On Jan 3, 9:09 pm, Ian ikra...@gmail.com wrote: I am new to the Web application world; I am trying to encapsulate my set of data in a JSONObject, convert to string, and send it  (async POST) to a PHP page using

Re: Getting java.net.SocketTimeoutException: Read timed out

2009-01-04 Thread rakesh wagh
time than your time out values set. For a better answer, give us more information. Rakesh Wagh On Jan 4, 12:45 am, tin nitingupta...@gmail.com wrote: Hi All, I occassionally get this exception when my app's page is getting downloaded in the broser. In my application, I make few rpc calls

Re: about GWT compiler performance

2009-01-02 Thread rakesh wagh
. It also makes your application design better. Rakesh Wagh On Nov 7 2008, 5:06 pm, surfer lorenzo.naza...@gmail.com wrote: since often the main development of an application is viewed and debugged with one single type of browser and only sometimes verified on the others, does anybody know if it's

Re: Are RPC servlets Thread safe

2008-12-27 Thread rakesh wagh
cheers! On Dec 26, 5:57 pm, byhisdeeds byhisde...@gmail.com wrote: Sorry for bothering everybody in this season of good cheer. I found the problem which was my own (of course). I had my json object instantiated per the RPC servlet class and not the servlet method. Think I'll go and have a

Re: To draw a line

2008-12-27 Thread rakesh wagh
1. GWT Canvas 2. JSGraphics(Using GWT Widget Library). You have x and y co-ordinates of your two widgets. To calculate length of the line, do simple mathematics. Remember Pythagoras? Rakesh Wagh On Dec 25, 11:47 pm, arun theeperfection...@gmail.com wrote: Hi frends, I have a requirment

Re: IDE for GWT

2008-12-27 Thread rakesh wagh
pretty much on your own.. and it is good to be that way so that you have the complete control and less unknowns. Any tool that helps you write java code should be equally helpful for gwt. vi ny1? ;) :) just my 2c. Rakesh Wagh On Dec 20, 7:48 pm, Eduardo Henrique eduardo.hi...@gmail.com wrote: What

Re: Get file from server with GWT-RPC

2008-12-27 Thread rakesh wagh
content type and just spit out the byte stream. From the client just call this servlet with appropriate params for it to retrieve the image. In essence: Image img = new Image(); img.setUrl(/servlet?photoId=39934width=50); Rakesh Wagh On Dec 26, 4:26 pm, Daniele dany.hat...@gmail.com wrote: I cannot

Re: Waiting on multiple RPC calls

2008-12-19 Thread rakesh wagh
operation. It is always a good idea to cache(static) your rpc service references on client once you create it for the very first time. Rakesh Wagh On Dec 19, 3:38 am, stephen.sm...@paretopartners.com stephen.sm...@paretopartners.com wrote: Thats exactly the thing i need!!! Thanks :) On Dec 18, 11:17

Re: New release of the GWT project Tatami

2008-12-19 Thread rakesh wagh
How does your js loading happen? For example if I need to use just gfx in my application, will tatami load only the gfx related dojo js files? I have not played around with tatami. We use lot of gfx in our application. Will you recommend switching to Tatami... ? Thanks for the release Rakesh

Re: Dollar sign in filename

2008-12-17 Thread rakesh wagh
those files are automatically generated by the compiler. They are typically inner classes. What is your concern by the way? On Dec 16, 5:55 pm, jchimene jchim...@gmail.com wrote: Hi, Would someone please post a link to the documentation for the filenaming convention that allows for names

Re: Image viewer widget

2008-12-16 Thread rakesh wagh
com.google.gwt.user.client.ui.Image is all you need. You should develop your own Composite on top of it. Add a zoom in, zoom out buttons; handle the click events; and resize your image accordingly; it is that easy! On Dec 16, 4:56 am, ArunDhaJ arund...@gmail.com wrote: Hi All, Is there any

Re: Drawing seperator (Line) between widgets

2008-12-15 Thread rakesh wagh
Horizontal: new HTML(hr/); Vertical: new HTML( table style='display:inline;border- collapse:collapse;border:0'trtd style='padding:0'img src='transparent.gif' width='2' height='600' style='background:black'/td/tr/table); On Dec 15, 6:02 am, Arul arulmanikandan.sriniva...@gmail.com wrote: Hi,

Re: Clickable text

2008-12-15 Thread rakesh wagh
Here is a simple class we wrote for our purpose. : public class TextLink extends Label{ boolean enabled = true; public TextLink() { super(); init(); } public TextLink(Element element) { super(element);

Re: Clickable text

2008-12-15 Thread rakesh wagh
fyi: The above widget also has a enable/disable functionality which is missing in a regular hyperlink. (The functionality is not fully tested). Use the widget at your own risk(if you have to). But I dont see any reason why it should fail. Rakesh Wagh

Re: Dialog Box Appears Behind Another Widget

2008-12-15 Thread rakesh wagh
never used openlayers... but try this: for your dialog box, where you do dialoBox.show(), call the .hide() method first and then call ..show(); or try .show() .hide() .show in a sequence and see if it works... its basically about setting the proper z-index. On Dec 15, 3:26 pm, WebDude

Re: How to have a layered panel?

2008-12-10 Thread rakesh wagh
have some issues with the blur event in IE, but I could easily fix it by catching and ignoring the onBlur() call. Suri wrote: Hi Rakesh, Isaac Litty Thanks for the replies. Since I'm currently already using the incubator jar for a table, I'll first attempt Isaac's suggestion which

Re: TestBox inside CheckBox's text

2008-12-09 Thread rakesh wagh
Create a Composite widget with a checkbox and textbox inside it. On Dec 9, 5:45 am, Danny Schimke [EMAIL PROTECTED] wrote: I want to use a TextBox inside the CheckBox- label. For example: *[X]* Save in *TextBox* minutes I can do it by using the toString()- method on TextBox, but it is

Re: Suggestions with code design

2008-12-08 Thread rakesh wagh
gwt is not going to help you a lot here(Think in terms of html and js. If html and js cannot do, gwt can neither.). Did you check the recent javafx release? I think it is best suited for your work. At least the image manipulation part. On Dec 6, 10:54 pm, Rohan Redkar [EMAIL PROTECTED] wrote:

Re: How to have a layered panel?

2008-12-08 Thread rakesh wagh
of your translucent panel will be between the main screen and your visible widget. You might also have to put a screen resize handler to resize the size of your panel. I think the gwt incubator has a ready to use widget. Rakesh Wagh On Dec 6, 11:04 pm, Suri [EMAIL PROTECTED] wrote: Hey all

Re: How to have a layered panel?

2008-12-08 Thread rakesh wagh
(); super.hide(); } .trans-bg{ background-color: black; filter: alpha(opacity=50); -moz-opacity: .5; } And I am able to show a translucent background to any of my dialog box! Rakesh Wagh On Dec 8, 9:37 am, rakesh wagh [EMAIL PROTECTED] wrote

Re: How to share work between Java developers and HTML/CSS designers?

2008-12-04 Thread rakesh wagh
: - We created our own widget library with common components for tables, hyperlinks, menus etc. We(developers) spared some time designing the common components as per the graphics design. Finally for most of the part it was only the matter of following the layout. good luck! Rakesh Wagh On Dec 2, 11

Re: Portlet Layout - Similar to iGoogle

2008-12-02 Thread rakesh wagh
is the project link: http://code.google.com/p/gwt-dnd/ Hope that helps. Rakesh Wagh On Nov 28, 4:58 am, StrongSteve [EMAIL PROTECTED] wrote: Hi Everybody! I have a very basic question and you hope you can provide me an answer! ;) So basically I have an existing web-application consisting of several

Re: Interesting question:how can I get the rownumber of a cell that contain a button when I click this ?

2008-12-02 Thread rakesh wagh
Are you quizzing us or asking for help? I would go with alex.d 's solution. Other method(which I personally hate) is to write a for loop in the onClick event of the button that will read the widget in each r,c and match it with the sender or button instance itself. Rakesh Wagh On Dec 1, 7:24

Re: using Jetty for hosted mode?

2008-11-26 Thread rakesh wagh
check this: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/604aec6b7460c133/419baa6d8488eaa6?hl=enlnk=gstq=jetty#419baa6d8488eaa6 On Nov 25, 4:07 am, Juan Backson [EMAIL PROTECTED] wrote: Hi, Does anyone know how to change GWT default servlet engine to Jetty? Any

Re: Label Click events to be fired Automatically

2008-11-26 Thread rakesh wagh
Or put the body of onCick in a method example: doOnClick(). Call the doOnClick() method in your Widget's onLoad() method. Rakesh WAgh On Nov 26, 7:06 am, Ryan [EMAIL PROTECTED] wrote: Hi everybody, I have a page with two labels. I have written some code on the click events of the 2 labels

Add a new row in a table dynamically!!!

2008-11-26 Thread Rakesh
Hi, I wanted to know if it is possible to add a new row to a existing html table dynamically using GWT. I am fairly new to GWT and was wondering if its possible. I checked the forum and couldn't find anything on this. If anyone has a solution for this please let me know. Thanks, Rakesh

Re: Why use GWT?

2008-11-25 Thread rakesh wagh
/ set-property name=gwt.suppressNonStaticFinalFieldWarnings value=true / On Nov 24, 2:23 pm, adam [EMAIL PROTECTED] wrote: Rakesh, This was a totally great response and I'm really thankful that you took the time to write it. divide your project into distinct modules that do not rely on each

Re: Why use GWT?

2008-11-24 Thread rakesh wagh
handling etc). Else use one of the ready to go widget libraries, try smart gwt. Rakesh Wagh On Nov 22, 8:58 pm, adam [EMAIL PROTECTED] wrote: I see herehttp://docs.jquery.com/Sites_Using_jQuerythat lots of big projects, most of which are probably led by some smart, deep-thinking, open-minded

Re: SWFUpload library for GWT

2008-11-24 Thread rakesh wagh
is not reliable/credible enough for this specific purpose. People might vary in opinion and I totally respect it. Rakesh Wagh On Nov 24, 6:45 am, Mark Renouf [EMAIL PROTECTED] wrote: Hello, I wanted to gauge interest in a GWT interface to using SWFUpload (http://www.swfupload.org/). While work continues

Re: Why use GWT?

2008-11-24 Thread rakesh wagh
but they could go in and do bug fixes and add new features without much hand holding(and without hating or messing the existing code). Rakesh Wagh On Nov 24, 11:20 am, adam [EMAIL PROTECTED] wrote: Hi Rakesh, Thanks for your response. Adam, did you even tryGWT? As I said earlier in this thread, I've

Re: Your opinion sought: Jetty or Tomcat?

2008-11-22 Thread rakesh wagh
fast hosted mode. Thanks, Rakesh Wagh On Oct 20, 9:46 am, John [EMAIL PROTECTED] wrote: Manuel Carrasco wrote:The most annoying issue with GWT is performance in development mode. I mean, compiling, startng hosted mode and running GWT Unit tests. So any action that improves these is welcome

Re: SmartGWT 1.0 Released

2008-11-22 Thread rakesh wagh
great job Sanjeev. Keep up the good work. Always love smart-client. Smart client is much better compared to ext-js as far as licensing is concerned. However the showcase looks little slow compared to the original js based smart-client as well as gwt-ext. Thanks! On Nov 22, 6:48 pm, Tim [EMAIL

Gears distribution for completely offline clients

2008-11-11 Thread rakesh wagh
First of all, please forgive me for posting this topic in gwt forum. I have tried posting threads in the gears group with no real response. Basically I am in desperate mode and need advice from people knowledgeable in this area. I believe many gwt users use gears and might have faced similar

  1   2   >