Increasing job market demand for GWT?

2009-04-19 Thread rob
My impression from job boards is that demand for GWT is increasing in the job market. http://www.indeed.com/jobtrends?q=gwtl= Does anyone believe this is inaccurate? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Hosted mode debugging with 1.6

2009-05-01 Thread Rob
being loaded ? Thanks Rob --~--~-~--~~~---~--~~ 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

Re: Hosted mode debugging with 1.6

2009-05-01 Thread Rob
into my gwt.xml file (and removed them from the .html file) and not hosted mode debugging works. Rob On May 1, 12:00 pm, Rob rob.a.st...@gmail.com wrote: I have a fairly complex application (GWT, gwt-ext, RPC) that was developed using netbeans and GWT 1.5. Debugging was always a bit

docs on creating custom widgets?

2009-06-25 Thread Rob
to highlight and attach notes to the document -- as students would in a textbook. Is such a thing possible with a custom widget? Any libraries I should check to see if such a thing already exists? thanks, Rob --~--~-~--~~~---~--~~ You received this message because you

TextArea, command-v for paste just beeps

2009-07-14 Thread Rob
. When I simplified the code to this, for posting it here, it started working in Safari but still not in hosted mode. thanks, Rob public void onModuleLoad() { TextArea a = new TextArea(); a.setVisibleLines(10); a.setCharacterWidth(80); RootPanel.get(all).add

Re: ou will not be able to access files from your working directory on the production server

2009-07-14 Thread Rob
figure anything out. Rob --~--~-~--~~~---~--~~ 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

left nav widget on incubator docs page

2009-07-16 Thread Rob
Hi, I was looking at the incubator docs: http://code.google.com/docreader/#p=google-web-toolkit-incubator I like how that left nav tree can be toggled away. It's not quite the same as the CollapsiblePanel demo in the incubator. Is this is a widget in GWT that I missed? thanks, Rob

how to fill available space with a textarea widget

2009-08-04 Thread Rob
? It seems like I need to write some Javascript to look at the height of the container and set the height of the textarea. If so, is that something that's already solved somewhere in GWT? I played around some with different panels, but didn't see anything. thanks, Rob html head style #container

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread Rob
with it at all - in fact I've now started using it instead of GWT-RPC simply because it means that our other clients can then easily make use of the various services our server provides. Rob On Aug 10, 10:03 am, Paul Robinson ukcue...@gmail.com wrote: gwt-dnd works very well - you probably shouldn't use

Re: why we probably won't use GWT for a large UI project

2010-08-12 Thread Rob
Hi Marius, Sorry I can't share the code as it isn't open source, however it isn't that hard to do - just take a look at the RequestBuilder class. Rob On Aug 10, 10:59 am, marius.andreiana marius.andrei...@gmail.com wrote: Hi Rob, Would you share a sample project (full source code) using REST

Re: why we probably won't use GWT for a large UI project

2010-08-13 Thread Rob
On Aug 12, 6:47 pm, Kevin Qiu kevin.jing@gmail.com wrote: Totally agree with lineman78 on the use of SmartGWT. We used SmartGWT to build a prototype, only to find out that mixing Js library wrapper with native GWT is bad. It's super easy in SmartGWT if you're building a simple CRUD

Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-11-13 Thread Rob
with a very simple RPC example which I can supply if required. Has anyone else noticed anything similar ? Cheers Rob -- 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

Re: Major memory leak with RPC, Internet Explorer and GWT 2.0 (MS1 MS2)

2009-11-14 Thread Rob
See http://code.google.com/p/google-web-toolkit/issues/detail?id=4133 and http://code.google.com/p/google-web-toolkit/issues/detail?id=4229 Issue 4133 was raised almost a month ago but doesn't seem to have been acknowledged yet - would anyone from the GWT team care to comment ? Cheers Rob

gwt-google-apis (Visualization API) and nested smartGWT layout containers

2011-05-10 Thread Rob
layout containers to achieve a look very similar to a GWT's SplitLayoutPanel. See also - http://code.google.com/p/google-web-toolkit/issues/detail?id=3511 Sample code and screen shot - http://forums.smartclient.com/showthread.php?t=16703 Any suggestions much appreciated :-) Cheers Rob -- You

Re: gwt-google-apis (Visualization API) and nested smartGWT layout containers

2011-05-11 Thread Rob
')); chart.draw(dataTable, {width: 400, height: 240}); }-*/; ... } - Cheers Rob On May 11, 1:09 am, Rob rob.fergu...@uptick.com.au wrote: Hi, Originally posted here -http://groups.google.com/group/google-visualization-api/browse_thread... and here -http://forums.smartclient.com

Re: Problem with combining amcharts(Java Script Version) with smartgwt

2011-05-24 Thread Rob
Hi, Take a look at this post - http://uptick.com.au/content/smartgwt-and-fusioncharts The same approach (e.g. wrapping smartGWT's Flashlet class) will work for amCharts. Cheers Rob On May 23, 8:00 pm, Viswam viswanath.du...@gmail.com wrote: Hi, I am getting a problem like the checkbox

Re: GWT and Developing UI

2011-05-24 Thread Rob
Hi, Take your time and read through the GWT Developers Guide (e.g. http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html). Also take a loom at - http://uptick.com.au/content/create-gwt-project Cheers Rob On May 24, 6:11 am, Alisson Prestes javalis...@gmail.com wrote: For 1 and 2

Re: GWT and Maven

2011-06-15 Thread Rob
Hi, You might find this post helpful as well - http://uptick.com.au/content/getting-started-gwt-maven-and-eclipse Cheers Rob On Jun 8, 10:57 pm, SrArcos srar...@gmail.com wrote: Thanks, I'll check my pom.xml comparing it with yours. Thank you very much. I'll tell you On 8 jun, 07:07, Juan

Re: Strange Request: How do I open a new browser window, run part of the GWT application there, and communicate with it

2011-09-15 Thread Rob
Hi, Take a look at gwt-multipage: - http://code.google.com/p/gwt-multipage/ and this post: - http://uptick.com.au/content/managing-multiple-host-pages Cheers Rob On Sep 15, 11:30 pm, Derek derekad...@gmail.com wrote: I once had to do something vaguely similar. I needed to open a GWT app

Re: a basic gwt-maven-plugin question

2011-09-16 Thread Rob
/cad03cb1a7b98c9e Cheers Rob On Sep 17, 3:15 am, Y2i yur...@gmail.com wrote: Thanks Warren. -- 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

Re: GWT JasperReports Usage

2011-09-20 Thread Rob
Hi, Take a look at this post: - http://uptick.com.au/content/working-hsqldb-jasperreports-and-ireport and this demo: - http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 21, 2:00 am, Jens jens.nehlme...@gmail.com wrote: GWT supports only

Re: Beginner

2011-09-20 Thread Rob
Hi, Take a look at the GWT, GWTP and HSQLDB-related posts here: - http://uptick.com.au/blog and this demo: - http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 21, 8:23 am, Daniel Gerep daniel.ge...@gmail.com wrote: Hi fellas, I know

Re: how to create a custom DataSource?

2011-09-21 Thread Rob
) Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 22, 8:46 am, rolarenfan rolaren...@gmail.com wrote: If so, that means the answer is no (i.e., no, there is no way to create a custom DataSource without using smart-GWT-EE). Kind of disappointing. thanks for prompt reply Paul On Sep 21

