Re: GWT Compilation Time Performance Improvement

2012-09-05 Thread Paul Robinson
Maybe you should get more RAM...4GB isn't a lot when running all the things you 
need for GWT development. Alternatively, run some (or even all) of the required 
processes on another computer.

Paul

On 06/09/12 05:33, Niraj Salot wrote:
> Hi Members,
>
> Thanks for all your suggestion/comments.
>
> We have already tried below mentioned options to improve the compilation time 
> overall.
>
>  1. Memory Settings. -Xmx and Xms
>  2. localWorkers
>  3. DraftCompile
>
> The question could arise to members mind that why we need to compile a lot 
> but the thing is :- while doing the development work If we use the 
> development mode provided by GWT , sometimes happens that the end output in 
> production mode is diff. then development mode. So we can not trust that what 
> is shown in development mode will be same in production mode. Hence 
> developers compile their code on their machine and test it before putting 
> something on main server. The issue is developers machine have overall RAM of 
> 4 GB only. And when Jboss , Eclipse and Compilation of GWT runs , It is very 
> very slow. So for even the small changes , developers needs to compile , 
> build the WAR and then deploy to check that his code is working ok or not.
>
> I am looking for some option which could allow me to pre-compile GWT modules. 
> So that If some GWT module is not changed and when I compile the main module 
> , that GWT module should not compile as it is not changed at all.
>
> I am not still not getting how to use the concept of "*.gwtar files" which is 
> mentioned in our discussion. Would appreciate if someone can provide more 
> details on the same.
>
> Thanks,Niraj.
>
> On Tuesday, 4 September 2012 11:40:19 UTC+5:30, Niraj Salot wrote:
>
> Hi Members,
>
> We are using GWT Version 2.4 in our current project. On server side, we 
> are using Spring & Custom JDBC framework.
>
> We are using Maven as our Build Tool. The application is getting deployed 
> on JBOSS 7 Server.
>
> Currently we have everything in one single Eclipse Project. Means one 
> Application.gwt.xml file and one ApplicationContext.xml for spring. We have 
> around 2000 Java files out of which around 1500 are for GWT related source 
> files.
>
> The project is still growing with more source files.
>
> We are fine with timings of Java to Javac [class file] Compilation time. 
> But when It comes to Java to JavaScript , It is a issue.
>
> We have used all hacks mentioned in the GWT Forum.
>
> Like.
>
>  1. Compiling for only one Local
>  2. Compiling for only one Browser
>
> But still the compilation is taking 4-6 minutes.. OR even 7 minutes some 
> times.
>
> With this question, I would like to know the options available to improve 
> the same.
>
> We are thinking to Split the Project like this WAY:
>
>   * Module 1 (JAR Build)
>   * Module 2 (JAR Build)
>   * Module Main (WAR Build). This would contain Application.gwt.xml file 
> which would inherit Module 1 & Module 2.
>
> Now Question comes:
>
> *1) Will this help us in Improving the compilation time?*
>
> *2) IF we change only Module 2 and then compile Module Main, will GWT 
> still compile Module 1 as it is inherited by Module Main?*
>
> Please share your views on above scenario. We have even tried out GWT 2.5 
> option but no help in performance improvements.
>
> Thanks, Niraj Salot.
>
> -- 
> 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/-/xXHXkkCzV4oJ.
> 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: fundamental problems with predictive layout

2012-09-05 Thread Magnus
Hello,

thank you for your help! I have got it running now, but I am not happy with 
it.

After trying around with integrating the CSS code provided here into the 
outer LayoutPanel, I soon found myself traversing discussion groups about 
HTML/CSS. In these groups, people are also talking about browser-specific 
things, bugs and workarounds. However, I remember that it was the promise 
of GWT that we never have to worry about browser-specific things again, 
because the GWT compiler automatically produces the correct code for all 
browsers, including any workarounds and all that.

There seem to be two different worlds coming together when making GUIs in 
GWT:
On the one hand. there is the "outer layer", the overall page layout, that 
you can build using the "GWT layout system" including the set of powerful 
layout panels.
On the other hand there is the "inner layer", the widgets, controls, 
buttons, labels, checkboxes and so on.

I believe that the client code for the outer layer is mapped into the 
clients browser-specific world by the GWT compiler. But the inner layer 
will reach the client without any mapping. Doesn't this ruin our browser 
independency?

It was said in this thread, but is this the way to use GWT?

Magnus

-- 
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/-/7mS93jA5q28J.
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: Single images of corner.png/circles.png, etc

2012-09-05 Thread Musicman75
Hello,

Thank you for the answer.
I know that it's not possible to change the colors with GWT. That's
why I need the
Single images to change the color with Photoshop/Gimp and put them
togehther in an image bundle again.

I downloaded the GWT source from SVN, but the single images are not
included.

Stephan

On 5 Sep., 17:40, Ryan Shillington 
wrote:
> There's no way (that I know of) to change an image's color in GWT.  That
> kind of thing is child's play in Adobe Photoshop / Gimp.
>
> If you want a really nice site design, you're almost certainly going to
> need to create these images yourself.
>
> Also, CSS3 supports doing most of that kind of stuff without needing any
> images anymore.  If you're not planning on supporting IE 8 (which Google
> will drop support for once IE 10 comes out in a month or 2), then that's
> the way to go.
>
> Ryan
>
>
>
>
>
>
>
> On Wednesday, September 5, 2012 7:38:13 AM UTC-5, Musicman75 wrote:
>
> > Hello,
>
> > I need to generate a new theme for gwt. Therefore I need the single
> > images of the combined corner.png, circles.png, etc.
> > Is there a possibility to get these images as single images (not
> > wrapped together)?
>
> > Is there an other way to build an own theme and using images instead
> > of the default images for the border?
> > I don't want to design these images from scratch, just use the
> > original images and change the color.
>
> > Thanks for help.

-- 
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: GWT Compilation Time Performance Improvement

2012-09-05 Thread Niraj Salot
Hi Members,

