Re: Composite Library

2010-10-28 Thread StrongSteve
Thanks a lot Steve!

I just overlooked one simple detail - include the source files.
Now it is working perfectly!

Currently I am just pondering about two follow up questions:
Say I have kind of a GWT Base project. Including CSS, Entry Point, ...
What would be a recommended approach to create an inherited lets say
extended project based on the base project?

Or is it better to create a base widget library which can be used by
both a GWT Base project and an Extended Project?
Actually I prefer this way. Nevertheless this does not answer the
question on how to deal with for example CSS resources...
They are specified by each projects HTML Start page. So how can I use
the one from the base widget library?
Sure I can manually include the CSS inlcude to HTML but that is a step
that is potentially failure prone...

Thanks in Advance for your help!

Greetings
Stefan

On Oct 29, 4:00 am, Steve Moyer  wrote:
> That's actually a pretty simple prospect ... you need your class
> files, plus their source code and the *.gwt.xml module descriptor.  I
> use Maven as my build system so I originally followed the guide 
> athttp://mojo.codehaus.org/gwt-maven-plugin/user-guide/library.html.
> But it also serves well as a generic description of the process.  I
> also vaguely remember seeing instructions on the GWT site, but I
> couldn't find it as fast.
>
> Hope this helps!
>
> smoyer
>
> On Oct 28, 10:23 am, StrongSteve  wrote:
>
> > Hello,
>
> > Can anyone provide a sample project or a link to a tutorial describing
> > how to create a JAR-file containing self created composites and how to
> > use this JAR-file in another GWT project?
>
> > Thanks in Advance!
>
> > Greetings
> > Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
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: Composite Library

2010-10-28 Thread Steve Moyer
That's actually a pretty simple prospect ... you need your class
files, plus their source code and the *.gwt.xml module descriptor.  I
use Maven as my build system so I originally followed the guide at
http://mojo.codehaus.org/gwt-maven-plugin/user-guide/library.html.
But it also serves well as a generic description of the process.  I
also vaguely remember seeing instructions on the GWT site, but I
couldn't find it as fast.

Hope this helps!

smoyer

On Oct 28, 10:23 am, StrongSteve  wrote:
> Hello,
>
> Can anyone provide a sample project or a link to a tutorial describing
> how to create a JAR-file containing self created composites and how to
> use this JAR-file in another GWT project?
>
> Thanks in Advance!
>
> Greetings
> Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
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.



[JAR] Composite Library

2010-10-28 Thread StrongSteve
Hello,

Can anyone provide a sample project or a link to a tutorial describing
how to create a JAR-file containing self created composites and how to
use this JAR-file in another GWT project?

Thanks in Advance!

Greetings
Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
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.