Re: how create project from pom??

2011-09-23 Thread Rob
Hi, This post may help: - http://uptick.com.au/content/getting-started-gwt-maven-and-eclipse Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 23, 6:48 am, cri chuck.irvine...@gmail.com wrote: I am no doubt revealing my lack of basic maven skills, but here goes anyway Athttp

Re: FileUpload

2011-09-23 Thread Rob
Hi, You might also consider Apache FileUpload: - http://uptick.com.au/content/taking-advantage-apache-fileupload-and-opencsv Cheers Rob http://code.google.com/p/gwt-cx/ On Sep 23, 5:31 am, Manuel Carrasco Moñino man...@apache.org wrote: Take a look to gwtupload you can use either all

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

2011-09-27 Thread Rob
Hi, And gwt-platform: - http://code.google.com/p/gwt-platform/ Cheers Rob On Sep 27, 7:44 am, Felipe Martim Vieira felipemar...@gmail.com wrote: Maybe you should have a look at this: http://code.google.com/p/mvp4g/ I have never used it, but it looks like a great alternative to reduce

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

2011-10-01 Thread Rob
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 Sep 29, 11:05 pm, Tom Carchrae t...@carchrae.net wrote: Mvp4g looks good, certainly more

Re: Migrating to GWT 2.4 failed

