Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Drew Spencer
Here here. We're meant to be building an open source community. Open, free,
for everyone. Please make the pdf available on a public link so we can
download it anonymously.
On 5 Dec 2012 20:48, RAlfoeldi ralfoe...@gmail.com wrote:

This survey is based on data collected from GWT users and should be
available to all users without registering with a company I am not
interested in doing business with. If this is the type of community
building we have to expect for the future... good luck, without me.

And then... try commenting on their web page, log in with your google
account. They actually want access to your google contacts. WTF? This seems
to be a general problem with Vaadin.

On Tuesday, December 4, 2012 12:19:05 PM UTC+1, Joonas Lehtinen wrote:

 *The GWT community have been having many questions about the Future of
 GWT. Questions like: Where is GWT going? How is GWT used today? What are
 the challenges they are facing? What is the competition? Should I build my
 next project with GWT?

 When joining the GWT steering committee and deciding to include a full
 copy of GWT into Vaadin 7 we had the same questions. In the end we stepped
 forward and asked the GWT community. Now after 2 months of asking and
 receiving responses to the dozens of questions we had from over over 1300
 GWT users, we compiled all of this together and are proud to present you
 with some answers in for of 30 page long report. We would like to thank
 everyone who participated: You - the very active GWT community who
 answered, GWT steering committee members and other GWT experts who helped
 create the questions and analyze the answers, Vaadin team and David Booth
 who coordinated the effort.

 Enough talking, download your personal copy of The Future of GWT Report at:
 *
 *
 https://vaadin.com/gwt/report-2012

 *

 --
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/-/PxU-tpYn7W8J.

To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Sridhar Nalam
hi all
i didn't find google developer plugin for windows 8 Firefox browser 17.0.1. 
how can i solve this? 
please help me. 

-- 
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/-/lzijAiciBC0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Drew Spencer
Here here. We're meant to be building an open source community aren't we?
Open, free, for everyone.

Please make the pdf available on a public link so it can be downloaded
anonymously, Vaadin.
On 5 Dec 2012 20:48, RAlfoeldi ralfoe...@gmail.com wrote:

 This survey is based on data collected from GWT users and should be
 available to all users without registering with a company I am not
 interested in doing business with. If this is the type of community
 building we have to expect for the future... good luck, without me.

 And then... try commenting on their web page, log in with your google
 account. They actually want access to your google contacts. WTF? This seems
 to be a general problem with Vaadin.

 On Tuesday, December 4, 2012 12:19:05 PM UTC+1, Joonas Lehtinen wrote:

 *The GWT community have been having many questions about the Future of
 GWT. Questions like: Where is GWT going? How is GWT used today? What are
 the challenges they are facing? What is the competition? Should I build my
 next project with GWT?

 When joining the GWT steering committee and deciding to include a full
 copy of GWT into Vaadin 7 we had the same questions. In the end we stepped
 forward and asked the GWT community. Now after 2 months of asking and
 receiving responses to the dozens of questions we had from over over 1300
 GWT users, we compiled all of this together and are proud to present you
 with some answers in for of 30 page long report. We would like to thank
 everyone who participated: You - the very active GWT community who
 answered, GWT steering committee members and other GWT experts who helped
 create the questions and analyze the answers, Vaadin team and David Booth
 who coordinated the effort.

 Enough talking, download your personal copy of The Future of GWT Report
 at:*
 *
 https://vaadin.com/gwt/report-2012

 *

  --
 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/-/PxU-tpYn7W8J.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: TextBox with pre-filled suggestion

2012-12-06 Thread Drew Spencer
Wow, when I think of the hassle I went through writing JS to do this on my 
site a few years ago, and now HTML5 makes it that easy now! I shouldn't be 
bitter, but I am :)

