• Stars
    star
    1
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 12 years ago
  • Updated about 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Jacclog is a prototype of a modular access log analytics system written in Java. It is open source and the modular architecture (OSGi) is based on Apache Karaf. The goal of this application is the rapid analysis of access logs. At present only a file import and a statistical analysis with CSV export is available.

More Repositories

1

uadetector

UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
Java
246
star
2

quality-check

The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support. We noticed that many projects just copy org.springframework.util.Assert or com.google.common.base.Preconditions to get access to these quality checks. Therefore we provide these features and small library that can be included in any application without big overhead.
Java
7
star
3

sitemap-plugin

The sitemap-plugin is a library for sitemaps generated after the Sitemap 0.90 protocol. All pages that to be listed in the sitemap will be read from the Site Descriptor, also known as site.xml. The Sitemap 0.90 protocol is an open standard supported by the main search engines including Google, Yahoo!, and Microsoft Bing.
Java
3
star
4

simple-text-search-library

A simple text search library
Java
1
star