2011-10-07 Thread Rob
Hi, smartGWT 2.5 (the latest release) supports GWT 2.3 but not 2.4. - http://www.smartclient.com/smartgwt/release_notes.html#2_5 Cheers Rob http://code.google.com/p/gwt-cx/ On Oct 7, 8:03 pm, Barys x...@tut.by wrote: I am migrating my app from 1.7 release to 2.4. The application is a wizard

Re: Develop With GWT

2011-10-19 Thread Rob
Hi, Take a look at this demo: - http://gwt-cx.com/serendipity/Serendipity.html It should give you a feeling for what's possible using GWT. Cheers Rob http://code.google.com/p/gwt-cx/ On Oct 20, 1:45 am, Jose Luis Urrea S. urreasua...@gmail.com wrote: Hi Everybody, I'm new in GWT

Form factor support using GIN

2011-11-05 Thread Rob
); .. } } The formfactor property is being set correctly, however, ViewFactory is not replaced with TabletViewFactory? Any suggestions much appreciated. Cheers Rob - Also posted to gwt-platform discussion group -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Highcharts - updating chart with data

2011-11-06 Thread Rob
Hi, There is a gwt wrapper for HighCharts. - http://www.moxiegroup.com/moxieapps/gwt-highcharts/ Check out this demo that uses gwt-highcharts: - http://gwt-cx.com/serendipity/Serendipity.html Click on the Dashboards menu item. Cheers Rob http://code.google.com/p/gwt-cx/ On Nov 5, 2:53 am

Re: Form factor support using GIN

2011-11-06 Thread Rob
Hi Thomas, Thanks. Was also referred to - https://groups.google.com/d/topic/gwt-platform/V_Qqn9j6hj4/discussion Cheers Rob On Nov 7, 1:58 am, Thomas Broyer t.bro...@gmail.com wrote: Deferred binding only occurs when you use GWT.create(). If you new ViewFactory(), there's no reason you'll

Re: GWT and reports

2011-11-08 Thread Rob
. ActiveReports has a browser-based WYSIWYG report designer that you could launch from a GWT application via Window.open(). - http://www.activereportsserver.com/Features Cheers Rob http://code.google.com/p/gwt-cx/ On Nov 8, 6:42 pm, Shalin shalin.la...@gmail.com wrote: Hello, I'm new to GWT

Re: How To Upload a File Over 2GB?

2011-11-08 Thread Rob
Hi, Take a look at: - http://jupload.sourceforge.net/ Cheers Rob http://code.google.com/p/gwt-cx/ On Nov 9, 9:39 am, Kevin Jordan ke...@kjordan.net wrote: If your server supports uploading that much (i.e. no POST quota), then yes.  Except for initiating the form POST, GWT doesn't have much

Re: How To Upload a File Over 2GB?

2011-11-08 Thread Rob
And this post - http://www.motobit.com/help/ScptUtl/pa98.htm re: Upload limits for Internet Explorer, Mozilla Firefox, Google Chrome, Opera, ... On Nov 9, 10:43 am, Rob rob.fergu...@uptick.com.au wrote: Hi, Take a look at: -http://jupload.sourceforge.net/ Cheers Rob http

Re: Highcharts - updating chart with data

2011-11-19 Thread Rob
); } } - Cheers Rob http://code.google.com/p/gwt-cx/ On Nov 18, 9:34 am, Darren Salomons salom...@gmail.com wrote: Hi Rob,  I see your demo on the site with highcharts but I don't see it in the code on googlecode.  Is there a different codebase that you are working on for the highcharts

Re: GWT - Spring Security

2011-11-23 Thread Rob
Hi, If you are new to GWT then take a look at this post: - http://uptick.com.au/content/gwt-login-security Cheers Rob On Nov 23, 6:53 am, Victor Lujan victor...@gmail.com wrote: Great,  thank you both! I already downloaded spring and will update you later : ) On Nov 21, 9:28 pm, -sowdri

Re: Anyone knows GWT Multipage Framework?

2011-12-11 Thread Rob
var Pages = { page: MainPage }; /script ... - It works for me: - http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob http://code.google.com/p/gwt-cx/ On Dec 10, 11:20 pm, Xybrek xyb...@gmail.com wrote: On 12/10/2011 4:09 AM, Jens wrote: A first simple

Re: GWT as reporting application