Thanks for all your suggestion/comments.

We have already tried below mentioned options to improve the compilation 
time overall.


   1. Memory Settings. -Xmx and Xms
   2. localWorkers
   3. DraftCompile

The question could arise to members mind that why we need to compile a lot 
but the thing is :- while doing the development work If we use the 
development mode provided by GWT , sometimes happens that the end output in 
production mode is diff. then development mode. So we can not trust that 
what is shown in development mode will be same in production mode. Hence 
developers compile their code on their machine and test it before putting 
something on main server. The issue is developers machine have overall RAM 
of 4 GB only. And when Jboss , Eclipse and Compilation of GWT runs , It is 
very very slow. So for even the small changes , developers needs to compile 
, build the WAR and then deploy to check that his code is working ok or not.

I am looking for some option which could allow me to pre-compile GWT 
modules. So that If some GWT module is not changed and when I compile the 
main module , that GWT module should not compile as it is not changed at 
all.

I am not still not getting how to use the concept of "*.gwtar files" which 
is mentioned in our discussion. Would appreciate if someone can provide 
more details on the same.

Thanks,Niraj.

On Tuesday, 4 September 2012 11:40:19 UTC+5:30, Niraj Salot wrote:
>
> Hi Members,
>
> We are using GWT Version 2.4 in our current project. On server side, we 
> are using Spring & Custom JDBC framework.
>
> We are using Maven as our Build Tool. The application is getting deployed 
> on JBOSS 7 Server.
>
> Currently we have everything in one single Eclipse Project. Means one 
> Application.gwt.xml file and one ApplicationContext.xml for spring. We have 
> around 2000 Java files out of which around 1500 are for GWT related source 
> files.
>
> The project is still growing with more source files.
>
> We are fine with timings of Java to Javac [class file] Compilation time. 
> But when It comes to Java to JavaScript , It is a issue.
>
> We have used all hacks mentioned in the GWT Forum.
>
> Like.
>
>1. Compiling for only one Local 
>2. Compiling for only one Browser
>
> But still the compilation is taking 4-6 minutes.. OR even 7 minutes some 
> times.
>
> With this question, I would like to know the options available to improve 
> the same.
>
> We are thinking to Split the Project like this WAY:
>
>- Module 1 (JAR Build) 
>- Module 2 (JAR Build) 
>- Module Main (WAR Build). This would contain Application.gwt.xml file 
>which would inherit Module 1 & Module 2.
>
> Now Question comes:
>
> *1) Will this help us in Improving the compilation time?*
>
> *2) IF we change only Module 2 and then compile Module Main, will GWT 
> still compile Module 1 as it is inherited by Module Main?*
>
> Please share your views on above scenario. We have even tried out GWT 2.5 
> option but no help in performance improvements.
>
> Thanks, Niraj Salot.
>

-- 
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/-/xXHXkkCzV4oJ.
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 & Mobile App in Same WAR File

2012-09-05 Thread Rob
Hi,

Take a look at the MobileWeApp sample in the GWT SDK. In particular, 
FormFactor.gwt.xml and the MobileWeApp.gwt.xml.

-> 
gwt-2.4.0\samples\MobileWebApp\src\main\java\com\google\gwt\sample\mobilewebapp

And this post re form factor support:

http://kiahu.com/tutorial/form-factor-support-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 in 
> JavaScript and JQuery.
>
> We would now like to embed both applications into the same WAR file so 
> that the appropriate version is served based on the user-agent property of 
> the browser.
>
> For example, if a user hits 'ourapp.com' from a desktop browser, they 
> should be served the GWT application and if they hit it from mobile Safari 
> on an iPhone, they should get the JavaScript/JQuery application.
>
> Can anyone shed some light on how we might be able to accomplish this?
>
> We're fairly new to GWT and web programming so I apologize if the question 
> is a bit vague or non GWT specific.
>
> Jim
>
>
>
>

-- 
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/-/17GBjrSwMc8J.
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: Need tutorial for GWT and struts integration

2012-09-05 Thread Anitha Rosary
Hi All,

To know the entire Struts 1.x, Struts 2 flow, architecture, framework and 
the way to build a sample web application using Struts, please refer below 
site:
http://tutorial.f2finterview.com/


On Tuesday, March 31, 2009 5:39:13 PM UTC+5:30, mikeds...@gmail.com wrote:
>
> If you do a search with in this group, you'll find a number of threads 
> like this: 
>
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/fb41b4f180a7ac69/3521c7173db89676
>  
>
> If you do a Google search for struts+GWT+tutorial, you'll find many 
> relevent hits 
>
> The book, GWT Solutions by Dave Geary ( 
>
> http://www.amazon.com/Google-Web-Toolkit-Solutions-Useful/dp/0132344815/ref=pd_bbs_8?ie=UTF8&s=books&qid=1238501249&sr=8-8
>  
> ) contains a whole chapter on this topic. 
>
> Good luck! 
>
> Later, 
>
> Shaffer 
>
> On Mar 31, 5:02 am, GWT GWT  wrote: 
> > Hi, 
> > I am new to GWT. 
> > We have an application developed using struts,spring,hibernate. 
> > now we want to integrate GWT with this application( developed by using 
> > struts,spring,hibernate). 
> > I want tutorial which describe step by step how to integrate GWT with 
> > struts. 
> > thanks in advance

-- 
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/-/dDEIrZBzSl0J.
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-dnd for FlexTable

2012-09-05 Thread Christian
Hey Priya,

I have exactly the same question. Did you already found out how to do that 
or is there anybody who knows if it works in that way and how?

Thanks in advance!
Christian