On Wednesday, 5 December 2012 10:27:25 UTC, dcheeky77 wrote:

 I confirm that both solutions worked!!
 Thank you very much!

 On Wednesday, December 5, 2012 9:33:35 AM UTC+1, dcheeky77 wrote:

 Wow, thank you very much, I'll definitely give it a try!!!


 On Wednesday, December 5, 2012 8:04:33 AM UTC+1, Igor Knyazev wrote:

 You can use HTML 5 input placeholder attribute to achive that.

 TextBox textBox = new TextBox();
 textBox.getElement().setAttribute(placeholder, some text);


 check browser support of this attribute here 
 http://www.w3schools.com/html5/att_input_placeholder.asp

 For rounded borders just add styleName to TextBox with 
 border-radiushttp://www.w3schools.com/css3/css3_borders.aspproperty

 On Wednesday, December 5, 2012 2:35:58 AM UTC+4, dcheeky77 wrote:

 Hello!

 I need to use a TextBox to enter some data, but the label which 
 explains the field's purpose must be of the kind inside the TextBox 
 itself, 
 which disappears when the user clicks on the field (I hope I've let you 
 understand what I'm talking about ;) )
 I'm using GWT 2.4: is there any such component or a common method to 
 achieve the result?

 Since I also need to customize the look of the TextBox (rounded 
 corners), I was thinking of implementing my own TextBox, but should it 
 extend Composite? Or is there some other way for basic components?

 Thank you very much for your help!



-- 
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/-/o7qurzgJgZIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: TextBox with pre-filled suggestion

2012-12-06 Thread Jens
Well if you want it in IE  10 you still need JS to do so. Simply read the 
placeholder attribute through JS and set the value into the Textbox if the 
textbox is empty and not focused. On focus clear the textbox if it contains 
the placeholder text.

-- J.

Am Donnerstag, 6. Dezember 2012 13:56:33 UTC+1 schrieb Drew Spencer:

 Wow, when I think of the hassle I went through writing JS to do this on my 
 site a few years ago, and now HTML5 makes it that easy now! I shouldn't be 
 bitter, but I am :)

-- 
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/-/JseA5A0Z9FcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Dimitrijević Ivan
http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi
*Click on View Raw file.*

On Thursday, December 6, 2012 12:02:13 PM UTC+1, Sridhar Nalam wrote:

 hi all
 i didn't find google developer plugin for windows 8 Firefox browser 
 17.0.1. 
 how can i solve this? 
 please help me. 

-- 
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/-/I7_jj-50tLQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: DataGrid with a Frozen Column?

2012-12-06 Thread Alex opn
I haven't tried the TableBuilder yet but if it's possible it's by using it 
imo. Have you had a look into the 
CustomDataGrid-Examplehttp://gwt.google.com/samples/Showcase/Showcase.html#%21CwCustomDataGrid?
 
As I'm currently working a lot with DataGrids I can maybe tell you in some 
time : ) Right now I have only used Header- and FooterBuilder which can be 
fun, once you get how they work :-P

Am Mittwoch, 5. Dezember 2012 16:29:12 UTC+1 schrieb Joshua Godi:

 Is it possible to have a frozen column inside a DataGrid? I would like the 
 first column to always show no matter if the user scrolls right or not.

 Thanks


-- 
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/-/LBlwTmK_g_oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Thomas Broyer

On Thursday, December 6, 2012 12:02:13 PM UTC+1, Sridhar Nalam wrote:

 hi all
 i didn't find google developer plugin for windows 8 Firefox browser 
 17.0.1. 
 how can i solve this? 


It looks like the missing plugin page is outdated. The plugin for other 
systems link should give access to the XPI though, which *is* compatible 
with Firefox 17.

http://gwt.google.com/missing-plugin/MissingPlugin.html 

-- 
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/-/f5vmUOGXY_gJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Sebastián Gurin
mine http://code.google.com/p/raphael4gwt/ has support for some charts 
types of graphael like bar, pie, line, grid, sunburst, radar, etc.- See the 
demo: http://cancerbero.vacau.com/gwt/graphael4gwtGallery

On Tuesday, December 4, 2012 6:05:26 PM UTC-2, James wrote:

 I am evaluating a chart library for my incoming project. I can not find 
 any information about chart library for GWT. Is it included in the next 
 report? I am trying to find the most popular chart library for GWT.


 James


-- 
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/-/iHIBck5pivcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How to Show GWT Development Mode Console?

2012-12-06 Thread tinnitus007
I have always only ever used GWT with the GWT Designer plugin also 
installed.  I only noticed because I recently installed Eclipse 4.2, but 
GWT Designer is only current to 3.7 ??

And now I see that apparently it is GWT Designer that supplies the Launch 
Configuration types GWT Application and Compile GWT Application. 
 Without GWT Designer, I do not see these Launch Configurations to which I 
have become accustomed.

https://lh6.googleusercontent.com/-_ecUzOFEV8Y/UMDXZHGNQ5I/AAM/he9eFixqG9s/s1600/LaunchConfigs.png
In particular, I like seeing the independent GWT Development Mode console 
that is launched by the GWT Application Launch Config:

https://lh3.googleusercontent.com/-ZjeFReLvHO4/UMDio97HKAI/AAs/EmrSzJYgxfc/s1600/GWTDevModeConsole.png

