105 projects tagged "Java"
ThreadFix is a software vulnerability aggregation and management system that reduces the time it takes to fix software vulnerabilities. It imports the results from dynamic, static, and manual testing to provide a centralized view of software security defects across development teams and applications. The system allows companies to correlate testing results and streamline software remediation efforts by simplifying feeds to software issue trackers. By auto-generating application firewall rules, this tool allows organizations to continue remediation work uninterrupted. ThreadFix empowers managers with vulnerability trending reports that show progress over time, giving them justification for their efforts.
mechanize is a stateful HTTP/HTML client library written in Java to be available on the JVM. It utilizes Apache HttpClient for HTTP handling and JSoup for HTML parsing. Because mechanize is stateful, it will by default support cookies and hidden form parameters (like Rails CSRF protection). This enables client code to follow links and behave like a RESTful hypermedia client more easily.
Automated Business Logic (ABL) is a transaction logic engine. You define the behavior of your persistent objects declaratively, and the engine will take care of executing and enforcing your logic at commit time. Despite its simplicity, this approach is remarkably powerful, and can replace a large portion of the code in most transactional applications that use Hibernate.
MundoCore is a lightweight and easy-to-use communication middleware to integrate heterogeneous software systems, consisting of services written in different programming languages and running on different operating systems. It also offers specific support for mobile and ubiquitous computing environments.
ICEfaces is a framework for developing Ajax applications for the Web and iPhone in Java with JavaServer Faces. In contrast to typical Web applications, ICEfaces applications can update any part of the page at any time. Full page refresh is eliminated, and multi-user interaction is supported through AJAX Push.
Echo3 is a framework for developing rich Web applications. From the developer's perspective, Echo3 behaves as a user interface toolkit, like Swing or Eclipse SWT. AJAX technology is employed to deliver a user experience to Web clients that approaches that of desktop-based applications. Echo3 applications can be created in either client-side JavaScript or server-side Java code using a component-oriented and event-driven API.
The Generic Grid Broker component acts as a meta-scheduler sitting on top of existing Grid middleware (such as Globus Toolkit, gLite, or UNICORE). Its role is to intelligently schedule the execution of jobs on the Grid with efficient and optimized management of resources. For example, as the Globus Toolkit cannot select by itself a remote resource on which to submit the job, it has to implement a meta-scheduler for handling some high-level decisions.