On Monday, March 16, 2009 7:50:44 AM UTC+1, priya wrote:
>
> Hi all, 
>
> I want to use gwt-dnd library for FlexTable row drag and drop. 
>
> The data which i am displaying in FlexTable is coming from database as 
> ArrayList. 
> I have another FlexTable rows of which are in co-ordination with the 
> first FlexTable rows. 
>
> When row of first flex table gets dragged and dropped i want to 
> refresh the second flex table according to the index of row of first 
> flex table. 
>
> Both flex tables are in ScrollPanel. 
>
> I saw example of gwt-dnd for FlexTable. But it is given that 
> AbsolutePanel is required for DragController. 
>
> How can I use AbsolutePanel? Can I use ScrollPanel inside 
> AbsolutePanel ? 
>
> Can anyone help me with this issue? 
> It's really urgent... 
>
> Thanks in advance.. 
> Priya 
>

-- 
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/-/46gJXHAvAgIJ.
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 Compilation Time Performance Improvement

2012-09-05 Thread Jens
Be happy that its only 4-6 minutes :)) You can't really speed it up because 
at the end the amount of source you need to compile to JS is always the 
same.

But you can use a distributed build which could reduce the compilation time 
to the time of a single permutation if you have enough hosts to compile on: 
http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds

During development you could use -draftCompile as compiler option to skip 
optimizations which speeds up compilation quite a bit.

Do you compile that often or why does the compilation time bother you?

-- 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/-/C37UCDjPVXkJ.
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 obfuscate RequestFactory type name, not only the operations ( GWT 2.4 )

2012-09-05 Thread zz
Hi,

I've searched all over the web, but didn't quite get my question answered.

How to obfuscate the type name of my request factory interface that extends 
RequestFactory? I can only see operations on service are obfuscated.

For gwt-rpc, it's enabled by adding below to module file.  
 

Is there anything similar required to enable obfuscation for RequestFactory?

Regards,
zz

-- 
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/-/ggMXO4wGPiEJ.
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: Accessibility and ruler divs...

2012-09-05 Thread dreak
Issue created - issue 7646

On Monday, September 3, 2012 11:16:55 PM UTC+2, Thomas Broyer wrote:
>
>
>
> On Monday, September 3, 2012 9:03:56 AM UTC+2, dreak wrote:
>>
>> Hi,
>>
>> I have one small problem... Some widgets contain ruler divs, which looks 
>> like this:
>>  
>>
>> When I use JAWS12 (screen reader), and  move through the page with 'DOWN' 
>> key, it always says 'Blank'.
>>
>> Would it be possible to add in next release additional attribute to this 
>> div: aria-hidden='true'? 
>>
>
> Could you file an issue in the tracker? 
> http://code.google.com/p/google-web-toolkit/issues/entry 
>

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



Loading different panels based on roles (user/amdin)

2012-09-05 Thread j3r
I have a docklayout panel as follow
north: Header
west: MENU
center: content

When logged, different roles (admin or user) will have a different MENU.
Does anyone have a simple say to achieving this.

THANKS IN ADVANCED!

-- 
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/-/90EPwPV9vEsJ.
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.



SAP MM@Cupertino, CA

2012-09-05 Thread k5 sancrosoft
*Hi,*

* *

*This is Girish, - IT Recruiter  from SancroSoft USA Inc.*



Please respond with updated resume in MS-Word .doc Format with the
following details to  *gir...@sancrosoftusa.com*

* *

Full Name :

Location :

Contact Number :

Email :

Availability :

Visa Status :



*SAP MM*

*Location : Cupertino, CA*

*Duration:  3+ Months*



*Job Description:*

* *

• Candidate should possess excellent functional knowledge in SAP MM for
about 4-5 yrs and have 2 years of implementation or Production support
experience

• Should be strong in Procure to pay cycle covering the critical
aspects of Purchasing,
Inventory Management & Invoice Verification.

• Should be able to understand the client business process so as to map the
requirements in SAP using standard solution methodology.

• Should be able to conduct Business workshops to drive the project
implementation using SAP standard implementation methodologies.

• Should be strong in Special processes which include Consignment process,
Subcontracting process & Batch Management.

• Should be comfortable in handling and preparation of Functional
Specifications and to work with developer to achieve RICEF objects.

• Should have cross functional expertise and should be strong in
integrating the system with other modules which includes SD, WM & FI.

• Should have worked and exposed to EDI Integration techniques along with Idoc
monitoring process.

• Should be an excellent team player & good team builder.

• Should demonstrate excellent communication skills.





* Thanks & Regards,*

* *

* Girish*

* IT Recruiter.*

* * *[image: Description: Description: Description: Description:
Description: Description: Description: Description: Description:
cid:image002.jpg@01CD14F0.B169F430] *

* **The power of focus*

*SancroSoft USA INC*

*4944 Sunrise Blvd, Suite B-4 || Fair Oaks, CA 95628
Phone : 916-671-5584*||* Fax: 916-200-0305*
*E-Mail :* *gir...@sancrosoftusa.com*||  *
www.sancrosoftusa.com* 

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



عايزشركه شحن من الدمام الي مصر

2012-09-05 Thread hussain hussain
 عايزشركه شحن من الدمام الي مصر

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



[no subject]

2012-09-05 Thread ROHIT KUMAR
*send me updated resumes at **immy...@gmail.com*
*


Sharepoint Developer
Duration - Long Term
Location: Montvale ,  NJ
EAD/GC/Citizen
*

We are looking for a candidate with strong analytical skills. The
candidate must be team-focused with a strong customer service
approach. Attention to detail, strong work ethic and communication
skills will be highly leveraged in this position. The candidate must
have 3+ yrs experience with SharePoint 2007


The position is approximately:

- 85% Portal / SharePoint configuration and coding

- 10% Testing and integration

- 5% Administrative duties



Personal Skills

- Strong critical thinking skills

- Exceptional communicator

- Emphasis quality control

- Ability to work well in a team environment

- Ability to quickly learn and understand business basics business

Skills Portal / SharePoint Functions:

- Senior-level expertise with Microsoft SharePoint 2007 and MOSS
technologies including web part development, object model, site
definitions and features.

-Experience creating/assembling custom Web Parts, specifically for
Enterprise Search functionality and web part UI elements
customizations.