The GPE supplied Launch Configuration Web Application presents as an 
Eclipse view, in contrast, but appears to report same info?

https://lh6.googleusercontent.com/-90iYySUr4vA/UMDjEMJRqPI/AA0/wBj_AbPwXQM/s1600/GPEConsole.png


So if I want to see the familiar independent GWT Development Mode console, 
but I don't have GWT Designer installed to give me a Launch Config that 
provides that, how do I do that?


Thanks!


-- 
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/-/TAry5JXKEsQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to Show GWT Development Mode Console?

2012-12-06 Thread Jens
The DevMode View inside Eclipse gives you the same information as the 
independent DevMode window. In the independent DevMode window you also have 
a tab showing jetty log output. This Jetty log output can be found in 
Eclipse console if I remember correctly (I use an external server).

So its not much of a difference.

To launch the independent DevMode window I guess you have to create a Java 
Application launch config instead of choosing GPE's run as web 
application. Main class is com.google.gwt.dev.DevMode (found in 
gwt-dev.jar) and parameters/classpath settings can be copied from a launch 
config that has been created by GPE's run as web application.

-- J.

-- 
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/-/uv4jf0iugOQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Plugin for Firefox 13

2012-12-06 Thread David Hoffer
Yes that works well, thanks!

-Dave

On Wed, Dec 5, 2012 at 7:02 PM, Thomas Broyer t.bro...@gmail.com wrote:
 The XPI from the SVN works (should work) for all versions of Firefox back to
 3.0, as we're adding new DLLs/SOs/DYLIBs for each new Firefox version:
 https://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi


 On Wednesday, December 5, 2012 10:40:15 PM UTC+1, dhoffer wrote:

 Where can I find downloadable plugins to install on older browsers?  The
 links I see in some postings on this subject don't work.  Note I don't have
 the option of downloading the plugin from the browser as I'm
 testing/debugging in a closed environment.  (I could use any browser,
 whatever is easier to install with the GWT plugin.)

 -Dave

 --
 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/-/nL3rE6okXhsJ.

 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to Show GWT Development Mode Console?

2012-12-06 Thread tinnitus007
OK, now that I've been using the GPE console a few hours, I think I like it 
better, due to one advantage:

The GWT Development Mode console shows a helpful stack trace:

https://lh4.googleusercontent.com/-_O43-mjsJAc/UMEVSFRquEI/ABE/6EKF4Vra9kM/s1600/GWTDevConsoleRef.png
But the GPE console shows a helpful stack track with 
hyperlinkshttps://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/tvjZaLa1WDw
 to 
the offending code in an Eclipse editor (ooh, ahh):

https://lh4.googleusercontent.com/-A4wyZXdc8CQ/UMEVtAHWnzI/ABM/k5g5VQyUMVg/s1600/GPEConsoleRef.png

I think the only message I ever see in the Jetty tab is Java out of memory, 
which is rare.

-- 
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/-/1qMOPkZF7YgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: file upload path gives full path

2012-12-06 Thread Thad
Try Apache Commons IO (http://commons.apache.org/io/
), org.apache.commons.io.FilenameUtils

On Tuesday, December 4, 2012 12:30:17 AM UTC-5, sreenivas wrote:

 Hi,

 I am uploading a file to server. when from firefox , it is giving only the 
 file name, when i access through fileItem.getName(). But with chrome it is 
 coming something like this. c:/fakepath/fileName. How to avoid this 
 fakepath string to come to server and get only the file name?

 Thanks,
 Sree


-- 
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/-/VEM2VUXqnDwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 15.0 at present

2012-12-06 Thread Juan Chico
http://notepad2.blogspot.com.au/2012/11/gwt-developers-plugin-for-firefox-17.html

2012/12/6 Sridhar Nalam sridhar.na...@kawanan.com

 hi all
 i didn't find google developer plugin for windows 8 Firefox browser
 17.0.1.
 how can i solve this?
 please help me.

 --
 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/-/lzijAiciBC0J.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
jhonsmall
0984644134

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Java Developer with GWT GXT Opportunity in Durham, NC

2012-12-06 Thread Shayne Schmidt


Hello,

 

 I have an opportunity for a Java Developer in Durham, NC for contract to 
straight to hire position. This opportunity is in the Healthcare industry 
with a Fortune 15 company. If you or someone you know would be interested 
and qualified according to the job description below, please reply to my 
email address below as soon as possible and include the following items. 

 

