Re: URGENT-Generating gwt web pages

2012-04-22 Thread Freddie Jefferson
Vanessa, 
 
I don't understand your first statement. As far as the template engine goes, 
velocity is a great templating engine.

Regards,
Freddie Douglas Jefferson 

On Apr 21, 2012, at 11:33 AM, vanessa vanessa vanessa032...@gmail.com wrote:

 Hello ,
 
 I have to create a generator that generates gwt code from a model as an entry.
 Can any one help me how to proceed ? And which template engine to choose ?
 Is velocity a good solution .
 
 Thanks a lot.
 Regards
 -- 
 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/-/0Nq42Ig-6FcJ.
 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: Exclude gwt-dev.jar from a war deploy for Tomcat

2012-04-17 Thread Freddie Jefferson
1) Google Compile (its a right click menu option)
2) Copy and past the war folder to your desktop.
3) Rename the war folder to the name of your project.
4) Move your project to tomcat's webapps directory.


As for the other questions, i have no answers for them, but the above steps
will satisfy your objective from your first post.

Regards,
Sigma

-- 
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 + Vector Drawing Tools

2012-03-29 Thread Freddie Jefferson
Gentlemen,

Thanks for your input.  You all have made me increasingly aware of
libraries used with GWT allows me to draw shapes.  Many Thanks!

Frank,

Have you successfully used drag and drop or some other library with
GWT-Graphic?  Do you have any of your examples on-line?

Regards,
Sigma




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

 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: GWT + Vector Drawing Tools

2012-03-27 Thread Freddie Jefferson
It does look interesting.  Thanks!





You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-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: GWT + Vector Drawing Tools

2012-03-22 Thread Freddie Jefferson
Sebastian,

Thank you for your response.

In response to 1) and you not understanding  displayed vector objects
models in a table/list type of format and also the vector images
themselves.  For example you have a Raphael objects visually representing
Movies.  You now have these colored squares (made with raphael) with
titles/text inside of them...author, title...etc.  Is there a way to pull
this data (author, title...etc) and then display it in a list (Lets say a
GWT flex table with columns [author, title...etc]). And yes i was trying to
display these raphael objects into some sort of object other than a
RootLayoutPanel

But i guess that all of this doesnt matter because this isnt for GWT.
 Thanks for your prompt response and information.

Regards,
Sigma

On Thu, Mar 22, 2012 at 1:50 PM, Sebastian Gurin sgu...@softpoint.orgwrote:

 Hi I'm the author of raphael4gwt/http://code.google.com/p/raphael4gwt/ (a
 project different than raphaelgwt). My response between lines

 On Thu, 22 Mar 2012 07:51:07 -0700 (PDT)
 SigmaBlu sigmabl...@gmail.com wrote:

  I have the following questions:
 
  1) I was wondering if there were any examples out there that displayed
  vector objects models in a table/list type of format and also the
  vector images themselves? I know there is Raphael, but i dont see any
  examples that match my criteria.  Raphael objects dont like being put
  inside of other panels beside a RootPanel.

 I don't understand displayed vector objects models in a table/list type
 of format and also the vector images themselves. Do you mean put raphael
 shapes in a html table or gwt table/list widget? in the case of
 raphael4gwt, you always create a Paper object for drawing in it and you put
 the raphael paper in any html element. It comes with an PaperWidget (GWT
 Widget) that you can add your GWT GUI.

 
  2) Can I have 3 RootPanels.  1 that holds the list i spoke about above
  and 1 that holds the Raphael objects and 1 that holds both and have
  all three 'speak' to one another?

 in raphael4gwt you can have as many papers as you want, and you can
 perfectly register event listeners in one raphael shape1 in a paper1 and in
 the handler modify a shape2 in a paper2.

 Regards

 
  3)  Are there other vector drawing tools out there that will
  accomplish what i am seeking to do?
 
  Thanks,
 
  Sigma
 
  --
  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.
 


 --
 Sebastian Gurin sgu...@softpoint.org

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



-- 
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: SplitLayoutPanel and Widgets using UiBinder

2011-10-27 Thread Freddie Jefferson
Patrick,

I got it. Thanks a bunch.

Regards,
SigmaBlu

On Wed, Oct 26, 2011 at 5:04 PM, Patrick Julien pjul...@gmail.com wrote:

 OK, so use a SimplePanel or whatever you need in the west area and assign
 to that

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

 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: SplitLayoutPanel and Widgets using UiBinder

2011-10-26 Thread Freddie Jefferson
Patrick,
My apologies, but I am not trying to swap out the center panel's widget.
However, I am trying to swap out the West panel's widget.

On Wed, Oct 26, 2011 at 4:46 PM, Patrick Julien pjul...@gmail.com wrote:

 You need to put an additional layout in the center, like SimplePanel, you
 then remove and add your widget there.

 --
 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/-/e3TuaSoB8VsJ.
 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: UiBinder CSS URL

2011-10-18 Thread Freddie Jefferson
Thank you both.

Regards,
SigmaBlu

On Mon, Oct 17, 2011 at 9:54 AM, Jens jens.nehlme...@gmail.com wrote:

 Yeah the GWT theme is referenced in your HTML page source via

 link rel=stylesheet href=http://
 domain/appname/gwt/standard/standard.css

 This will always be done when you include a stylesheet via your module xml
 file in combination with a public folder and thats exactly how GWT themes
 are realized (take a look at Chrome.gwt.xml for example).

 Any CSS you define in UiBinder will be added (injected via javascript)
 afterwards as style tags (one style tag per CssResource, so you possibly
 see multiple style tags in your HTML page source once your app is loaded).

 -- 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/-/dH3-AHKjLL8J.

 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: UiBinder and CSS located locally

2011-10-12 Thread Freddie Jefferson
*Sudhakar,*
*
*
*Thanks for your quick reply.  I already know that you can access this with
in your package hierarchy.  *
*Unfortunately, I don't have any idea how i can reference this locally on my
machine and out of the package.*
*
*
*Regards,*
*Sigma*

On Wed, Oct 12, 2011 at 2:02 AM, Sudhakar Abraham 
s.abra...@datastoregwt.com wrote:

 Gwt access css file from relative location. Place your css
 file,uibinder, ui.xml file in same directory.  It  picks up the style
 from inline style sheet within the ui.xml file.  Access the style
 property using styleName={style.sample}.

 //example
 ?xml version=1.0 encoding=UTF-8?
 ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
  ui:style src=xyz.css /
  g:DockLayoutPanel unit='EM'
   g:west size='10'
  g:HTMLPanel styleName={style.sample}
  ul
liListItem/li
liListItem1/li
liListItem2/li
  /ul
/g:HTMLPanel
  /g:west
 /g:DockLayoutPanel
  /ui:UiBinder

 S. Abraham
 www.DataStoreGwt.com
 Persist objects directly in GAE

 On Oct 12, 1:29 am, SigmaBlu sigmabl...@gmail.com wrote:
  Is there a way to link a css file to the ui.xml file?
 
  For example, I am able to link it by doing the following:
  ui:style src=xyz.css /
 
  The css is located within the same directory as my UiBinder Class and
  my ui.xml file; so it picks up that css in its root directory.
 
  Lets say that the source of my css file is located..here C:\Program
  Files\Users\MyUserName\Desktop\Poject\CSS\xyz.css
 
  How can i let the ui.xml file know that its source (ui:style
  src=xyz.css /) is located in the above directory (C:\Program Files
  \Users\MyUserName\Desktop\Poject\CSS\xyz.css)?
 
  Regards,
  Sigma

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



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