Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
vidN wrote: >> >> I'm also depending on GWTP for my projects. It would be nice if it >> somehow got migrated to Dagger, but I guess the company behind it stopped >> doing GWT work. >> >> I'm considering moving to a mix of GWT with Vue.js in combination with >> Vue-ro

Re: GWT MVP Frameworks

2017-10-13 Thread Subhrajyoti Moitra
U can try http://erraiframework.org/ or https://github.com/mvp4g/mvp4g as alternatives. On Fri, Oct 13, 2017 at 7:30 PM, hy wrote: > Is anyone using any GWT MVP based framework? > > We have been using GWTP, however the development on it seems to be stalled > and it still

Re: standalone application

2017-01-06 Thread Subhrajyoti Moitra
yes, using embedded browser in a javafx/swing application as a medium of deployment. U can also mix and match JavaFX and JS app/widgets running in the embedded browser control and vice-versa. For .net based standalone app u can see below link. https://github.com/cefsharp/CefSharp Again,

Re: Call client method from server

2016-03-15 Thread Subhrajyoti Moitra
U can also look at Errai Framework. It allows client specific messaging as well as server push. http://erraiframework.org/ Its built on top of GWT, so u dont have to do JSNI mess. HTH, Subhro. On Tue, Mar 15, 2016 at 2:37 PM, Frank wrote: > signalR (although from

Re: Teavm