· Updated MS Word formatted resume

· The best number to reach you
· Your salary requirements
 

Job Description:

· Our client is currently seeking a Programmer/Analyst 3 in Durham, 
NC who will be responsible for troubleshooting, designing, developing, 
modifying, and evaluating programs for the health care industry. Our client 
just recently upgraded to a new version of GWT and this candidate with be 
responsible for fixing the UI widgets in GXT. Candidates who are qualified 
and interested are encouraged to apply online today. 

 

Required Skills 

· Qualifications: * Required Skills: GXT (Java UI framework; sits 
on top of GWT) * Required Knowledge/Skills: GWT, EJB3, JBoss, JPA, 
Hibernate, MS SQL Server, SQL, Web Services * Education: 4-year degree in 
computer science or related field or equivalent experience * Experience: 4+ 
years of experience in programming enterprise level information systems 
Software Skills: * Google Web Toolkit (GWT) * SQL * SQL Server * Must be 
able to fix UI widgets within GXT * GXT  GWT ARE REQUIRED FOR THIS 
POSIITON 

 

-- 
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/-/WcQaBDIX_-kJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Dataprovider only updating visible displays

2012-12-06 Thread Alexander T
Hi.

We have multiple DataGrids sharing the same DataProvider. What seems to 
happen is that only the visible DataGrids get updated when the data from 
the provider changes. Other displays residing in other tabs in our tab 
panes seems to hold the data, but when you change to their tabs they all 
show up blank. Looking in the DOM inspector, you can see that they have no 
data, only headers. As soon as you manipulate the lists, by for instance 
asking them to select a specific row, they are instantaneously updated to 
the correct state. This happens with both Async and List data provider. I 
was wondering if anyone else is seeing this behavior before I proceed with 
trying to debug the code and reproduce a test case. We're running 2.5.0.

Thank you

Alexander T

-- 
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/-/lFe5tT3tUmYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Debug GWT in JBOSS

2012-12-06 Thread James
I am running JBoss 5.1 in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can 
not debug gwt application in this environment. I always get 
RequestProcessor - Invalid path /approval/hosted was requested.

1. I can launch a GWT code server from Eclipse with following program 
arguments:
-war 
C:\eclipse\3.7.2\workspace\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_5.1_Runtime_Server1354720162512\deploy\admin.war
 
-noserver -remoteUI ${gwt_remote_ui_server_port}:${unique_id} -startupUrl 
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htmprofileUid=953944 
-logLevel DEBUG -codeServerPort 9997 com.google.gwt.admin.service.Approval

2. I can get a GWT page by invoking 
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htmprofileUid=953944;. 

Firefox debug reveals http://127.0.0.1/admin/approval/Appr; is invoked.

3. I got RequestProcessor - Invalid path /approval/hosted was requested 
in Eclipse console if I invoke 
http://127.0.0.1/admin/gwtServlet?jsp=gwtdebug/approval.htmprofileUid=953944
gwt.codesvr=127.0.0.1:9997. Firefox debug reveals 
http://127.0.0.1/admin/approval/hosted.html?approval; is invoked with 404 
error code
 
This is a legacy J2EE application (Strut1 and Strut2 + Spring). There are a 
lot of filters. I implemented one servlet - GwtServlet to bypass filter to 
load  a GWT page.


I appreciate your help.

James


-- 
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/-/oGWTk95Lw_AJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Urgent help on GWT debug at Struts 1 struts 2

2012-12-06 Thread Leon
I am running JBoss 5.1 in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can 
not debug gwt application in this environment. I always get 
RequestProcessor - Invalid path /approval/hosted was requested.

1. I can launch a GWT code server from Eclipse with following program 
arguments:
-war 
C:\eclipse\3.7.2\workspace\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_5.1_Runtime_Server1354720162512\deploy\admin.war
 
-noserver -remoteUI ${gwt_remote_ui_server_port}:${unique_id} -startupUrl 
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htmprofileUid=953944 
-logLevel DEBUG -codeServerPort 9997 com.google.gwt.admin.service.Approval

2. I can get a GWT page by invoking 
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htmprofileUid=953944;.
Firefox debug reveals http://127.0.0.1/admin/approval/Appr; is invoked.

3. I got RequestProcessor - Invalid path /approval/hosted was requested 
in Eclipse console if I invoke 
http://127.0.0.1/admin/gwtServlet?jsp=gwtdebug/approval.htmprofileUid=953944gwt.codesvr=127.0.0.1:9997;.
 