2011-12-17 Thread Rob
Hi, Yes, there is a GWT wrapper for Highcharts called gwt-highcharts: - http://www.moxiegroup.com/moxieapps/gwt-highcharts/ and another demo: - http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob On Dec 17, 2:41 am, Armishev, Sergey sarmis...@idirect.net wrote: I tested highcharts

Eclipse development server can't reload because of native lib?

2011-12-18 Thread Rob
Hi, I keep getting this error while using Eclipse and the development server. My server side is using sqlite, which uses a JNI library. Do I have to restart the development server when I change a server side class? Any ideas? thanks, Rob com.almworks.sqlite4java.SQLiteException: [-93] cannot

Re: Non-Cloud development with GWT

2011-12-19 Thread Rob
Hi, This series of posts should help you get started: - http://uptick.com.au/blog Cheers Rob On Dec 19, 10:38 am, MagusDrk magus@googlemail.com wrote: Hi All. I'm searching for developing GWT applications but with out placing it to the cloud (Datastore, Google Apps Engine, Google Apps

Re: gwt application using hibernate and postgresql

2012-01-04 Thread Rob
Hi, Check out this post re GWT, JPA, Hibernate and HSQLDB: - http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb You just need to update persistence.xml for the sample to work with PostgreSQL. Cheers Rob On Jan 5, 12:42 am, Patrick Julien pjul...@gmail.com wrote: I think you

layout panel problem, invisible panels

2012-01-05 Thread Rob
to use HeaderPanel, because I want a top div that is sized naturally by the browser. Rob g:HeaderPanel g:LabelHeader top/g:Label g:DockLayoutPanel unit='PX' g:west size='300' g:LabelWest/g:Label /g:west g:center g:LabelCenter /g:Label

Re: layout panel problem, invisible panels

2012-01-05 Thread Rob
the DockLayoutPanel, because they have height=0 so aren't visible. Rob On Jan 5, 12:30 pm, Thad thad.humphr...@gmail.com wrote: I've not used the HeaderPanel layout, but I'm wondering if the first element it finds is becoming the content and the others are getting ignored. While I've done a lot

Re: Charting Tool for GWT

2012-01-08 Thread Rob
Hi, Highcharts is easy to use. There is a GWT wrapper: - http://www.moxiegroup.com/moxieapps/gwt-highcharts/ and a smartGWT demo: - http://gwt-cx.com/serendipity/Serendipity.html Cheers Rob On Jan 9, 6:06 am, Aidan O'Kelly aida...@gmail.com wrote: There is GChart, written in GWT:http

Re: GWT- Quirks mode :Is there any way to force Document mode to Quirks in GWT ?

2012-01-19 Thread Rob
Hi, Try adding the following to the head section of your host page: - !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/html4/strict.dtd head meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 / head - Cheers Rob http://code.google.com/p/gwt-cx/ http://gwt

unexpected padding under canvas element

2012-02-06 Thread Rob
Hi, The following code creates a Canvas, and places it in a SimplePanel, with some borders to highlight spacing issues. For some reason there are a few pixels of margin/padding under the canvas. If I go into firebug or Chrome's inspector, the paddings and margins are all zero, and if I copy the

Re: unexpected padding under canvas element

2012-02-07 Thread Rob
thought of vertical-align. Setting vertical- align:bottom (vs default of 'baseline') on the canvas eliminates the extra space, as desired. thanks, Rob -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: how to use JNDI datasource in gwt 2.4 hosted mode?

2012-02-08 Thread Rob
Hi, This post might help: - http://groups.google.com/group/google-web-toolkit/browse_thread/thread/ca34b53713d1aa36 And try googling gwt jndi hosted mode. Cheers Rob http://code.google.com/p/gwt-cx/ On Feb 8, 9:37 pm, tong123123 tong123...@gmail.com wrote: I try to use JNDI datasource

drag with move position events?

2012-02-21 Thread Rob
listen to mousemove, along with the drag events, but it stops when the drag starts. Is there a way to get the x,y positions as the drag proceeds? I'd do it all with mouse down, move, and up; except I loose the mouse-up event if it occurs outside the narrow canvas element. Rob -- You received

Re: drag with move position events?

2012-02-21 Thread Rob
Nevermind. I just figured out that if you don't call event.setData(text, someString) in the DragStart handler, you don't get the DragOver events that I was looking for. Rob On Feb 21, 3:43 pm, Rob rob.nikan...@gmail.com wrote: I'm trying to implement an drag-like UI gesture where the user

Re: Diagramming Library

