14 projects tagged "spring"
BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.
Dash Reports is a versatile and lightweight reporting solution. It allows users and administrators to create a large range of reports driven by SQL databases. It also supports the creation of complex and powerful dashboards, with local caching of results to reduce load on the source database. Various report output formats are supported and the results can be styled using templates. The system allows for scheduled or user-invoked reports, delivered via browser, file, FTP/SFTP, or email.
ExpressUI is a unique Java framework that offers extremely simple server-side-only APIs for rapidly developing business CRUD applications. Code your application in one language: Java. No HTML, JavaScript, XML, SQL, etc. Code everything on the server; no need to manage client state and synchronize with the server. A data-aware UI: leverage tables and forms that intelligently handle layout, entity relationships, data types, formatting, and validation. Security configuration: manage users, roles, and permissions at field level, all configurable in the UI without code changes.
The Generic Repository (grepo) is a framework for Java which allows you to access (database) repositories in a generic and consistent manner. Using grepo, it is generally no longer required to provide all the boilerplate code which is necessary in order to access (database) repositories from Java. All you have to do is write appropriate database code (queries, procedures, functions, etc.), an appropriately annotated Java interface, and very little Spring configuration.
LiKee (which stands for LIne KEEper) is a monitoring system for supervision of Web applications and pages. It is a tool for automation of service processes of uptime-critical Web applications. It periodically monitors remote pages and evaluates their content with regular expressions. It can send alerts through email, GSM calls, and SMS. It offers Web-based administration and reporting with advanced graphical design.
LibrePlan is a Web application for project planning, monitoring, and control. It is a collaborative tool to plan, monitor, and control projects and has a rich Web interface that provides a desktop-like user experience. All the team members can take part in the planning, which makes it possible to have real-time planning. It was designed for a scenario where multiple projects and resources interact to carry out the work inside a company. It makes it possible to communicate with other company tools, providing a wide set of Web services to import and export data.
Metawidget is a "smart user interface widget" that populates itself, at runtime, with UI components to match the properties of your business objects. Metawidget does this without introducing new technologies. It inspects your existing back-end architecture (such as JavaBeans, existing annotations, existing XML configuration files) and creates widgets native to your existing front-end framework (such as Swing, Java Server Faces, Struts, Android). Metawidget does not replace or hide your existing UI framework and guarantees that your investment in its technology and knowledge is as valid as always.
Scalaffinity is a library providing core functionality for any social networking Web site based on ratings and recommendations. In other words, it is a generic collective intelligence library. Examples of such sites are Anobii, Rate Your Music, and Filmaffinity. It is designed to act as an out-of-the-box model for such Web applications. Nevertheless, Scalaffinity is fully customizable, extensible, and scalable. It incorporates lessons learned while reading "Collective Intelligence in Action" by Satnam Alag.
SpringTemplate is a template Spring project to create new Web projects. It uses Spring, Spring security, and hibernate. It uses the database (derby) to save Spring Security users. It is configured with annotations, and has all libraries necessary to run Spring, Spring security, and Hibernate with annotations. In the GUI you can list, add, and remove users from Spring security database tables.