Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Wicket

Compare

Claimed by Apache Software Foundation Analyzed about 20 hours ago

With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.

288K lines of code

19 current contributors

4 days since last commit

156 users on Open Hub

Moderate Activity
4.66667
   
I Use This

Apache ActiveMQ

Compare

Claimed by Apache Software Foundation Analyzed about 15 hours ago

Apache ActiveMQ is a fast Message Bus which supports many Cross Language Clients and Protocols and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.

489K lines of code

15 current contributors

9 days since last commit

144 users on Open Hub

Moderate Activity
4.14286
   
I Use This

Apache Camel

Compare

Claimed by Apache Software Foundation Analyzed about 9 hours ago

Apache Camel is a powerful rule based integration framework which provides a POJO based implementation of the Enterprise Integration Patterns using an extremely powerful fluent API (or declarative Java Domain Specific Language) to configure routing and mediation rules. The Domain Specific Language ... [More] means that Apache Camel can support type-safe smart completion of routing rules in your IDE using regular Java code without huge amounts of XML configuration files; though Xml Configuration inside Spring is also supported. [Less]

1.96M lines of code

0 current contributors

about 20 hours since last commit

103 users on Open Hub

Very High Activity
4.86667
   
I Use This

BOINC

Compare

  Analyzed 1 day ago

Harness the spare computing cycles of idle machines to further scientific discovery.

734K lines of code

33 current contributors

5 days since last commit

65 users on Open Hub

High Activity
4.33333
   
I Use This

Wicket Stuff

Compare

  Analyzed about 21 hours ago

Umbrella project for integrations of Wicket and other projects such as Jasper Reports, Hibernate, Freemarker. Also a home for small community contributions.

312K lines of code

15 current contributors

4 days since last commit

44 users on Open Hub

Moderate Activity
4.52632
   
I Use This
Licenses: apache_2, BSD-3-Clause, lgpl

Blueprint

Compare

  Analyzed about 23 hours ago

Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing.

2.69K lines of code

0 current contributors

almost 13 years since last commit

42 users on Open Hub

Inactive
4.35714
   
I Use This

NServiceBus

Compare

  Analyzed about 10 hours ago

NServiceBus is a powerful, yet lightweight, open source messaging framework for designing distributed .NET enterprise systems. Entirely pluggable yet simple to use, NServiceBus gives programmers a head-start on developing robust, scalable, and maintainable service-layers and long-running business processes.

352K lines of code

18 current contributors

1 day since last commit

28 users on Open Hub

Moderate Activity
4.72727
   
I Use This

960 Grid System

Compare

  Analyzed about 16 hours ago

The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. The 12 column grid is divided into portions that are 60 pixels wide. The 16 column grid consists of 40 pixel increments. Each column has 10 pixels of ... [More] margin on the left and right, which create 20 pixel wide gutters between columns. The premise of the system is ideally suited to rapid prototyping, but it would work equally well when integrated into a production environment. There are printable sketch sheets, design layouts, and a CSS file that have identical measurements. [Less]

5K lines of code

0 current contributors

over 3 years since last commit

21 users on Open Hub

Inactive
5.0
 
I Use This

Ganglia

Compare

  No analysis available

Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and grids. It is based on a hierarchical design targeted at federations of clusters. Ganglia is currently in use on over 500 clusters around the world and has scaled to handle clusters with 2000 nodes.

0 lines of code

0 current contributors

0 since last commit

16 users on Open Hub

Activity Not Available
4.2
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

hazelcast

Compare

  Analyzed about 5 hours ago

Hazelcast is a clustering and highly scalable data distribution platform for Java. Features: Distributed implementations of java.util.{Queue, Set, List, Map} Distributed implementation of java.util.concurrency.locks.Lock Distributed implementation of java.util.concurrent.ExecutorService ... [More] Distributed MultiMap for one-to-many relationships Distributed Topic for publish/subscribe messaging Transaction support and J2EE container integration via JCA Socket level encryption support for secure clusters Synchronous (write-through) and asynchronous (write-behind) persistence Second level cache provider for Hibernate Monitoring and management of the cluster via JMX Dynamic HTTP session clustering Support for cluster info and membership events Dynamic discovery Dynamic scaling Dynamic partitioning with backups Dynamic fail-over Hazelcast is for you if you want to share data/state among many servers (e.g. web session sharing) cache your data (distributed cache) for better performance cluster your application provide secure communication among servers partition your in-memory data send/receive messages among applications distribute workload onto many servers take advantage of parallel processing provide fail-safe data management Hazelcast is pure Java. JVMs that are running Hazelcast will dynamically cluster. Although by default Hazelcast will use multicast for discovery, it can also be configured to only use TCP/IP for enviroments where multicast is not available or preferred. Communication among cluster members is always TCP/IP with Java NIO beauty. Default configuration comes with 1 backup so if one node fails, no data will be lost. It is as simple as using java.util.{Queue, Set, List, Map}. Just add the hazelcast.jar into your classpath and start coding. A test application comes with the Hazelcast distribution that simulates the queue, set, map and lock APIs. You may want to watch the following 12 minute screencast to quickly get started. [Less]

1.45M lines of code

66 current contributors

about 17 hours since last commit

15 users on Open Hub

Very High Activity
5.0
 
I Use This