Firefox debug reveals 
http://127.0.0.1/admin/approval/hosted.html?approval; is invoked with 404 
error code
 
This is a legacy J2EE application (Strut1 and Strut2 + Spring). There are a 
lot of filters. I implemented one servlet - GwtServlet to bypass filter to 
load  a GWT page.


I appreciate your help.

Leon

-- 
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/-/KdWunSh-YloJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT and Web Cam

2012-12-06 Thread Christopher
Hi All,

 My GWT version is 2.4.0

My Query is , In my application  a requirement to capture images 
through webcam . What is the best way to do it.

Thanks,
Christopher

-- 
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/-/qzT_xi0lM_0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



java.security.AccessControlException: access denied

2012-12-06 Thread enso
Hi, how do I get permission to read a file (xls or csv) from my c:/-drive?

com.google.gwt.user.server.rpc.UnexpectedException: Service method 
[...]throws java.io.IOException' threw an unexpected 
exception:java.security.AccessControlException: access denied

-- 
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/-/EKOYbSkVdmEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



urgent help for GWT debug in JBoss, Strut 12.

2012-12-06 Thread James
 My finished one GWT module for an old strut 1  2 application, which is 
running in JBoss 5.1. This module is deployed into production after I 
finished using mock objects for RPC. Now I am trying to debug this 
application  in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can not debug 
gwt application in this environment. I always get RequestProcessor - 
Invalid path /approval/hosted was requested.

1. I can launch a GWT code server from Eclipse with following program 
arguments:
-war C:\eclipse\3.7.2\workspace\.
metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_5.1_Runtime_Server1354720162512\deploy\admin.war
 
-noserver -remoteUI ${gwt_remote_ui_server_port}:${unique_id} -startupUrl 
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htmprofileUid=953944-logLevel
 DEBUG -codeServerPort 9997 com.google.gwt.admin.service.Approval

2. I can get a GWT page by invoking 
http://127.0.0.1/admin/gwtServlet?jsp=debug/approval.htmprofileUid=953944;. 

Firefox debug reveals http://127.0.0.1/admin/approval/Appr; is invoked.

3. I got RequestProcessor - Invalid path /approval/hosted was requested 
in Eclipse console if I invoke 
http://127.0.0.1/admin/gwtServlet?jsp=gwtdebug/approval.htmprofileUid=953944
gwt.codesvr=127.0.0.1:9997. Firefox debug reveals 
http://127.0.0.1/admin/approval/hosted.html?approval; is invoked with 404 
error code
 
This is a legacy J2EE application (Strut1 and Strut2 + Spring). There are a 
lot of filters. I implemented one servlet - GwtServlet to bypass filter to 
load  a GWT page.


I appreciate your help.

James

-- 
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/-/77kSkX392i0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: The Future of GWT Report 2012 Published

2012-12-06 Thread Laurent Mignon
+1 not really in the spirit of OpenSource. I've also some reserve to see 
Vaadin presented as a drop-in replacement for GWT.
GWT is a great framework to build Client-Side RIA in java. Vaadin provides 
3 development models. GWT only promotes and supports one of them. I'm 
afraid too to see GWT included as an integral part of Vaadin Framework 
directly in the package. How to justify that, even in their maven poms, 
 references to gwt are systematically replaced by vaadin? ex: replace the 
gwt-maven-plugin with com.vaadin:vaadin-maven-plugin, comment out 
dependencies in its configuration (if exists) and use plug-in version 
that matches the Vaadin version use goal vaadin:compile instead of 
gwt:compile etc.
I'm excited by the new beginning of GWT. I only hope that some of the new 
steering committee members do not use this opportunity to make a fork of 
GWT. The future will tell.

