| Page 1 of 1 | [ 6 posts ] |
|
Hi everyone,
I'm conducting a survey of Java based combo loading services for my project, but I could only find these two: https://github.com/levancho/yuijavaloader https://github.com/smaring/javascript-combo-service/ Are there any others out there? Does anyone have experience with a Java combo loader that's worked well with YUI 3.x? Or would it be recommended to just use the 'official' YUI PHP combo loader instead? Thanks. |
|
It depends on what you can run on your server. If you want to run only Java, then you'll need a Java combo handler.
If you're ok running both Java and Apache, then you can use the PHP combo handler. I'm currently working on a versioned combo handler for NodeJS: https://github.com/yahoo/YUI-3-Stockpile |
MarcYUI Contributor
|
I derived a Spring based combo loader from one of those you mentioned. Works well
|
|
Yes, ideally, we'd only rely on Tomcat/Java server.
I found a suitable intermediate solution. Our project is already using packtag (http://sourceforge.net/projects/packtag/) to compress and get css or JS files in a single request. So using the YUI configurator (http://yuilibrary.com/yui/configurator/), I created a new packtag for the YUI files I need. Fortunately, for our project, a central JSP is used as a template across all pages so it's just one location to update if we need to upgrade to a newer version of YUI. This has some drawbacks, but for now, it's a solution that'll work until I have time to look into a server combo loading service. It sure beats requiring 40+ requests overhead for just loading YUI files Any one else have experience w/ a java based combo loading service? Thanks. |
|
Marc, Is the Spring version of the combo loader something that you would consider making public?
|
|
You can check out my Java Restlet JAX-RS based implementation - https://bitbucket.org/markkharitonov/re ... er/src/tip
I am using it in our production server. |
| Page 1 of 1 | [ 6 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group