2015-12-02 Thread Subhrajyoti Moitra
Hello Alexey, Since the end result is JS, can i use cordova to cook up a mobile app using TeaVM? Thanks, Subhro. On Wed, Dec 2, 2015 at 3:47 PM, Alexey Andreev wrote: > - virtually this is one pony show - except Alexey there are no major >> contributors (nothing

Re: Library for Validation in GWT

2015-05-14 Thread Subhrajyoti Moitra
http://www.gwtproject.org/doc/latest/DevGuideValidation.html Try this.. On Thu, May 14, 2015 at 12:50 PM, abdullah mohammedsameen@gmail.com wrote: I have an application developed using Pure GWT. Throughout the Application I need to do validation like email,phone number,SSN or Date

Re: I am developing web app in GWT with MVP Pattern, there is HomeView class which use TabPanel to show another view in one page.

2015-01-12 Thread Subhrajyoti Moitra
http://www.gwtproject.org/articles/mvp-architecture.html Check out the section that says Binding Presenters and Views. On Mon, Jan 12, 2015 at 3:42 PM, Ajay Sharma ajaysharma1...@gmail.com wrote: UsersView usersView=new UsersView(); public HomeView() { tabPanel=new TabPanel();

Re: Best approach from consuming REST(Jetty) webservice

2014-07-10 Thread Subhrajyoti Moitra
+1 for Errai. On Thu, Jul 10, 2014 at 6:11 AM, Slava Pankov pank...@gmail.com wrote: Or use Errai JAX-RS https://docs.jboss.org/author/display/ERRAI/Errai+JAX-RS On Tuesday, July 8, 2014 7:12:06 AM UTC-7, Thomas Broyer wrote: On Tuesday, July 8, 2014 10:11:11 AM UTC+2, Santhosh Thadaka

Re: JPA for GWT

2013-11-27 Thread Subhrajyoti Moitra
try Errai framework. On Wed, Nov 27, 2013 at 9:26 PM, Ltearno ltea...@gmail.com wrote: Hi everybody, I am planning to implement a fully compliant JPA library for GWT. But before i do so, i need to first know whether people would be interested by such a project. So here is a survey that i

Re: GWT with Angularjs

2013-06-19 Thread Subhrajyoti Moitra
Whats the use case? Both are actually solving very similar problems. On Wed, Jun 19, 2013 at 8:40 AM, Saulo Venâncio saulo.venan...@gmail.comwrote: Hi everybody. Anyone knows where to find documentation about the mixed usagge of this two technologies? Thanks. -- You received this message

Re: GWT UI widgets auto-alignment inside different Panels proper solution needed.

2013-04-01 Thread Subhrajyoti Moitra
i had sorted these issues by using http://gwtbootstrap.github.com/ Basically letting the CSS do the aligning. its dependent on your app of-course! HTH, Subhro. On Mon, Apr 1, 2013 at 8:04 PM, BM bhushan.ma...@gmail.com wrote: We use GWT inside every other panels like VerticalPanel,

Re: GWT UI widgets auto-alignment inside different Panels proper solution needed.

2013-04-01 Thread Subhrajyoti Moitra
...handle consistently looking GWT forms= Twitter bootstrap gives a very consistent lnf to forms. For html based templates try this concept from a larger framework-Errai. https://docs.jboss.org/author/display/ERRAI/Errai+UI On Mon, Apr 1, 2013 at 9:00 PM, BM bhushan.ma...@gmail.com

Re: GWT Tooltips

2013-03-08 Thread Subhrajyoti Moitra
U can also look into gwt-bootstrap for out-of-the-box tooltip implementation. Thanks. On Sat, Mar 9, 2013 at 3:21 AM, Curtis Speak curtish...@gmail.com wrote: Using GWT for creating an application. one of the app pages has tooltips but seems all are random in size and number of lines in the

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-11 Thread Subhrajyoti Moitra
+1 On Wed, Apr 11, 2012 at 10:27 PM, Trey Roby rob...@gmail.com wrote: There is a significant difference between having to watch the GWT Contributor Google group and an official post to the GWT blog. Not posting to the official blog is surely a sign of internal GWT problems. A healthy

Re: iGoogle like page

2012-02-09 Thread Subhrajyoti Moitra
try http://shindig.apache.org/ HTH. Subhro. On Fri, Feb 10, 2012 at 7:00 AM, RAJ nrwor...@gmail.com wrote: Hi, Can you please point me to an article or a thread which help me develop a site like igoogle, where I can create a host page. I understand, tht the Gadgets themselves are

Re: GWT with Spring 3.0

2012-01-30 Thread Subhrajyoti Moitra
http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/ i am using this successfully with Spring 3.1.0.Release. HTH. Subhro. On Mon, Jan 30, 2012 at 11:08 AM, Umesh upadhyay upadhyay.um...@gmail.comwrote: I am new to GWT and have to build a new GWT app using the existing

Re: too much code: GWT Development with Activities and Places

2011-10-01 Thread Subhrajyoti Moitra
+1 for mvp4g. On Sat, Oct 1, 2011 at 3:18 PM, Rob rob.fergu...@uptick.com.au wrote: Hi, - it would be interesting to see ... a full (albeit simple) application in each framework. Take a look at this GWTP-based sample: - http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob On

Re: Offline Google Web Toolkit

2011-08-08 Thread Subhrajyoti Moitra
Try these projects http://code.google.com/p/gwt-diagrams/ http://code.google.com/p/gwt-graphics/ http://code.google.com/p/gwt-graphics/ http://code.google.com/p/gwt-links/ http://code.google.com/p/gwt-connectors/ I think these should work, without the app being on the internet. Thanks, Subhro.

Re: GWT + Guice + Shiro

2011-08-05 Thread Subhrajyoti Moitra
I am using Shiro with GWT, but no Guice. I also, don't use out of the box Shiro's web application security/servlet, since my app is not really a page based application. After login get the sessionId and pass it along with every RPC call. Sample Shiro.ini (change as per your requirements) [main]

Re: Template embedding in the GWT

2011-08-02 Thread Subhrajyoti Moitra
copy-paste all the html in some uiBinder ui.xml file. Change the relevant parts incrementally by replacing the html tags with its GWT widget counter part. HTH. Cheers, Subhro. On Tue, Aug 2, 2011 at 1:20 PM, Sanjay Jain India snj...@gmail.com wrote: Hello All I have template with its css and

Re: Resolution Issue

2011-07-05 Thread Subhrajyoti Moitra
I think using ResizeComposite widgets will help. U will have to implement onResize() method to determine the child-widget placement dynamically. Thanks, Subhro. On Tue, Jul 5, 2011 at 11:35 PM, Bharath Kumar nbk.strut007powerinfin...@gmail.com wrote: Hello, For quite a while our team has

Re: Adding scrollbar to celltable - please help

2011-05-05 Thread Subhrajyoti Moitra
i usually put the table inside a ScrollPanel. Set the dimensions of the panel appropriately. It has worked well so far for my requirements. You can also try the GWT-Incubator Scroll table-though its deprecated. Thanks, Subhro. On Tue, May 3, 2011 at 8:24 PM, Nisha shilp...@gmail.com wrote: Hi

Implement select all in CellTable

2011-04-17 Thread Subhrajyoti Moitra
Hello, Can some one please point me to a Select All functionality in a CellTable? The functionality i have to implement, is that some of the CellTable headers has a select box which when clicked will select all the rows of CellTable being displayed. Please give some hints as to how to implement

Re: ORM or JDBC?

2011-03-24 Thread Subhrajyoti Moitra
JDBC rocks. so does hand written finely tuned sql statements. presence of a DBA helps a lot. my 2 cents. Thanks, Subhro. On Thu, Mar 24, 2011 at 2:22 PM, csaffi csaff...@gmail.com wrote: Hi everybody, I would like your opinion regarding the use of ORM in web applications built with GWT. I'm

Re: GWT + Charts

2011-01-08 Thread Subhrajyoti Moitra
http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted if u are looking for GWT specific libs. Otherwise there are plenty of options like Jasper reports, BIRT to name a few which can generate pie charts for you. Also a simpler idea is to generate a pie chart image and show it.

Re: locate city based on ip address

2011-01-04 Thread Subhrajyoti Moitra
u will have to go through the server to gelocate the IP. For example if u are using MaxMind Geo data (.dat or .csv), u have java apis to search the MaxMind DB. (Lite version is available for download on MaxMind site). Using GWT-RPC or RequestBuilder you can then query the server to give you the

Re: Click event for custom cell renderer (HyperlinkCell) for CellTable isn't firing.

2010-12-28 Thread Subhrajyoti Moitra
@Override AFAIK is a jdk 1.6 feature. Can u see your project Compiler settings in Eclipse. Set it to follow 1.6 conventions. Your code looks alright to me.. HTH. Thanks, Subhro. On Tue, Dec 28, 2010 at 3:20 PM, Ketan Shah ketan.s...@gmail.com wrote: Greetings, I have created a custom

Re: json gwt

2010-12-22 Thread Subhrajyoti Moitra
adding to the above. - Fix an UncaughtExceptioHandler to see if there are exceptions that are not being handled. - Use Gson to construct and deconstruct JSON in to POJO and vice versa. u can avoid the manual step in your servlet. - On the client use Javascript Overlay types to read the server

Re: Serve image from blob store

2010-12-21 Thread Subhrajyoti Moitra
Hello Ahmed, http://anansu.blogspot.com/2010/12/upload-serve-and-search-images-using.html Here's a small write-up and sources to a GWT+GAE+Eclipse project, using BlobStore to store and serve images. This is meant for learning purpose only. Also this is not the only way you can do it. There are

Re: Serve image from blob store

2010-12-21 Thread Subhrajyoti Moitra
yes, u are right. Have to be careful about that on GAE. For the common-libs, i am only using the file upload apis, which seems to be allowed on GAE. Also some utils from commons-lang lib, which are compatible. Thanks, Subhro. On Tue, Dec 21, 2010 at 2:20 PM, zixzigma zixzi...@gmail.com wrote:

Re: Handling sessions in gwt multipage application

2010-12-21 Thread Subhrajyoti Moitra
One more possible way to accomplish this: 1. User sends login request to the server (with username and pass) 2. The server authenticates using whatever mechanism. On successful auth, it generates a token or session id (not necessarily using HttpSession) and send it back to the GWT client (most

Re: CellTable: Style cells differently wihtin a column

2010-12-21 Thread Subhrajyoti Moitra
Here some code snippet might help.. CellMyQuote qCell=new MyQuoteCell(click);//custom abstract cell defined below. ColumnMyQuote, MyQuote qCol=new ColumnMyQuote, MyQuote(qCell) { @Override public MyQuote getValue(MyQuote object) { return

Re: Using PopupPanel in UIBinder

2010-12-20 Thread Subhrajyoti Moitra
public SamplePopup() { logger.fine(Creating SamplePopup); * add(uiBinder.createAndBindUi(this));* } u have to add the widget to the panel. Thanks, Subhro. On Mon, Dec 20, 2010 at 8:30 PM, Marcin Misiewicz misq...@gmail.com wrote: Hi I'm trying to use

Re: Displaying 8000 Records in widget

2010-12-20 Thread Subhrajyoti Moitra
Try the cell widgets. like CellTree and/or CellTable. But 8000 records?? really ?? What mortal eyes can try to decipher from 8000 record at the same time? -:P Cheers, Subhro. On Mon, Dec 20, 2010 at 8:11 PM, salmon david salmondavid...@gmail.comwrote: Hi All, we have a requirement, where we

Re: is it possible to set multiple columns using CellTree?

2010-12-20 Thread Subhrajyoti Moitra
You can use a CompositeCell ListHasCellNavTreeItem, ? hasCells=new ArrayListHasCellNavTreeItem,?(); //code to create the 2 columns. hasCells.add(checkBoxColumn); hasCells.add(mainTextCol); * CompositeCellNavTreeItem

Re: GWT CellTable - render cell depending on value of the displayed object

2010-12-18 Thread Subhrajyoti Moitra
thanks Michael for sharing. Cheers, Subhro On Sat, Dec 18, 2010 at 8:22 PM, manstis michael.ans...@gmail.com wrote: This illustrates the general idea:- public class ProxyCell extends AbstractCellString { private AbstractCellString cellReadOnly = new TextCell(); private

Re: Embed a PDF in a TextArea

2010-12-18 Thread Subhrajyoti Moitra
How about, prepare PNG snapshots of all the pdf pages and show the images on demand. I think books.google.com uses a mechanism like this to show the document pages for books. How they highlight words on a PNG image is still a mystery to me. (how do they find the word location in a PNG image?)

Re: Insert TabLayoutPanel in a SimplePanel

2010-12-16 Thread Subhrajyoti Moitra
Try setting Width/Height of the TabLayoutPanel widget to 100%. I had a similar problem, and explicitly setting the height and width solved it. Not sure if this would help you. Thanks, Subhro. On Thu, Dec 16, 2010 at 1:12 AM, Aldo Neto tumo...@gmail.com wrote: Hi all, I need to create a

Re: Multi url GWT app

2010-12-16 Thread Subhrajyoti Moitra
Hello, I think GWT is more suited for a single page application, where in the same page gets refreshed with different contents. For the dynamic pages u can use the #!request, #!price, etc.. in the URL to load different contents. Leave the static pages as is, just link these 2(static and GWT app)

Re: Insert TabLayoutPanel in a SimplePanel

2010-12-16 Thread Subhrajyoti Moitra
? If CSS, what classes did you use to set them? Thanks, Aldo On Thu, Dec 16, 2010 at 8:04 AM, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Try setting Width/Height of the TabLayoutPanel widget to 100%. I had a similar problem, and explicitly setting the height and width solved

Re: execute same code for different widget event handle

2010-12-16 Thread Subhrajyoti Moitra
a funny workaround. @UiHandler(streetName) void handleStreetNameKeyPress(KeyPressEvent e) { handleCommonKeyPressEvent(e); } @UiHandler(streetNumber) void handleStreetNameKeyPress(KeyPressEvent e) { handleCommonKeyPressEvent(e); } private void

Re: need UIBinder example using multiple composite

2010-12-16 Thread Subhrajyoti Moitra
Heres a simple example, from one of the projects i am doing.. NavTreeView.ui.xml g:HTMLPanel styleName=grid_4 * ubq:NavTreeViewToolBar ui:field=navTreeToolBar/ubq:NavTreeViewToolBar* g:ScrollPanel addStyleNames={style.scrollit} ui:field=navTreeScrollPanel

Re: Insert TabLayoutPanel in a SimplePanel

2010-12-16 Thread Subhrajyoti Moitra
on the TabLayoutPanel XML declaration or via CSS? If CSS, what classes did you use to set them? Thanks, Aldo On Thu, Dec 16, 2010 at 8:04 AM, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Try setting Width/Height of the TabLayoutPanel widget to 100%. I had a similar problem, and explicitly

Re: enable and disable checkBoxCells in a a Celltable

2010-12-14 Thread Subhrajyoti Moitra
i think u will have to use AbstractCell and then implement the render method appropriately. Also see the sources for CheckBoxCell for an example. Thanks, Subhro. On Tue, Dec 14, 2010 at 1:24 PM, pfc09 pfc09 4pf...@gmail.com wrote: Hi! I'm working with a CellTable and I'd like to add

Re: data driven MVP?

2010-12-14 Thread Subhrajyoti Moitra
Use a Scheduler to schedule a RepeatingCommand. The scheduler is defined in the presenter. The command will retrieve the backend data and do a view.setTexboxData() or view.setLabelData(...). The view should be implementing these methods (setTextBoxData() and setLabelData(..)) to actually

Re: How to collapse CellTree nodes programatically?

2010-12-13 Thread Subhrajyoti Moitra
is not remembered in CellTree. Thanks, John LaBanca jlaba...@google.com On Sun, Dec 12, 2010 at 11:24 PM, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello all, How do i collapse a CellTree nodes programatically? I am trying to implement a collapse all logic, which will collapse all

How to collapse CellTree nodes programatically?

2010-12-12 Thread Subhrajyoti Moitra
Hello all, How do i collapse a CellTree nodes programatically? I am trying to implement a collapse all logic, which will collapse all the open nodes. How do u identify whether a particular node is open or not? Any pointer or hints on this regard will be highly appreciated. Thanks much for the

Re: CellTree How to render different cell types at a given level ?

2010-12-05 Thread Subhrajyoti Moitra
Ohh! I just made a sample working project. Yes, that what i did as u mentioned below, common base class. Thanks, Subhro. On Sun, Dec 5, 2010 at 5:26 AM, metalhammer29a metalhammer...@gmail.comwrote: I found this, from the previous posts on this forum. [1] and so far it seems I got it working.

Re: CellTree How to render different cell types at a given level ?

2010-12-04 Thread Subhrajyoti Moitra
getNodeInfo is called for every item, irrespective of which level it is in. Below code is what i am doing in getNodeInfo. based on TreeItemType, i make a new nodeinfo. i know nothing about which level etc. it is in, only the type of the item. In your case u will have 2 ifs one for FOlder and one

Deselecting multiselection TreeCell

2010-12-04 Thread Subhrajyoti Moitra
Hello, I am unable to deselect a selected tree node(NodeCellList) for a TreeCell widget. The tree uses MultiSelectionModel. How do you deselect an already selected tree node? Please give some pointers or hints as how to do this. Thanks, Subhro. -- You received this message because you are

Re: CellTree How to render different cell types at a given level ?

2010-12-03 Thread Subhrajyoti Moitra
http://google-web-toolkit.googlecode.com/svn/trunk/user/javadoc/com/google/gwt/examples/cellview/CellTreeExample2.java see the code for this example. What you describe is implemented in the example below, with 3 levels, (ie 3 different objects). HTH. Thanks, Subhro. On Sat, Dec 4, 2010 at 10:34

Re: Hibernate with GWT

2010-11-24 Thread Subhrajyoti Moitra
if u are using Google Eclipse plugin. Put the jars in Project/war/WEB-INF/lib. all the jars should be in WEB-INF/lib directory of whatever web app you are creating. Thanks, Subhro. On Wed, Nov 24, 2010 at 2:06 PM, Noor baken...@gmail.com wrote: Hi, on the server, I want to use hibernate and

Re: (Spring?) JMS and GWT, or any other genuine message queue solution

2010-11-24 Thread Subhrajyoti Moitra
Hello, I am currently working an application that does use JMS for async communication in one part of the application backend. We use ConcurrentHashMap and CopyOnWriteList to store and retrieve common/shared data. These common data are then queried by GWT-RPC Servlets. There is a clean-up thread,

Re: System MAC Address

2010-11-23 Thread Subhrajyoti Moitra
From GWT its not possible. But proxying it through the server it can be possible - send the remote ip to your server from GWT client. - execute ping remoteip command on the server. - execute arp -a on the server to see the address-mac table. Parse the contents of the output for the remote

Re: System MAC Address

2010-11-23 Thread Subhrajyoti Moitra
NOTE: only works on single subnet network. For other subnets look into the DHCP server table. if possible. But this is a long shot, without admin access, this would be impossible to do AFAIK. Thanks, Subhro. On Wed, Nov 24, 2010 at 8:59 AM, Subhrajyoti Moitra subhrajyo...@gmail.comwrote: From

Re: setFocus for TextBox does not work?

2010-11-21 Thread Subhrajyoti Moitra
Use a DeferredCommand or a ScheduledCommand (GWT2.1) TextBox textBox=new TextBox(); Scheduler.get().scheduleDeferred(new ScheduledCommand() { @Override public void execute() { textBox.setFocus(true); } }); I think u might have already

Re: how does GWT invoke c++ code

2010-11-12 Thread Subhrajyoti Moitra
we are currently building a GWT UI based application which has C++ code in the backend/server. We use JNI to make these calls from within the GWT-RPC services. Planning to move the C++ code behind a HTTP service to get more scalability. JNI failures can crush your whole JVM and bring the entire

Re: SEO Question.

2010-11-01 Thread Subhrajyoti Moitra
, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Thanks Rob and farmazone for the response. In the app, there is no php script first being hit.. let me please explain.. A url like this.. http://109.123.108.234/war/Meeonholiday.html#!showHomePagehttp://109.123.108.234/war/Meeonholiday.html

Re: Announcing GWT 2.1

2010-10-30 Thread Subhrajyoti Moitra
RequestFactory does not use GWT-RPC and is not intended to replace it. It is designed specifically for implementing a persistence layer on both client and server. http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html On Sat, Oct 30, 2010 at 7:52 PM, gcstang

Re: About async calls...

2010-10-29 Thread Subhrajyoti Moitra
When RPC request returns, populate the state of the app. If RPC request returns before the app it initialized, hold it until after the app is initialized.- John, how would u do this? Using a timer to monitor a common-state-variable? Thanks, Subhro. On Fri, Oct 29, 2010 at 5:46 PM, John LaBanca

Re: How to get list of objects from JSON ??

2010-10-26 Thread Subhrajyoti Moitra
of objects. i.e, ProductList . Guys its really cool concept .. !! enjoy it !! :-) On Sat, Oct 23, 2010 at 7:21 PM, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: http://googlewebtoolkit.blogspot.com/2008/08/getting-to-really-know-gwt-part-2.htm Use overlay types to read JSON arrays and objects

SEO Question.

2010-10-26 Thread Subhrajyoti Moitra
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 #!. How do we take HTMLsnapshots using PHP or GWT? I know HTMLUnit does the job, but the backend is PHP and not java. Please help. Thanks,

Re: How to get list of objects from JSON ??

2010-10-26 Thread Subhrajyoti Moitra
All this led me to write a Generator which inspects my models (real beans) and emits JSON mapping code handling simple properties, object graphs and collections.= This is very interesting. Can u give some hints as how to go about writing this Generator? Thanks, Subhro. On Tue, Oct 26, 2010 at

Re: How to get list of objects from JSON ??

2010-10-26 Thread Subhrajyoti Moitra
://goessner.net/%0Aarticles/JsonPath/) and private fields. - Harald On 26 Okt., 21:25, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: All this led me to write a Generator which inspects my models (real beans) and emits JSON mapping code handling simple properties, object graphs

Re: How to get list of objects from JSON ??

2010-10-23 Thread Subhrajyoti Moitra
http://googlewebtoolkit.blogspot.com/2008/08/getting-to-really-know-gwt-part-2.htm Use overlay types to read JSON arrays and objects. Thanks, Subhro. On Sat, Oct 23, 2010 at 11:08 AM, Santosh kumar kopp@gmail.com wrote: Hi, Using Dictionary in Gwt onModule load i want to get the list of

GWT SEO problem.

2010-10-20 Thread Subhrajyoti Moitra
Hello, I am building a website with SEO requirements using GWT 2.1M3. I have followed the steps listed in Google's proposal for Ajax Crawling (#!) I have also been able to generate html snapshots of my page using HTMLUnit. My server is apache/php, with GWT code as the client using

Re: Send e-mail in GWT

2010-10-04 Thread Subhrajyoti Moitra
i think GWT will be an overkill for this work. I would just use a HTML form and submit to a PHP/Perl/Ruby script for sending the mail out from the server. However if u insist.. Use GWT to make the form and submit buttons.. To send the mail u have 2 options: - Use GWT RPC, which means u require

Re: GWT- chat

2010-10-04 Thread Subhrajyoti Moitra
http://code.google.com/p/atmosphere-gwt-comet/ http://code.google.com/p/atmosphere-gwt-comet/Here one more for the same purpose. On Mon, Oct 4, 2010 at 9:00 PM, andy stevko andy.ste...@gmail.com wrote: Hello Yudji, I believe you are referring to the application model call Comet

Re: Rapid development of desktop-like web applications

2010-09-14 Thread Subhrajyoti Moitra
If you are also a PHP fan (other than GWT) you can have a look at http://www.atk-framework.com/ http://www.atk-framework.com/This is not really a RAD tool, but a full blown app framework. Doing the usual CRUD is very simple, for custom actions like Generate reports etc. there is glue already

Re: Latest version and future enhancements

2010-09-14 Thread Subhrajyoti Moitra
2.1m3 is the latest. http://google-web-toolkit.googlecode.com/files/gwt-2.1.0.m3.zip We are using it without any issues so far. Thanks, Subhro. On Tue, Sep 14, 2010 at 7:24 PM, Ranga sriranga...@gmail.com wrote: I am new to GWT and would like to get the latest version. The one on the

Re: Integration of GWT in Spring

2010-08-29 Thread Subhrajyoti Moitra
http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/ There is also working example code for the same. Thanks, Subhro. On Sun, Aug 29, 2010 at 4:31 PM, Sebastian Rothbucher sebastian.rothbuc...@clarities.de wrote: Hi, I guess it is a little more difficult than that as

Should i use incubator FastTree or the Tree from the GWT dist.?

2010-08-12 Thread Subhrajyoti Moitra
Hello, I am trying to use a tree widget to render some items. Should i use the FastTree widget in incubator project or the main Tree widget from the GWT dist. ? Please advice, if you know of other better tree widget implementation. Thanks, Subhro. -- You received this message because you are

Re: Should i use incubator FastTree or the Tree from the GWT dist.?

2010-08-12 Thread Subhrajyoti Moitra
. On Thu, Aug 12, 2010 at 1:24 PM, Thomas Broyer t.bro...@gmail.com wrote: On 12 août, 08:39, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello, I am trying to use a tree widget to render some items. Should i use the FastTree widget in incubator project or the main Tree widget from

Re: Detecting Network connection loss - com.google.gwt.user.client.rpc.InvocationException

2010-08-12 Thread Subhrajyoti Moitra
yeah .. i am too interested to know how to handle network connection loss. Experts please help. Thanks, Subhro. On Thu, Aug 12, 2010 at 6:42 AM, nokostar courage.n...@gmail.com wrote: What is the best way of detecting a loss of network connectivity to the server? I have a GWT app that saves

Re: Rounded tab styles in TabLayoutPanelTab

2010-07-31 Thread Subhrajyoti Moitra
not sure.. try putting a !important in your css definition. Thanks, subhro. On Sat, Jul 31, 2010 at 12:17 AM, lineman78 linema...@gmail.com wrote: There is no pure CSS solution short of using CSS3 border-radius. For efficiency I have stuck with this approach for now, but the most compatible

Re: Cross-domain call

2010-07-31 Thread Subhrajyoti Moitra
use GWT RPC mechanism. build a remoteserviceservlet that doubles as a webservice client (this will be typically be implemented using some SOAP stack like axis2 or xfire). thanks, Subhro. On Sat, Jul 31, 2010 at 10:49 PM, Deepak Singh deepaksingh...@gmail.comwrote: I am using gwt 2.1 in my

Re: Development time for GWT apps versus 'traditional' MVC with JSP

2010-07-31 Thread Subhrajyoti Moitra
i am currently migrating a Swing desktop app to a web application- GWT is the chosen framework. I cant imagine how i could have pulled this off, without GWT. Most time consuming part for our team(2 currently) is the UI obviously. If you are not using one of those WYSIWYG tools for GWT, it can

Re: GWT - Sending Email Tutorial

2010-07-30 Thread Subhrajyoti Moitra
u can use GWT RPC to send all the user entered data(from UI) to the server, and then use javamail to send the actual mail. Thanks, Subhro. On Fri, Jul 30, 2010 at 10:04 PM, seilz richiesfucking...@web.de wrote: Hey there, does somebody know a tutorial about, how to send emails with GWT?

Re: Universal Document Converter

2010-07-10 Thread Subhrajyoti Moitra
hey rohit. i have worked on a simialr app, using openoffice (headless) service to convert the docs into pdfs, using JDOConverter. This has nothing to do with GWT. What is it you are trying to do? Thanks, Subhro. On Sun, Jul 11, 2010 at 2:24 AM, rohit jain rohitjain.n...@gmail.comwrote: Hello,

Re: FlexTables - store invisible database key in row?

2010-07-07 Thread Subhrajyoti Moitra
one way might be to use a ListUser userList private variable in the widget.. the state of the flextable is same as the state of the userList. when a row is selected.. depending on what event selects the row (mouse over, mouseclick..).. update a private User currentUser object. public class

Re: how to make this mouse over effect?

2010-07-05 Thread Subhrajyoti Moitra
try this.. public class MyFlexTable extends FlexTable implements HasMouseOutHandlers, HasMouseOverHandlers { public MyFlexTable() { super(); Button hiddenButton=new Button(I am hidden); hiddenButton.setVisible(false); setWidget(0, 0, new Hyperlink(Some

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
I have used gwt-dnd for simple absolute panels. But customizing for a tree (FastTree) is creating lot of problems. Some one who has used gwt-dnd with FastTreem please help. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:04 PM, Prashant nextprash...@gmail.com wrote: i tried GWTDND and found it very

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
://www.coolandusefulgwt.com/ IN the Examples link, u can find the Drag-Drop support. HTH. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:40 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.comwrote: i don't need it for tree i want it for dragging panels how i can do it On Jul 3, 11:00 am, Subhrajyoti Moitra

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
, 2010 at 5:15 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.comwrote: i don't want an example using mouse Events i mean simple easy example to make portlet to understand it . On Jul 3, 2:30 pm, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: http://allen-sauer.com

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
http://dnd4gwt.sourceforge.net/ i just came across this.. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:40 PM, Ahmed Shoeib ahmedelsayed.sho...@gmail.comwrote: i don't need it for tree i want it for dragging panels how i can do it On Jul 3, 11:00 am, Subhrajyoti Moitra subhrajyo

Re: Star rating widget using GWT

2010-07-03 Thread Subhrajyoti Moitra
http://code.google.com/p/cobogw/ http://cobogw.googlecode.com/svn/demo/WidgetsDemo.html#Rating try this! Thanks, Subhro. On Sat, Jul 3, 2010 at 10:55 PM, Aditya 007aditya.b...@gmail.com wrote: hello, Is there any built in widget available in gwt which will allow us to rate? i have

Re: auto refresh client side when ever there are changes in the database (without timer)

2010-07-02 Thread Subhrajyoti Moitra
try server push.. http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ On Fri, Jul 2, 2010 at 2:55 PM, Fendy Tjin fendyt...@gmail.com wrote: Is there a way to automatically refresh the client side when ever there are changes in the database without the timer on the client

Re: what large apps use GWT?

2010-06-24 Thread Subhrajyoti Moitra
pentaho BI suite is a GWT product. Wave, GMail .. Google AdSense are all GWT products. On Thu, Jun 24, 2010 at 4:35 AM, mikedshaf...@gmail.com mikedshaf...@gmail.com wrote: Here's a link: http://gwtgallery.appspot.com/ and the standard answer I give is yes, it's suited for large apps. If

incubator SCrollTable scroll position.

2010-06-22 Thread Subhrajyoti Moitra
Hello Folks, I am using incubator gen2 ScrollTable. I have a use case, wherein i have to detect that when the user has scrolled to the last row (or somewhere around the last row), then load a fresh set of rows in the table, via a rpc call. TO achieve this i have extented ScrollTable and

Re: Million access to GWT Appl ??

2010-06-21 Thread Subhrajyoti Moitra
i dont think this has anything to do with GWT. ITs upto you what mess you make of your code, that it cant support a million users. U say u have seen many articles can u please post some of them here? In fact, GWT goes to extreme lengths to ensure that the application is optimized and behaves in

Re: GWT with Mave

2010-06-15 Thread Subhrajyoti Moitra
http://mojo.codehaus.org/gwt-maven-plugin/ I am using this successfully. HTH. Subhro. On Mon, Jun 14, 2010 at 11:42 PM, Leo leonardocr...@gmail.com wrote: Hello, I'm Leonardo from Argentina. I want to know if there is a documented process to create a GWT project with Maven and then import

Re: How to create a featured table?

2010-06-14 Thread Subhrajyoti Moitra
If you see com.google.gwt.gen2.demo.scrolltable.client.PagingScrollTableDemo this has all the code you require to work on the table. You will have to dig out from the source. On Tue, Jun 15, 2010 at 7:37 AM, Vik vik@gmail.com wrote: Hie Thanks... by javadoc its difficult to guess how to

Re: how to use external project

2010-06-13 Thread Subhrajyoti Moitra
Instead of this, why not try, the PagingScrollTable in the incubator project? There is example code in the sample for gen2. HTH. Thanks, Subhro. On Mon, Jun 14, 2010 at 7:40 AM, Vik vik@gmail.com wrote: Hie I want to use advance table http://code.google.com/p/gwt-advanced-table/ in my

Re: how to use external project

2010-06-13 Thread Subhrajyoti Moitra
that? just demo is there Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Jun 14, 2010 at 7:49 AM, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Instead of this, why not try, the PagingScrollTable in the incubator project? There is example code

Re: GWT front-end with PHP backend

2010-06-12 Thread Subhrajyoti Moitra
http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html For cross site requests. It also uses PHP script in the example. Subhro. On Sun, Jun 13, 2010 at 10:04 AM, tyler ty...@thamtech.com wrote: Hi Rajath, I've been using GWT with PHP backends, almost exclusively, with great

Re: Spring Roo and GWT

2010-06-05 Thread Subhrajyoti Moitra
I also could not get the initial example in Roo+GWT running. Does any one know of how to go about using Roo with GWT. Thanks, Subhro. On Sat, Jun 5, 2010 at 7:08 PM, Stefan Bachert stefanbach...@yahoo.dewrote: Hi Alek, did you make Spring Roo run with GWT? I tried the petclinic sample.

Re: MVP + appController useful for the big projects ?

2010-05-30 Thread Subhrajyoti Moitra
i think one of the mvp frameworks could help. gwt-dispatch,gwt-presenter, mvp4g.. there are more.. HTH. Subhro. On Sun, May 30, 2010 at 11:05 PM, Rizen vianney.dep...@gmail.com wrote: Hello, I'm actually using the MVP pattern with an AppController, as Google advices via this link :

Re: Green IT

2010-05-11 Thread Subhrajyoti Moitra
Very interesting observation. I would also be interested to know more on this. Thanks, Subhro. On Tue, May 11, 2010 at 1:03 PM, Stefan Bachert stefanbach...@yahoo.dewrote: In common Green IT will seen as a hardware issue. However, when you are comparing GWT / AJAX - application with

How to use FastTree?

2010-05-05 Thread Subhrajyoti Moitra
Hello All, I am using com.google.gwt.gen2.complexpanel.client.FastTree and com.google.gwt.gen2.complexpanel.client.FastTreeItem along with a UiBinder template for the first time. I cant seem to see new items that were added to the tree after the view is initalized. @UiField FastTree

beforeSelectionLost for FastTree

2010-05-05 Thread Subhrajyoti Moitra
Hello, In com.google.gwt.widgetideas.client.FastTreeItem there is a method beforeSelectionLost, that can be used to do something, before selection is lost on a treeItem. In com.google.gwt.gen2.complexpanel.client.FastTree how do i get beforeSelectionLost??\ Thanks a lot in advance. Subhro. --

  1   2   >