On Wednesday, December 5, 2012 11:03:57 AM UTC+1, Drew Spencer wrote:

 I agree with the others who think the email address requirement is a 
 little over the top. You'd spread more copies by making it free, but I 
 guess you want emails.

 On Tuesday, 4 December 2012 17:33:55 UTC, nicolas marchais wrote:

 Maybe it's Jukito : http://code.google.com/p/jukito/


 Le mardi 4 décembre 2012 18:18:44 UTC+1, Benjamin DeLillo a écrit :

 There's a mention about very good tools for automated tests, such as 
 Jucikito but Google doesn't find anything for Jucikito, is there a typo? 
 I'd love to know what this very good tool is exactly.

 On Tuesday, December 4, 2012 6:19:05 AM UTC-5, Joonas Lehtinen wrote:

 *The GWT community have been having many questions about the Future of 
 GWT. Questions like: Where is GWT going? How is GWT used today? What are 
 the challenges they are facing? What is the competition? Should I build my 
 next project with GWT?

 When joining the GWT steering committee and deciding to include a full 
 copy of GWT into Vaadin 7 we had the same questions. In the end we stepped 
 forward and asked the GWT community. Now after 2 months of asking and 
 receiving responses to the dozens of questions we had from over over 1300 
 GWT users, we compiled all of this together and are proud to present you 
 with some answers in for of 30 page long report. We would like to thank 
 everyone who participated: You - the very active GWT community who 
 answered, GWT steering committee members and other GWT experts who helped 
 create the questions and analyze the answers, Vaadin team and David Booth 
 who coordinated the effort.

 Enough talking, download your personal copy of The Future of GWT Report 
 at:*
 *
 https://vaadin.com/gwt/report-2012

 *



-- 
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/-/Q85wEoqzq-UJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT XMLParser

2012-12-06 Thread Laura
Hi,

first i have to admit, that I do not have much experience with programming 
yet.

At the moment im working with GWT and i am trying to parse and XML file.
I added inherits name=com.google.gwt.xml.XML / to the project.gwt.xmlfile,
which already existed in my main package (im using an eclipse plugin). Is 
that
the right?
Now I tried to parse the XML file. But I think it still does not work. Do I 
have to
activate or import the module or something else?

The other thing is. When I am trying to use the debugging, I am getting an 
exception.
if (impl.isConnectionReset()) {
throw new SocketException(Connection reset);
}
Which is caused in SocketInputStream.class. Does someone of you have an idea
what I am doing wrong?

Thanks in advance!


http://dict.leo.org/ende?lp=endep=DOKJAAsearch=experiencetrestr=0x8001

-- 
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/-/9LoAwfgOgAoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: file upload path gives full path

2012-12-06 Thread Jim Douglas
You'll find more than you want to know about it if you google
fakepath.

http://blogs.msdn.com/b/ie/archive/2009/03/20/rtm-platform-changes.aspx

On Dec 3, 9:30 pm, sreenivas putta.sreeni...@gmail.com wrote:
 Hi,

 I am uploading a file to server. when from firefox , it is giving only the
 file name, when i access through fileItem.getName(). But with chrome it is
 coming something like this. c:/fakepath/fileName. How to avoid this
 fakepath string to come to server and get only the file name?

 Thanks,
 Sree

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Error When compiling the application

2012-12-06 Thread dilantha silva
Hi All,

Im getting this error when trying to compile the GWT application. Any Idea
? Thanks in advance..


[ERROR] Failure while parsing XML
org.xml.sax.SAXNotRecognizedException: Feature:
http://apache.org/xml/features/nonvalidating/load-external-dtd
at
org.apache.crimson.parser.XMLReaderImpl.setFeature(XMLReaderImpl.java:213)
at
org.apache.crimson.jaxp.SAXParserImpl.setFeatures(SAXParserImpl.java:143)
at org.apache.crimson.jaxp.SAXParserImpl.init(SAXParserImpl.java:126)
at
org.apache.crimson.jaxp.SAXParserFactoryImpl.newSAXParserImpl(SAXParserFactoryImpl.java:113)
at
org.apache.crimson.jaxp.SAXParserFactoryImpl.setFeature(SAXParserFactoryImpl.java:141)
at
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:324)
at
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$100(ReflectiveParser.java:48)
at
com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java:402)
at
com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:280)
at
com.google.gwt.dev.cfg.ModuleDefLoader$1.load(ModuleDefLoader.java:192)
at
com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:308)
at
com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:151)
at com.google.gwt.dev.Compiler.run(Compiler.java:185)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:159)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87)
at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81)
at com.google.gwt.dev.Compiler.main(Compiler.java:166)
[ERROR] Unexpected error while processing XML
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
at
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:355)
at
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$100(ReflectiveParser.java:48)
at
com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java:402)
at
com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:280)
at
com.google.gwt.dev.cfg.ModuleDefLoader$1.load(ModuleDefLoader.java:192)
at
com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java:308)
at
com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java:151)
at com.google.gwt.dev.Compiler.run(Compiler.java:185)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:159)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87)
at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81)
at com.google.gwt.dev.Compiler.main(Compiler.java:166)
-- 
Regards,

Dilantha Silva,
http://twitter.com/dilanthasilva | http://www.linkedin.com/in/dilanthasilva|
https://launchpad.net/~dilantha

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.