Managed Projects

Stripes Framework

  Analyzed about 1 year ago

88.8K lines of code

0 current contributors

about 2 years since last commit

21 users on Open Hub

Activity Not Available
4.45455
   
I Use This

Java EE Cache Filter

  Analyzed about 1 year ago

Java EE Cache Filter provides a collection of common Servlet filters for Java web applications allowing you to transparently set HTTP cache headers in order to enable browser caching. Why does cache matter? Web page designs are getting richer and richer, which means more scripts, stylesheets ... [More] , images, and Flash in the page. A first-time visitor to your page may have to make several HTTP requests, but by using the Expires header you make those components cacheable. This avoids unnecessary HTTP requests on subsequent page views. Browsers (and proxies) use a cache to reduce the number and size of HTTP requests, making web pages load faster. [Less]

305 lines of code

0 current contributors

about 10 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

Minify Maven Plugin

  Analyzed about 1 year ago

Minify Maven Plugin combines and minimizes your CSS and JavaScript files for faster page loading. It produces a merged and a minified version of your CSS and JavaScript resources which can be re-used across your project. Main benefits: - Minimize HTTP Requests: 80% of the end-user response time ... [More] is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages. - Minify JavaScript and CSS: Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. [Less]

1.75K lines of code

0 current contributors

about 8 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

Stripes XSS Interceptor

  Analyzed about 1 year ago

Stripes XSS Interceptor escapes all the parameters that Stripes binds during its Validation & Binding phase using a wrapped request object (a convenient implementation of the HttpServletRequest interface). The code follows the XSS (Cross Site Scripting) security guidance posted at Open Web Application Security Project (OWASP).

230 lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Stripes Injection Enricher

  Analyzed about 1 year ago

Stripes Injection Enricher enriches Stripes objects by satisfying injection points specified declaratively using annotations. There are three injection-based enrichers provided by Stripes Injection Enricher out of the box: * @Resource - Java EE resource injections * @EJB - EJB session bean ... [More] reference injections * @Inject - CDI injections The first two enrichers use JNDI to lookup the instance to inject. The CDI injections are handled by treating the Stripes object as a bean capable of receiving standard CDI injections. [Less]

1K lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Zepto Tooltip

  Analyzed about 1 year ago

Responsive and Mobile-Friendly Tooltip.

1.56K lines of code

0 current contributors

almost 9 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This