- Strong JavaScript and JQuery knowledge along with writing JQuery Plug-in.

- Knowledge of workflows, SharePoint Server 2007, SharePoint Services
3.0, and Designer

- Broad experience with .NET Framework, ASP.NET  and C#.

- Experience with Collaboration, Portals, Enterprise Search,
Enterprise Content Management -Experience with SharePoint Templates
(Application, Master Pages, and Role-Based)

- Experience creating custom controls in .NET and deploying them in
SharePoint 2007

- Must have a detailed and clear understanding of HTML and Cascading
Style sheets (CSS).

-QA experience in testing site features.

- Experience with SQL Server 2000/2005

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



[no subject]

2012-09-05 Thread ROHIT KUMAR
Sam HMG
12:55 AM (1 minute ago)
to Harry, me
*Send me resumes at immy...@gmail.com*
*Sharepoint Developer
ONLY  US  CITIZEN
Location: Queens, NY
Interview: Phone followed by face to face
*

A Sharepoint developer with at least 2 or more years experience in
developing custom application using Microsoft Sharepoint 2010. The
candidate will also have at least 5 years experience working with
Visual Studio (VB, C++ and C#) on the .Net framework. Additional skill
will include database skill in designing and accessing multiple
DBMS(Oracle, SQL Server). Also, background and understanding of
Performance point is preferred. The candidate will also be
knowledgeable in developing scalable applications to support multiple
user groups concurrently. Knowledge in Powershell and Perl will be a
benefit.

Additional Skills: Sharepoint 2010 2 plus yrs

Visual Studio 5 plus yrs.

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



Fwd: Recruiting-Simplifies Vignette portal 8.x

2012-09-05 Thread ROHIT KUMAR
-- Forwarded message --
From: ROHIT KUMAR 
Date: Tue, Sep 4, 2012 at 8:27 PM
Subject: Recruiting-Simplifies Vignette portal 8.x
To: ROHIT KUMAR 


*PLEASE SEND ME Y OUR RESUME TO *immy...@gmail.com

*
*

*Position: Vignette portal 8.x
Location: Chicago, IL
Duration: 12 Months+
Rate : Market Rate*

* Skills:*

• Strong design and implementation experience in Vignette portal 8.x
• In-depth understanding of architectural principles, models, patterns to
define and validate architecture solutions independently.
• Working knowledge of architectural frameworks and standards like Service
Oriented Architecture, integration with BPM and ability to create reference
architecture.
•   Experience in building and implementing model-driven, enterprise-level
business solutions
•   Knowledge of best practices and trends across technologies to provide
thought leadership and mentor the team to build capabilities.
• Experience in suggesting Road map in the integration architectural
landscape for the customer.
• Ability to do capacity analysis & planning and provide inputs on the
integration physical and logical architecture.
• Ability to conduct workshops, review AS-IS analysis, recommend TO-BE in
order to facilitate solution of complex project.
• Experience in Performance Engineering/Tuning is preferable.
• Excellent communication / presentation / verbal and written communication
skills. Should be able to drive customer discussions independently and act
as trusted advisor.
• Strong Ability to develop / groom the technical team and work in an
onsite-offshore team environment - sharing ideas and working
collaboratively.
• Should be able to take bottom line responsibility of the project.

 *Responsibilities:
*•   Participate in client discussion, document problem definition,
conduct diagnostic studies, bring in best practices and recommend solution
alternatives.
•   Formulate technical strategy, assist in product/ solution
development, evaluate, review and approve design frameworks and
methodologies.
•   Create and review architectural decisions/ solutions and
perform re-engineering of architecture, conduct compliance verifications,
create/ develop reference codes, provide consultation on testing strategy
and solutions.
•   Create solution blueprint for deployment, support end-user
training, resolve critical issues at live sites and fix critical
architectural/ framework issues related to the product to meet the SLA and
production support requirements.
•   Lead technical discussions with client SMEs and stakeholders to
provide technical differentiation to the relationship.
•   Evangelize the usage of reusable frameworks and artifacts, and
contribute to technical capability building.
•   Involve in requirement gathering, project scoping, resource
planning, scheduling, quality planning, risk mitigation planning, project
plan review, project tracking, control, reporting and monitor the metrics
to improve financial performance.

-- 
You received this message because you are subscribed to the Google Groups
"Recruiting Simplifies" group.
To post to this group, send email to recruiting-simplif...@googlegroups.com.
To unsubscribe from this group, send email to
recruiting-simplifies+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/recruiting-simplifies?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.



[no subject]

2012-09-05 Thread ROHIT KUMAR
SEND ME RESUMES AT immy...@gmail.com


POSITION: Infrastructure Architect

Duration : 3 months+

Charlotte NC

15 + years in IT is needed


The IT  Architect works under minimal supervision, and collaborates
with the business and IT stakeholders to develop a detailed
understanding of Environment . Experience in IT Infrastructure in
Retail Stores environment comprising of AIX servers, EMC storage,
Windows servers, Cisco Devices and Point of sale devices is needed.
The architect evaluates targeted solutions to be consistent with
architectural standards and best practices; provides technical
leadership in tactical planning and participates in the strategic
planning . This individual identifies opportunities and is responsible
for documenting the current IT environment and come up with detailed
road  map on IT comprising of  Windows, AIX.,EMC Storage. Familiarity
on AIX ,Windows virtualization is needed.



The architect will set direction for the usage of enterprise software
components and frameworks; and effectively articulate multiple views
of Lowe’s application architecture within Lowe’s. The architect will
provide oversight to project-level solution development efforts of
strategic impact to Lowe’s, perform quality reviews and measure
adherence to enterprise architecture guidelines and procedures, to
ensure consistent and coherent implementations.

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



GWTTESTCASE and SSL

2012-09-05 Thread jana
I'm using GWTTestCase but need the ability to configure it to use SSL. I 
can't seem to find any information on how to do that.

I'm using Google Plugin for Eclipse and use "Run as GWT Test Case". 
Everything works except that I need to use SSL.

-- 
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/-/dwhSY-62fZ0J.
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: CellList - is there a better way than building raw html?

2012-09-05 Thread markww
Hi Jens,

Let's say I only plan on having 20 rows at any given time. If I were to 
implement a list using a ScrollPanel + 20 VerticalPanel instances as rows, 
could you see that working? I'd be mostly concerned with being able to 
scroll the list nicely on mobile devices (fling scrolling, elastic bounce 
back like CellList has). Also not clear how click handling a VerticalPanel 
as a row would work. Ideally would want the entire VerticalPanel to have an 
onClick state to give the user visual feedback that they've clicked it. 
Possible?

Thank you

On Wednesday, 5 September 2012 12:00:30 UTC-4, Jens wrote:
>
> In GWT 2.5 you can use UiBinder for Cells so you don't have to write the 
> raw HTML inside your code.
>
>
> https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells
>
> But you can't use ordinary GWT widgets like Buttons, etc inside Cells.
>
> -- 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/-/Qnza9UNqt5wJ.
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: CellList - is there a better way than building raw html?

2012-09-05 Thread Jens
In GWT 2.5 you can use UiBinder for Cells so you don't have to write the 
raw HTML inside your code.

https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells

But you can't use ordinary GWT widgets like Buttons, etc inside Cells.

-- 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/-/bDI4ei7nrrsJ.
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: Meteor DDP - or similar - with GWT?

2012-09-05 Thread Thomas Lefort
Another one... GWTEventService 
http://code.google.com/p/gwteventservice/wiki/StartPage
If anyine has used it and has an opinion, I am interested.



On Monday, 3 September 2012 23:29:23 UTC+2, nino wrote:
>
> I like Errai a bit more :)
>
> 2012/9/3 Thomas Lefort >
>
>> I also found an "old" project called GWT StreamHub 
>> http://code.google.com/p/gwt-comet-streamhub/
>>
>>
>>
>>
>> On Monday, September 3, 2012 1:24:38 PM UTC+2, Thomas Lefort wrote:
>>>
>>> I am looking at Errai CDI right now, thanks for your suggestion.
>>>
>>> On Monday, 3 September 2012 10:36:16 UTC+2, nino wrote:

 Have u had u look at errai from RedHat ?
 On Sep 3, 2012 10:29 AM, "Thomas Lefort"  wrote:

