Enterprise Application Development (Wizard) using GWT

2012-12-07 Thread Lalit Kumar
. Obviously I would not like to write a restful invocation for each step. Any kind of help will be usefull Regards, Lalit Kumar -- 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

Re: Overriding a css style loclly

2011-05-30 Thread lalit
needs. On Sun, May 29, 2011 at 9:11 PM, lalit lalit.bh...@gmail.com wrote: I have a lot of labels in my application.I have overriding the style as most of the place, I need the new style and it works fines. the overridden style is .gwt-Label {    font-size: 15px;    font-weight: bold

Overriding a css style loclly

2011-05-29 Thread lalit
I have a lot of labels in my application.I have overriding the style as most of the place, I need the new style and it works fines. the overridden style is .gwt-Label { font-size: 15px; font-weight: bold; color: #fff; float: inherit; } However at one particular place I need the

autoopen does not behaves as intended

2011-04-28 Thread lalit
Hi , I have made autoopen as false. My menu bar has a top menu bar and child menu bar in it. When I enable autoopen, it works fine and opens on hover. However when I make the autoopen as false, it does not opens the menu on browser which is fine. However it does not opens even if I click on the

Adapting GWT to Adobe air

2011-03-25 Thread lalit
We are looking to package our application so that it can be run locally using Adobe air. At the moment if we try to run with the adt tool of adobe air, it throws security restriction. There are post around how to circumvent it but none of them is successful(May be I am still missing some things.)

Can I set some piece of code to be ignored by GWT compiler

2011-02-25 Thread lalit
I know that certain methods in my class are never going to be used in client side. They are specific to server. Can I somehow notify the GWT compiler to ignore these code fragments either at class level or method level. thanks in advance -- You received this message because you are subscribed

Logging in shared code

2011-01-04 Thread lalit
Hi, How can we do logging in the shared code? Some logging need to happen on server side and some logging will be happening on client side and there might be a possibility of same log active in both client and server side. thanks in advance, -- You received this message because you are

Integrating Pentaho with GWT

2010-12-29 Thread lalit
Hi, How can we integrate Pentaho reporting and charting in a GWT based application. thanks, -- 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

Native event not getting fires

2010-10-25 Thread lalit
I have a text widget where I want to make enter event to behave like a tab event. so I capture the Key press event and raise a tab native event. However the tab behavior is not reflected in the application. Thee code for event handler is public void onKeyPress(KeyPressEvent event) {

Re: Native event not getting fires

2010-10-25 Thread lalit
When I use the deprecated createKeyPressEvent with more argument, it fires the tab event but the behavior is not as per the tab key press The new code changes from the above code in createKeyPress event line as follows NativeEvent nativeEvent =

Firing a tab event

2010-10-19 Thread lalit
Hi, I am trying to mock a tab event. The requirement is that whenever an enter is pressed, the focus should move to next input box, similar to tab. For that I have written a widget which handles key press handler and on key press method i catch the enter event and raise a tab event. However the

UiBinder in a template format like facelet/Tiles

2010-10-13 Thread lalit
Hi, Is there some way to use UiBinder XML in a template format. A have pages which are common in header and footer with some action elements. The center area changes with different type of pages needed at different places. I am trying to use a hierarchy where the base panel has the common

Good GWT development tools

2010-10-11 Thread lalit
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 the front layer). Do any one knows about better tools or

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread lalit
Check this http://www.lalitbhatt.com/tiki-index.php?page=Integration+GWT+with+Spring Also there was a recent thread going on for the same. you might want to look into that also.

Re: New GWT 2.0 Book

2010-10-05 Thread lalit
I think it's fair enough for a developer of the framework to write a book. This gives a more comprehensive insight in the framework. Buying a book is a choice to be exercised by us . No one forces us. If it is well written and worth it why not buy it. As far as documentation goes, I do agree

Re: Help: Development of large App with GWT

2010-10-05 Thread lalit
With ability to bid on multiple bidding at the same time I think what you are leveraging is the ability to do multiple AJAX calls to server simultaneously which is GWT strength but is not unique to GWT. There are many AJAX engines out there. I feel where GWT stands out is to able to push a lot of

Re: Help: Development of large App with GWT

2010-10-04 Thread lalit
GWT strength is the ability to build rich client side code. If you can show some data analytics/crunching kind of application and show that how it can be supported in web application also. For example showing stock market charts with feedback and may be calculate technical indicators. Just an

Behavior difference in debug and normal mode

2010-09-28 Thread lalit
I am getting a large chunk of data in one call. However I see that the GWT normal mode in jetty though takes some time does returns the data to browser, however the debug mode never returns the data at all. Any clue or pointer would be helpful. thanks -- You received this message because you

Re: Behavior difference in debug and normal mode

2010-09-28 Thread lalit
Just realised that this behavior is in Chrome. Fire fox returns the data. However the time it takes for normal mode to return the data is 4s and in debug mode it;'s 40 s. On Sep 28, 5:12 pm, lalit lalit.bh...@gmail.com wrote: I am getting a large chunk of data in one call. However I see

Re: serialization in GWT

2010-09-28 Thread lalit
Are there some metrics regarding the performance of serialization? How does GWT performs serializing and deserializing nested object structures of huge size? Also what are the common bottlenecks in that? On Sep 28, 2:13 pm, vibrant muni...@gmail.com wrote: Serialization: Serialization is the

Re: GWT panel for HTML UL/LI lists

2010-09-26 Thread lalit
Cannot this be done with UIBinder in an easy way? Just write the layout in ui.xml and insert the widget in the li tags. On Sep 25, 2:51 am, Markus Kramer tomaton...@googlemail.com wrote: Hi, for my current GWT project I wanted to make more use of HTML UL/LI elements than the table based

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

2010-09-26 Thread lalit
Not sure if this helps but you can ask selenium to wait at the required places. this would work only if there are external interactions available at that point. On Sep 26, 6:32 am, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: Hi all, I'm trying to run integration tests and one of the things

Re: Spring Roo 2.1 M3, not recommended if you haven't tried.

2010-09-25 Thread lalit
I just finished a project on Roo but we were using Spring also for front end. What we figured out is that Roo is very good to generate that initial structure and than better be on your own. We still used roo to manage the domain entities (generating getters and setters) but not more than that.

Column chart having bars with line

2010-09-23 Thread lalit
I am am able to successfully draw a column chart using visualization. However I want to draw a line on the same chart. To put a an example, the line would show the total projected cost and the bars would show the actual cost incurred. So the line may not go from the top of bar and will have its

Re: Rich Internet Application with GWT

2010-09-22 Thread lalit
I would suggest rather than focussing on complexity of technology, focus on building a functional and usable system and let the technology get driven by it. First outline in terms of use cases/ stories what you want to achieve and how to achieve can follow it. When you say complex bidding system

Tablayout panel does not renders the content

2010-09-22 Thread lalit
I have a structure similar to following g:TabLayoutPanel ui:field=rightTabPanel width=100% height=100% barUnit=EM barHeight=3 g:tab g:headerGraph/g:header g:FlowPanel ui:field=graphContent/ /g:tab g:tab g:headerData/g:header

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-17 Thread lalit
on that? We would like to incorporate that in our approach also if possible. thanks, On Sep 16, 7:15 pm, Jason Hatton jashat...@gmail.com wrote: Lalit we are not using Spring MVC.  We am using gwt-dispatch and have extended that project's dispatch servlet to get the Spring integration.  We

Any metrices on amount of code/data we can put on client side (browser)

2010-09-16 Thread lalit
Looking for some metrices about how much code and data we can push on the client side. I understand that this will be a function of client machine capabilities also. But if there are some specific indicators in terms of browser capabilities, that would be great. For example how much megs of code

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-15 Thread lalit
Approach based on Spring4Gwt project http://www.lalitbhatt.com/tiki-index.php?page=Integration+GWT+with+Spring -- 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

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-15 Thread lalit
Deepak - I have used the following structure SpringApplicationContext, SpringGwtRemoteServiceServlet , PersonServiceImpl go into the server side code. The interfaces PersonService and PersonServiceAsync become part of GWT client side code. Regarding wsdl files consumption see the section on

UIBinder

2010-09-03 Thread lalit
Is there a pure HTML way of handling markups in UIBinder, so that we can use the pure HTML markups and styles as provided by designers. The problem I am seeing in converting pure markup into ui.xml is - The styles has to be wrapped in a curly braces. - The widget has to be converted into the g

How to pass Session in two different GWT application

2008-10-23 Thread lalit
Hi, I have three GWT application[ A, B and C] . All these three application having login screen. My requirment is that if User already logged in Application 'A' then he should be able to move on application B and C without making a login for B and C. Suppose after login for A, A application