Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-22 Thread Hendrik Neumann
> Btw, since this is the MyFaces users list, it might be better to follow up > on the Weblets users list instead. ;-) done!

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread John Fallows
Hi Hendrik, We'd need to see the contents of your weblets-config.xml file and the usage from the Renderer via the weblet:// pseudo-protocol. Btw, since this is the MyFaces users list, it might be better to follow up on the Weblets users list instead. ;-) [EMAIL PROTECTED] Kind Regards, John Fal

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread Hendrik Neumann
> Please make sure to provide feedback on [EMAIL PROTECTED] once > you've had the chance to use Weblets in your own Faces component library. > Some enhancements have already been filed, but we are always keen to > understand additional usecases. I can't get it to work! I copied the weblets.jar in

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread Hendrik Neumann
> Please make sure to provide feedback on [EMAIL PROTECTED] once > you've had the chance to use Weblets in your own Faces component library. > Some enhancements have already been filed, but we are always keen to > understand additional usecases. Yes - I already started to develop an equal project

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread Hendrik Neumann
2006/1/20, Simon Kitching <[EMAIL PROTECTED]>: > On Fri, 2006-01-20 at 14:04 +, Hendrik Neumann wrote: > > Hi List, > > > > I have developed a bunch of JSF-Components which uses some > > JavaScript-Codes (about 10 *.js-files). Now I have written an Apache > > Maven Script which builds a mycompo

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-20 Thread John Fallows
Hi Hendrik,On 1/20/06, Hendrik Neumann <[EMAIL PROTECTED]> wrote: Thanks a lot Martin! According to the description of the project itseems to be exactly the solution I was looking for! Happy to help. ;-) Please make sure to provide feedback on [EMAIL PROTECTED] once you've had the chance to use We

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-20 Thread Simon Kitching
On Fri, 2006-01-20 at 14:04 +, Hendrik Neumann wrote: > Hi List, > > I have developed a bunch of JSF-Components which uses some > JavaScript-Codes (about 10 *.js-files). Now I have written an Apache > Maven Script which builds a mycomponents.jar file (containing > everything needed to use the

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-20 Thread Hendrik Neumann
Thanks a lot Martin! According to the description of the project it seems to be exactly the solution I was looking for! 2006/1/20, Martin Marinschek <[EMAIL PROTECTED]>: > John Fallow's weblets project might be the way to go for you. > > https://weblets.dev.java.net/ > > regards, > > Martin > > >

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-20 Thread Martin Marinschek
John Fallow's weblets project might be the way to go for you. https://weblets.dev.java.net/ regards, Martin On 1/20/06, Hendrik Neumann <[EMAIL PROTECTED]> wrote: > Hi List, > > I have developed a bunch of JSF-Components which uses some > JavaScript-Codes (about 10 *.js-files). Now I have writ

Best Pratice to serve JavaScript-files from JAR-files?

2006-01-20 Thread Hendrik Neumann
Hi List, I have developed a bunch of JSF-Components which uses some JavaScript-Codes (about 10 *.js-files). Now I have written an Apache Maven Script which builds a mycomponents.jar file (containing everything needed to use the components) which can simply be copied into the lib-Folder of any othe