> Anybody aware of a gwt library that would provide a publish/subscribe 
> mechanism similar to the Meteor DDP? eg for live updates of clients when 
> the database gets updated.
>
>  -- 
> 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/-/**YfqQJEQYhEcJ
> .
> To post to this group, send email to google-we...@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 view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-web-toolkit/-/5zSU04Po3L4J.
>>
>> To post to this group, send email to 
>> google-we...@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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/72YoBMykWLwJ.
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.



CellList - is there a better way than building raw html?

2012-09-05 Thread markww
Hi,

I'm looking at the CellList demo, the AbstractCell implementation is 
generating raw html strings for a cell presentation implementation:

http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList


  static class ContactCell extends AbstractCell {

  ... 

  @Override
  public void render(Context context, ContactInfo value, 
SafeHtmlBuilder sb) {
  sb.appendHtmlConstant("");

  // Add the name and address.
  sb.appendHtmlConstant("");
  sb.appendEscaped(value.getFullName());
  sb.appendHtmlConstant("");
  sb.appendEscaped(value.getAddress());
  sb.appendHtmlConstant("");
  }
  }

is this the recommended way to go? Is there no way to use any of the panel 
classes to implement the cell presentation? I was thinking we could provide 
something like a VerticalPanel etc to stay within GWT land.

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/-/40UAvO6nD1MJ.
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: Single images of corner.png/circles.png, etc

2012-09-05 Thread Ryan Shillington
There's no way (that I know of) to change an image's color in GWT.  That 
kind of thing is child's play in Adobe Photoshop / Gimp.

If you want a really nice site design, you're almost certainly going to 
need to create these images yourself. 

Also, CSS3 supports doing most of that kind of stuff without needing any 
images anymore.  If you're not planning on supporting IE 8 (which Google 
will drop support for once IE 10 comes out in a month or 2), then that's 
the way to go. 

Ryan

On Wednesday, September 5, 2012 7:38:13 AM UTC-5, Musicman75 wrote:
>
> Hello, 
>
> I need to generate a new theme for gwt. Therefore I need the single 
> images of the combined corner.png, circles.png, etc. 
> Is there a possibility to get these images as single images (not 
> wrapped together)? 
>
> Is there an other way to build an own theme and using images instead 
> of the default images for the border? 
> I don't want to design these images from scratch, just use the 
> original images and change the color. 
>
> Thanks for 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/-/O1f0V9AR2WsJ.
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 Compilation Time Performance Improvement

2012-09-05 Thread Ryan Shillington
Niraj, you didn't mention the "-localWorkers" flag.   On a quad-core 
machine that reduced our compile time to about 1/3 of what it was (our 300s 
compile time became 100s).

Ryan

On Tuesday, September 4, 2012 1:10:19 AM UTC-5, Niraj Salot wrote:
>
> Hi Members,
>
> We are using GWT Version 2.4 in our current project. On server side, we 
> are using Spring & Custom JDBC framework.
>
> We are using Maven as our Build Tool. The application is getting deployed 
> on JBOSS 7 Server.
>
> Currently we have everything in one single Eclipse Project. Means one 
> Application.gwt.xml file and one ApplicationContext.xml for spring. We have 
> around 2000 Java files out of which around 1500 are for GWT related source 
> files.
>
> The project is still growing with more source files.
>
> We are fine with timings of Java to Javac [class file] Compilation time. 
> But when It comes to Java to JavaScript , It is a issue.
>
> We have used all hacks mentioned in the GWT Forum.
>
> Like.
>
>1. Compiling for only one Local 
>2. Compiling for only one Browser
>
> But still the compilation is taking 4-6 minutes.. OR even 7 minutes some 
> times.
>
> With this question, I would like to know the options available to improve 
> the same.
>
> We are thinking to Split the Project like this WAY:
>
>- Module 1 (JAR Build) 
>- Module 2 (JAR Build) 
>- Module Main (WAR Build). This would contain Application.gwt.xml file 
>which would inherit Module 1 & Module 2.
>
> Now Question comes:
>
> *1) Will this help us in Improving the compilation time?*
>
> *2) IF we change only Module 2 and then compile Module Main, will GWT 
> still compile Module 1 as it is inherited by Module Main?*
>
> Please share your views on above scenario. We have even tried out GWT 2.5 
> option but no help in performance improvements.
>
> Thanks, Niraj Salot.
>

-- 
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/-/6wcp0gRAmb4J.
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: Editor with ListBox in UiBinder

2012-09-05 Thread Jens
Currently ValueListBox automatically adds a "null" value even if its not in 
the list of acceptable values. You don't have to call 
ValueListBox.setValue(null) yourself. That's because setAcceptableValues() 
calls updateListBox() which adds the currently selected value to the 
ListBox if its not in the set of acceptable values. By default "null" is 
the selected value.

This behavior has been changed 
in http://gwt-code-reviews.appspot.com/1619803/ but its not yet committed.

Currently if you want a ValueListBox without a null value you would do:

ValueListBox valueListBox = new ...
valueListBox.setValue();
valueListBox.setAcceptableValues();


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



compiled file ending with *.htm instead of *.html

2012-09-05 Thread James
Is there a possible way to pass some parameter to compiler so the compiler 
can generate javascript file ending with *.htm instead of *.html? So far I 
just manually edit the generated javascript files and change the file 
extension.

Thanks,

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/-/JezPoAXp7JAJ.
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 Open .CSV Document in Excel without saving file at server side.

2012-09-05 Thread KalyanChakri
This is a solution Post of how GWT app can launch Excel or other 
applications and load a file, without saving a file at server end.
The idea to save .csv/Excel resource to hardisk and later delete is more 
Resource oriented. This pushed me to use above methodology. Not sure if 
there are other ways to do it. 
 

1. Include the following inherit in the .gwt.xml file

**
2. Create a new Servlet and it should extend HttpServlet class
*

public class ReadCSV extends HttpServlet{

 String contents = "Hello";

  response.setHeader("Content-Type", "application/vnd.ms-excel"); 
  response.setHeader("Content-Length", 
String.valueOf(contents.length()) );
  response.setHeader("Content-Disposition", "attachment; filename=\"" + 
"CSVReader.CSV" + "\"");
  response.getWriter().write(contents);
  response.getWriter().flush();
  response.getWriter().close();

}
*3. On the Click of the button Implement the click Handler and state the 
following
 
*Window.open(GWT.getModuleBaseURL() + < your serlvet name >, "", 
"");*
Here the parameters can be passed as a QueryString to the Servlet or Use 
RequestBuilder to create Request Parameters.
 
Hope this information helps all.
 
Thanks,
Kalyan.
 
 

 

-- 
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/-/aU1U24KK-xIJ.
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: when compile, cannot found the file in jar

2012-09-05 Thread tong123123
thanks for the reply.
I am at home now and cannot test the solution. But I try to google this 
afternoon and see the following links
http://www.vogella.com/articles/GWTModules/article.html
http://nicozan.wordpress.com/2011/03/17/gwt-adding-jar-dependency-to-our-gwt-project-maven-gwt-plugin/
they need use the following statement in *.gwt.xml respectively

> 
> 
>

is this required for my case? (although
I try to add 

 name='hk.gov.ehr.service.tch.als.admin.viewer.alsadminviewerwebapp'/>
>
or


as mention above and still fail. 

in fact, under what condition should I use 
 in *.gwt.xml?

thanks in advance







On Wednesday, September 5, 2012 8:41:57 PM UTC+8, Thomas Broyer wrote:
>
>
>
> On Wednesday, September 5, 2012 5:48:50 AM UTC+2, tong123123 wrote:
>>
>>
>>
>> [WARNING] File encoding has not been set, using platform encoding Cp1252, 
>>> i.e. build is platform dependent!
>>> [INFO] Compiling 5 source files to 
>>> D:\workspace\als-admin-viewer-webapp-forTesting\target\www\WEB-INF\classes
>>> [INFO] -
>>> [ERROR] COMPILATION ERROR : 
>>> [INFO] -
>>> [ERROR] 
>>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[5,53]
>>>  
>>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>>> [ERROR] 
>>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[6,53]
>>>  
>>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>>> [ERROR] 
>>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[7,53]
>>>  
>>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>>> [ERROR] 
>>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[8,53]
>>>  
>>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>>> [ERROR] 
>>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[9,53]
>>>  
>>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>>> [ERROR] 
>>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[10,53]
>>>  
>>> package hk.gov.ehr.service.tch.als.admin.viewer.shared does not exist
>>>
>>
>>
> This error comes from the maven-compiler-plugin, nothing to do with GWT. 
> You should depend on both the "normal" jar and the source-jar:
>   
>  hk.gov.ehr.service.tch.als
>  als-admin-viewer-webapp
>  1.0.0 
>  
>  
>  hk.gov.ehr.service.tch.als
>  als-admin-viewer-webapp
>  1.0.0 
>  sources  
>  
>

-- 
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/-/Ki9Mx22ZwWcJ.
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: Editor with ListBox in UiBinder

2012-09-05 Thread Drew Spencer
Hi Thomas, I was hoping you would see this as I've read your blog posts and 
answers on SO but am still confused.

This is the first time I've used the Editor framework The address is a 
sub-editor of Person, which is simply being created on an onBind() of a 
test presenter I'm using:

PersonPresenter:

@Override
protected void onBind()
{
super.onBind();
 // this would be replaced with a call to datastore
Address address = new Address("447a Archway Road", "Highgate", "N6 4HT", 
"Scotland"); // Scotland is the state
 Person person = new Person("1", "Drew", "Spencer", address);
 getView().edit(person);
}

Surely if I am instantiating the object this way then the state will return 
with the value? I tried setting the acceptable values before the initwidget 
call but that gives a nullpointerexception.

Am totally confused :/

On Wednesday, 5 September 2012 15:11:30 UTC+1, Thomas Broyer wrote:
>
>
>
> On Wednesday, September 5, 2012 12:54:52 PM UTC+2, Drew Spencer wrote:
>>
>> Hi,
>>
>> I created a list of the 4 strings, called setAcceptableValues(list) in 
>> the connstructor, but now I get the 4 values in the list, plus a null 
>> entry. What am I doing wrong?
>>
>
> If there's a 'null' entry that you didn't add in the "acceptable values", 
> then it means setValue(null) was called, i.e. you're editing an Address 
> whose getState() returns 'null'.
>

-- 
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/-/J9CakPHEvRIJ.
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: Editor with ListBox in UiBinder

2012-09-05 Thread Thomas Broyer


On Wednesday, September 5, 2012 12:54:52 PM UTC+2, Drew Spencer wrote:
>
> Hi,
>
> I created a list of the 4 strings, called setAcceptableValues(list) in the 
> connstructor, but now I get the 4 values in the list, plus a null entry. 
> What am I doing wrong?
>

If there's a 'null' entry that you didn't add in the "acceptable values", 
then it means setValue(null) was called, i.e. you're editing an Address 
whose getState() returns 'null'.

-- 
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/-/86CbueDsvBoJ.
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.



Is it possible to reinitialize a GWT application?

2012-09-05 Thread Charles Chan
Hi, I know this sounds weird.. but I wonder if it's possible to 
reinitialize a GWT application without a browser refresh?

My GWT application lives in a RootPanel (ie. one of the HTML element in my 
page).

Thanks!
Charles

-- 
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/-/kdstlAqr5HMJ.
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: when compile, cannot found the file in jar

2012-09-05 Thread Thomas Broyer


On Wednesday, September 5, 2012 5:48:50 AM UTC+2, tong123123 wrote:
>
>
>
> [WARNING] File encoding has not been set, using platform encoding Cp1252, 
>> i.e. build is platform dependent!
>> [INFO] Compiling 5 source files to 
>> D:\workspace\als-admin-viewer-webapp-forTesting\target\www\WEB-INF\classes
>> [INFO] -
>> [ERROR] COMPILATION ERROR : 
>> [INFO] -
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[5,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[6,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[7,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[8,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[9,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[10,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.shared does not exist
>>
>
>
This error comes from the maven-compiler-plugin, nothing to do with GWT. 
You should depend on both the "normal" jar and the source-jar:
  
 hk.gov.ehr.service.tch.als
 als-admin-viewer-webapp
 1.0.0 
 
 
 hk.gov.ehr.service.tch.als
 als-admin-viewer-webapp
 1.0.0 
 sources  
 

-- 
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/-/0uueOS-JNkwJ.
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.



Single images of corner.png/circles.png, etc

2012-09-05 Thread Musicman75
Hello,

I need to generate a new theme for gwt. Therefore I need the single
images of the combined corner.png, circles.png, etc.
Is there a possibility to get these images as single images (not
wrapped together)?

Is there an other way to build an own theme and using images instead
of the default images for the border?
I don't want to design these images from scratch, just use the
original images and change the color.

Thanks for help.

-- 
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: Editor with ListBox in UiBinder

2012-09-05 Thread Drew Spencer
Hi,

I created a list of the 4 strings, called setAcceptableValues(list) in the 
connstructor, but now I get the 4 values in the list, plus a null entry. 
What am I doing wrong? This is my AddressEditor.java:

public class AddressEditor extends Composite implements Editor
{
 private static AddressEditorUiBinder uiBinder = 
GWT.create(AddressEditorUiBinder.class);
 interface AddressEditorUiBinder extends UiBinder
{
}
 @UiField
TextBox street;
@UiField
TextBox city;
@UiField
TextBox zip;
@UiField
ValueListBox state;
 public AddressEditor()
{
initWidget(uiBinder.createAndBindUi(this));
 List states = new ArrayList();
states.add("Scotland");
states.add("England");
states.add("Wales");
states.add("Ireland");
state.setAcceptableValues(states);
}
 @UiFactory
@Ignore
ValueListBox stateInit()
{
return new ValueListBox(new Renderer()
{
@Override
public String render(String object)
{
return object;
}
@Override
public void render(String object, Appendable appendable) throws IOException
{
if(object != null)
{
appendable.append(object);
}
}
 });
 }
}


I suspect the first render function is being called, but I can't do a null 
check on it as it needs a return value.

Thanks


On Wednesday, 5 September 2012 09:02:10 UTC+1, Ümit Seren wrote:
>
> valueBox.setAcceptableValues(List values);
>
> On Tuesday, September 4, 2012 1:32:37 PM UTC+2, Drew Spencer wrote:
>>
>> Did you guys get anywhere with this? I'm learning the Editor Framework 
>> and my ValueListBox only contains the actual value - how do I make it so 
>> that I populate the list with a predefined set of values, and select the 
>> actual value as selected? I'm using GWTP.
>>
>> My code for my UiFactory:
>>
>> @UiFactory
>> @Ignore
>> ValueListBox stateInit()
>> {
>> return new ValueListBox(new Renderer()
>> {
>> @Override
>> public String render(String object)
>> {
>> return object;
>> }
>> @Override
>> public void render(String object, Appendable appendable) throws 
>> IOException
>> {
>> if(object != null)
>> {
>> // NEED SOME LOGIC HERE?
>> appendable.append(object);
>> }
>> }
>> });
>>  }
>>
>> Cheers,
>>
>> Drew
>>
>> On Wednesday, 2 March 2011 09:05:56 UTC, George Moschovitis wrote:
>>>
>>> Eh? can you elaborate on this?
>>>
>>> thanks for the help!
>>> -g.
>>>
>>

-- 
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/-/cuJ_53t-744J.
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: when compile, cannot found the file in jar

2012-09-05 Thread tong123123
my origin GWT module AlsAdminViewerWebApp.gwt.xml has 

> 
>
under package hk.gov.ehr.service.tch.als.admin.viewer

I try to add 

>  name='hk.gov.ehr.service.tch.als.admin.viewer.alsadminviewerwebapp'/>
>
or

>  name='hk.gov.ehr.service.tch.als.admin.viewer.AlsAdminViewerWebApp'/>
>
in AlsAdminViewerWebAppForTesting.gwt.xml
but the same error occor!!

> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist.
>

-- 
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/-/lErg7J5WW6EJ.
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: Editor with ListBox in UiBinder

2012-09-05 Thread Ümit Seren
valueBox.setAcceptableValues(List values);

On Tuesday, September 4, 2012 1:32:37 PM UTC+2, Drew Spencer wrote:
>
> Did you guys get anywhere with this? I'm learning the Editor Framework and 
> my ValueListBox only contains the actual value - how do I make it so that I 
> populate the list with a predefined set of values, and select the actual 
> value as selected? I'm using GWTP.
>
> My code for my UiFactory:
>
> @UiFactory
> @Ignore
> ValueListBox stateInit()
> {
> return new ValueListBox(new Renderer()
> {
> @Override
> public String render(String object)
> {
> return object;
> }
> @Override
> public void render(String object, Appendable appendable) throws IOException
> {
> if(object != null)
> {
> // NEED SOME LOGIC HERE?
> appendable.append(object);
> }
> }
> });
>  }
>
> Cheers,
>
> Drew
>
> On Wednesday, 2 March 2011 09:05:56 UTC, George Moschovitis wrote:
>>
>> Eh? can you elaborate on this?
>>
>> thanks for the help!
>> -g.
>>
>

-- 
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/-/dHA9UCmeTdkJ.
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: when compile, cannot found the file in jar

2012-09-05 Thread tong123123
I even try to add 

but the same error still prompted when compile, so how to compile the java 
source (java file) in a dependency jar?
is  in *.gwt.xml related?

-- 
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/-/rDhkn17qNTsJ.
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: when compile, cannot found the file in jar

2012-09-05 Thread tong123123
I even try to add 

but the same error still prompted when compile, so how to compile the java 
source (java file) in a dependency jar?
is  in *.gwt.xml related?

On Wednesday, September 5, 2012 11:48:50 AM UTC+8, tong123123 wrote:
>
> I have a GWT app and I packed it into a jar using maven-source-plugin.
>
>>   
>> org.apache.maven.plugins
>> maven-source-plugin
>> 2.2
>> 
>> 
>> package
>> 
>> jar-no-fork
>> 
>> 
>>   
>>  
>>
>
>
> the output of the jar contain all the java source file. (part of it is 
> shown in the attached figure "sourceJarContent.jpg)
>
> Then I new another gwt project in eclipse (the project name is 
> als-admin-viewer-webapp-forTesting) and reference this jar 
> (als-admin-viewer-webapp-portlet-1.0.0-source.jar) by using 
>
>>  
>>  hk.gov.ehr.service.tch.als
>>  als-admin-viewer-webapp
>>  1.0.0 
>>  sources  
>>  
>>
>
> as shown in sourcJarContent.jpg, the jar contain a file 
> AdvSearchLogsPanel.java, and in eclipse project 
> als-admin-viewer-webapp-forTesting I can successfully import this java file 
> and use it without red underline in the eclipse editior, but when I run 
> maven compile, the following error is shown:
>
> [WARNING] File encoding has not been set, using platform encoding Cp1252, 
>> i.e. build is platform dependent!
>> [INFO] Compiling 5 source files to 
>> D:\workspace\als-admin-viewer-webapp-forTesting\target\www\WEB-INF\classes
>> [INFO] -
>> [ERROR] COMPILATION ERROR : 
>> [INFO] -
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[5,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[6,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[7,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[8,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[9,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.client does not exist
>> [ERROR] 
>> \workspace\als-admin-viewer-webapp-forTesting\src\main\java\hk\gov\ehr\service\tch\als\admin\viewerfortesting\client\AlsAdminViewerWebAppForTesting.java:[10,53]
>>  
>> package hk.gov.ehr.service.tch.als.admin.viewer.shared does not exist
>>
>
> maven cannot see the package 
> hk.gov.ehr.service.tch.als.admin.viewer.client!!
> I suspect this is due to setting in 
> AlsAdminViewerWebAppForTesting.gwt.xml, and I try to add the following
> 
>
>>   
>>   
>>  
>>   
>>   
>>
>
> but the error still exist when compile.
> the AlsAdminViewerWebAppForTesting.gwt.xml location is attached in 
> gwt_xml_location.jpg, I use 
> ../viewer/client
> because the AdvSearchLogsPanel.java is in 
> als-admin-viewer-webapp-portlet-1.0.0-sources.jar under package 
> hk.gov.ehr.service.tch.als.admin.viewer.client and the 
> AlsAdminViewerWebAppForTesting.gwt.xml is under 
> hk.gov.ehr.service.tch.als.admin.viewerfortesting, is the part
> ../viewer/client is wrong?
> How to successfully compile the java file in the source.jar?
>
> thanks in advance
>
>
>

-- 
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/-/ZRbSeXV477IJ.
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: Could somebody please point me to the GWT developer plugin for Chrome on the Chrome web store.

2012-09-05 Thread Tony Kayrouz
Open chrome browser : Tools -> Extension and drag & drop the plugin
http://gwt.google.com/missing-plugin/MissingPlugin.html 

On Monday, August 27, 2012 6:16:05 AM UTC+3, Anjan Bakshi wrote:
>
> I can't find it on the web store, and I can't install it any other way.

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