2012-02-28 Thread Rob
Hi, These links might also be of interest: - http://code.google.com/p/oryx-editor/ - http://code.google.com/p/signavio-core-components/ - http://www.signavio.com/en.html Cheers Rob On Feb 28, 3:11 pm, keven keven.tru...@gmail.com wrote: David Vree david.h.vree@... writes: Does anyone know

How to share an RPC RemoteServiceServlet between apps?

2012-03-09 Thread Rob
client that uses the shared service. Is there way way to avoid this by telling the servlet where to find the rpc files, or ... ? thanks, Rob -- 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: How to share an RPC RemoteServiceServlet between apps?

2012-03-17 Thread Rob
Likely the latter will be easier to override. Overriding doGetSerializationPolicy worked, thanks. The code in RemoteServiceServlet.loadSerializationPolicy shows you how to do it. Rob -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Forbidden by X-Frame-Options error in Chrome when running devmode and different host name in URL

2012-04-04 Thread Rob
: Refused to display document because display forbidden by X-Frame-Options. So, anyway know what that is and how to make it go away? I set X-Frame-Options for the html host page and that had no effect. thanks, Rob -- You received this message because you are subscribed to the Google Groups

Re: Dev Mode results in 'spinning wheel' delays on Mac

2012-04-04 Thread Rob
Do other people experience this problem when using Dev mode? Yes, I do. I just found your post searching for devmode performance. I wish I knew how to fix it as it makes development painful. I'm also on a Mac - a new Macbook Pro with 4GB RAM, and it just gets hosed by GWT development.

Re: Forbidden by X-Frame-Options error in Chrome when running devmode and different host name in URL

2012-04-04 Thread Rob
On Wednesday, April 4, 2012 7:24:56 PM UTC-4, Thomas Broyer wrote: The troubleshooting instructions are actually http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM Ah, thanks. That fixed my problem - had to click the gray icon and adding a rule. Would you mind

Re: Dev Mode results in 'spinning wheel' delays on Mac

2012-04-07 Thread Rob
when it is on the verge of running out of heap, but not yet producing memory errors. Rob -- 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

Re: Authentification GWT

2012-04-20 Thread Rob
Hi, This post might help: - http://uptick.com.au/content/gwt-login-security Cheers Rob http://code.google.com/p/gwt-cx/ On Apr 16, 12:43 am, Marwa Abayed marwa.aba...@gmail.com wrote: Hi , i would like to create a page of authentification with GWT , any tutorial please. thanks -- You

Re: Google Web Toolkit postgreSql HIBERNATE

2012-04-24 Thread Rob
Hi, This post (GWT, Hibernate, HSQLDB, JPA) might help you on your way: - http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb Cheers Rob http://code.google.com/p/gwt-cx/ On Apr 24, 7:18 pm, alaa aadil aadila...@gmail.com wrote: hello i create a data base with the PgAdmin3

Re: where to place persistence.xml in an eclipse gwt project?

2012-04-24 Thread Rob
to the war\WEB-INFO\classes\META-INF directory. This post may also help: - http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb Cheers Rob http://code.google.com/p/gwt-cx/ On Apr 22, 4:19 am, Mr.S a...@mogacom.com wrote: I am trying to get eclipselink working with GWT's requestfactory. I

Re: DTO + GWT

2012-04-24 Thread Rob
(http://code.google.com/p/datanucleus-appengine/) and JPA (http://code.google.com/p/datanucleus-appengine/wiki/ UpgradingToVersionTwo). Cheers Rob http://code.google.com/p/gwt-cx/ On Apr 25, 9:31 am, Andy Stevko andy.ste...@gmail.com wrote: I really recommend looking at objectify - the objects

Re: sending email in GWT project through RPC call

2012-05-10 Thread Rob
)? Cheers Rob http://code.google.com/p/gwt-cx/ On May 6, 4:45 pm, danit ba dani...@gmail.com wrote: Hi, I am trying to send html mail in GWT project through RPC call . the RPC method is invoked successfully, but when the code gets to the following line: Transport transport

Re: openid login example without gae

2012-05-10 Thread Rob
Hi, Some login-related links: - http://sites.google.com/site/oauthgoog/ - http://sites.google.com/site/oauthgoog/Home/openidsamplesite - http://sites.google.com/site/oauthgoog/UXFedLogin/summary - http://uptick.com.au/content/gwt-login-security Cheers Rob On May 9, 7:37 am, Matthew Pocock

