29 June, 2016

Problem managing the resources in Java Web Applications

Whenever we are developing an web application in any language we faced a few problem.
  1. No Centralized way of managing Web Resources (js,css)
    This is very helpful when you have large project, where your one js or css is being used in more than one pages.
  2. No way of "do-way" of the browser caching.
    There is a trick of put versioning in the resources file.
So, developed a simple framework in my ongoing assignments to solve this problems. The framework is called YorL. It is easy to configure and very lightweight.

Feel free to read more and use this  here

3 comments:

  1. Awesome product, it is too lightweight and easy to configure.
    Keep up the good work.

    ReplyDelete
    Replies
    1. Thank You Niladri!!!
      Your comment really helps.

      Delete
  2. Awesome product, it is too lightweight and easy to configure.
    Keep up the good work.

    ReplyDelete