Re: How to Connect MySQL Connection?

2012-05-29 Thread Rob
Hi, These post(s) may help: - http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb Cheers Rob http://code.google.com/p/gwt-cx/ On May 29, 7:11 pm, Philippe Lhoste phi...@gmx.net wrote: On 24/05/2012 15:07, Mahe wrote: I am Mahesh, new in GWT and Java. I want to create one

Re: MVP Framework

2012-06-10 Thread Rob
://code.google.com/p/gwt-platform/) Some tutorial style posts: - http://uptick.com.au/content/getting-started-gwt-platform Cheers Rob On Thursday, May 31, 2012 8:35:40 PM UTC+10, titowinky wrote: Is there any example here (other than the Contacts tutorial) about the MVP framework with detailed

Re: Graph Drawing in GWT

2012-06-10 Thread Rob
Hi, Perhaps: - http://www.jgraph.com/jgraph.html - http://www.yworks.com/en/products_yfilesajax_about.html Cheers Rob On Thursday, June 7, 2012 2:32:35 AM UTC+10, Bharath Kumar wrote: Hi, I am new to GWT. I need to develop an application which displays some incoming orders as shown

Re: Problem installign gwt in eclipse

2012-06-20 Thread Rob
the Google Plugin for Eclipse (GPE) and the additional plugins then you're ready to generate a skeleton GWT Maven projecthttp://kiahu.com/tutorial/generate-a-skeleton-project-using-gwt-and-maven/ . - Cheers Rob kiahu.com On Friday, June 15, 2012 8:09:05 PM UTC+10, PhiLho wrote: On 14/06/2012 02:40

Re: GWT, SmartGWT, Google Visualization Help

2012-06-20 Thread Rob
Hi, Browse the gwt-cx source: http://code.google.com/p/gwt-cx/ it has several wrappers and examples. also: - http://uptick.com.au/content/smartgwt-and-fusioncharts and take a look at gwt-highcharts: - http://www.moxiegroup.com/moxieapps/gwt-highcharts/ Cheers Rob -- You received

Re: GWT Hibernate integration EROR : Exception while dispatching incoming RPC call

2012-06-20 Thread Rob
Hi, This post make help: http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb Cheers Rob Kiahu.com -- 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

Re: Documents on GWT

2012-06-20 Thread Rob
Hi, This post may help: - http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb also: - http://www.datanucleus.org/products/datanucleus/guides/jpa/tutorial.html Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Gwt with Phonegap

2012-06-21 Thread Rob
Hi, Take a look at: - http://code.google.com/p/mgwt/ - http://code.google.com/p/gwt-phonegap/ Cheers Rob Kiahu.com -- 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

Re: A good book to understand GWT 2.4

2012-06-25 Thread Rob
: - https://developers.google.com/web-toolkit/doc/latest/DevGuide And check out GWT-related blog pots: - http://arcbees.wordpress.com/ - http://turbomanage.wordpress.com/category/google-web-toolkit/ - http://tbroyer.posterous.com/ - http://uptick.com.au/blog Cheers Rob Kiahu.com On Monday, June

Re: Responsive web design for Web application

2012-07-10 Thread Rob
Hi, You might also find this post helpful: - http://kiahu.com/tutorial/form-factor-support-with-gin-and-guice/ Cheers Rob On Wednesday, July 11, 2012 12:28:11 AM UTC+10, Ümit Seren wrote: You can check out the mobilewebapphttp://code.google.com/p/google-web-toolkit/source/browse/trunk

Re: Where to find a simple yet good GWT exemple ?

2012-07-15 Thread Rob
Hi, Take a look at the series of GWT-related posts (and sample code) here: - http://uptick.com.au/blog then later on: - http://kiahu.com/support/tutorials/ Cheers Rob Kiahu.com On Friday, July 13, 2012 7:36:17 PM UTC+10, Francois Marot wrote: Hi all, I'm new in the GWT world and I would

Re: communication beetween html page and gwt application

2012-07-15 Thread Rob
(Pages); revealCurrentPlace(dictionary.get(page)); Cheers Rob Kiahu.com On Saturday, July 14, 2012 4:13:32 PM UTC+10, vj wrote: hello friends, i need 2 pass the value from an external html page to my gwt application, can we do this.. If possible please

Re: GWT future

2012-07-26 Thread Rob
The reports of GWT's death have been greatly exaggerated. http://answers.google.com/answers/threadview?id=191570 On Monday, July 23, 2012 5:14:49 PM UTC+10, AG wrote: I'm an Architect and we have been looking to port our legacy HTML w/ Java Script based web app (with java backend) to a next

Re: GWT AND SOAP

2012-07-26 Thread Rob
Hi, If you are new to web services and SOAP. Then I would recommend Eben Hewitt's book Java SOA Cookbook and soapUI: - http://www.soapui.org/ Cheers Rob Kiahu.com On Thursday, July 26, 2012 9:03:37 PM UTC+10, Nitheesh Chandran wrote: Okay thanks for the information. Do you have experience

Re: google finance portfolio performance graph

2012-07-31 Thread Rob
You might consider - http://www.amcharts.com/stock/ On Tuesday, July 31, 2012 8:33:36 PM UTC+10, Peter Nees wrote: I want to integrate the google finance portfolio performance graph into my application. I don't care whether I integrate it via HTML or in my GWT app. I looked at several

Re: google finance portfolio performance graph

2012-08-02 Thread Rob
calculation of Google Finance.. Op woensdag 1 augustus 2012 00:32:22 UTC+2 schreef Rob het volgende: You might consider - http://www.amcharts.com/stock/ On Tuesday, July 31, 2012 8:33:36 PM UTC+10, Peter Nees wrote: I want to integrate the google finance portfolio performance graph

Re: Is there any chart library for GWT?

2012-08-03 Thread Rob
Hi, +1 for gwt-highcharts Ext GWT (GXT) demo: - http://gwt-cx.com/extgwt-serendipity/Serendipity.html#Dashboards Smart GWT demo: - http://gwt-cx.com/serendipity/Serendipity.html#Dashboards Cheers Rob Kiahu.com On Friday, August 3, 2012 5:25:06 PM UTC+10, Harald Pehl wrote: In my current

Re: GWT OpenLayers new website and showcase

2012-08-03 Thread Rob
Awesome, nice demos. On Friday, August 3, 2012 4:41:26 AM UTC+10, Frank wrote: Just a quick note that we put some work in the website, and especially in a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers library) : New website : http://www.gwt-openlayers.org/ New

Re: how to use several html instead of just one hosted html

2012-08-03 Thread Rob
)) { MultiPageEntryPoint entrypoint = (MultiPageEntryPoint) GWT.create(ContactPageEntryPoint.class); entrypoint.onModuleLoad(); } } catch (Exception e) { Log.error(e: + e); e.printStackTrace(); Window.alert(e.getLocalizedMessage()); } } } - Cheers Rob Kiahu.com

Re: Drag and Drop UI using GWT with Connectors

2012-08-10 Thread Rob
Hi, - http://code.google.com/p/oryx-editor/ - http://code.google.com/p/signavio-core-components/ - http://www.jgraph.com/mxgraph.html - http://www.yworks.com/en/products_yfilesajax_about.html - http://www.tomsawyer.com/products/home/index.php Cheers Rob Kiahu.com On Saturday, August 11, 2012

Re: GWT Multi-Module Server Classpath Problem

2012-08-10 Thread Rob
LoggerFactory. I have experienced this problem when trying to debug a multi-module GWT Maven application. Take a look at this post: - http://kiahu.com/tutorial/debugging-with-gwt-maven-and-eclipse/ Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Rob
Hi, +1 Excellent. Cheers Rob On Saturday, August 11, 2012 4:18:49 PM UTC+10, soundTricker wrote: Hi Great gwt hackers. We released gwt-bootstrap 2.0.4.0. Maybe gwt-bootstrap 2.0.4.0 will be deployed to maven central repositry in few days. Download : https://github.com/gwtbootstrap/gwt

Re: Animated Speedometer

2012-08-15 Thread Rob
Hi, There's a GWT wrapper for HighCharts: - http://www.highcharts.com/documentation/compatibility - states IE6+ - http://www.highcharts.com/component/content/article/2-news/46-gauges-ranges-and-polar-charts-in-beta - http://www.moxiegroup.com/moxieapps/gwt-highcharts/ Cheers Rob Kiahu.com

Re: GWT/GXT File-Upload Example

2012-08-16 Thread Rob
Hi, This post might help: - http://uptick.com.au/content/taking-advantage-apache-fileupload-and-opencsv Cheers Rob Kiahu.com On Thursday, August 16, 2012 10:11:55 PM UTC+10, Jens wrote: Thanks that will help. Do you know where I can get an example with a servlet? I know not much about

Re: GwtChosen: make your select boxes much more user-friendly

2012-08-30 Thread Rob
+1 looks great On Wednesday, August 29, 2012 8:59:51 AM UTC+10, Chris Lercher wrote: Very useful. Great widget. On Tuesday, August 28, 2012 10:34:09 PM UTC+2, Julien Dramaix wrote: Dear community, I just released the first version of GwtChosen. GwtChosen is the entire rewritte in

Re: GWT Mobile App in Same WAR File

2012-09-05 Thread Rob
-with-gin-and-guice/ Cheers Rob Kiahu.com On Thursday, August 30, 2012 9:37:57 AM UTC+10, jduffy wrote: Hi All, We are developing a GWT application for desktop browsers that is deployed to a Tomcat 7 container as a WAR file. We are also developing a companion mobile application that is written

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-16 Thread Rob
/Serendipity.html Cheers Rob Kiahu.com -- 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/-/b4g4GXo59LMJ. To post to this group, send email to google

Re: application architecture ideas: Appli

2012-09-17 Thread Rob
: - http://turbomanage.wordpress.com/category/google-web-toolkit/ and Andreas Borglin's posts re gwt-presenter (and gwt-dispatch): - http://borglin.net/gwt-project/?page_id=10 Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

What does it mean when gwt-unitCache-... is out of sync exactly??

2012-10-11 Thread Rob
Hello All, Can any one tell me in the Eclipse EE environment anyway what does the error: Resource is out of sync with the file system: '/MyProject/gwt-unitCache/gwt-unitCache-013A483B3FA8'. mean exactly? Does it mean its time for a GWT Compile and isn't it true that GWT Compile really only

Re: what is the function of gwt-unitcache directory (not under target directory)?

2012-10-11 Thread Rob
I just took a look and it does not look like there is much on this subject. It does appear to effect memory in a browser and I recently deleted the out of sync entries in eclipse within the gwt-cache folders as specified in the eclipse error.log On Tuesday, May 29, 2012 3:32:54 AM UTC-4, Thomas

Re: what is the function of gwt-unitcache directory (not under target directory)?

2012-10-11 Thread Rob
As to the function I can not say but suffice it to say deleting the out of sync entries actually seems to have helped fix an out of memory error I have been getting recently! On Tuesday, May 29, 2012 2:53:07 AM UTC-4, tong123123 wrote: I try to run mvn:clean install and the content in

Re: Are you happy with GWT?

2012-10-11 Thread Rob
Well I have had a differnt story. Given that the books available including E-books are scarce and the Javascript generated at times can be agonizingly slow when doing calculations and say puting up complex charts and grids with or without a backend RPC servlet. All in all its ok for what it

Re: Performance Tip for IE browsers : Java garbage collection is NOT Javascript garbage Collection

2012-10-12 Thread Rob
Hello can someone please help complete this sample. Maybe it is obvious to everyone out there but me but callback c=createCallback();does not seem to work. Exactly how do I instantiate my call back. Do I have to static AsyncCallbackMYOBJECT myCallback=null; private AsyncCallbackMYOBJECT

Re: Modal Dialog/Non-busy Wait

2012-12-07 Thread Rob
On Monday, September 5, 2011 1:01:29 PM UTC-4, melody wrote: I wish to embed an asynchronous call to the server inside a method that MUST NOT return until the server has responded. So I am looking for a way to achieve a non-busy wait in GWT. I thought I could use a modal popup dialog to

Re: [POLL RESULTS] Maven project layout, what to standardize?

2013-01-29 Thread Rob
+1 Option 3 On Tuesday, January 29, 2013 4:23:23 AM UTC+11, James Nelson wrote: Personally, I store all super source and .gwt.xml in src/main/resources, and never have a problem. (Eclipse 4.2; not too painful if you don't use GTK window manager) No filtering, especially on src/main/java;

Re: Parametrized Css class

2013-01-29 Thread Rob
Hi, What about using SASS (Syntactically Awesome Stylesheets)? Take a look at this post: https://vaadin.com/blog/-/blogs/link-to-the-client-side-from-sass Cheers Rob On Tuesday, January 29, 2013 7:11:42 AM UTC+11, Joseph Lust wrote: Thanks Goktug! CSS3 and GWT have been the biggest issue

  1   2   3   4   >