From f11903f9cf4be3b908fcda3af7f725f6eb8dafbd Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 28 May 2015 10:26:44 +0200 Subject: [PATCH] Add the projects: JHispter and Smack --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e08be91..f53c722 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. * [Immutables](http://immutables.github.io/) - Scala-like case classes in standard Java. +* [JHispter](https://github.com/jhipster/generator-jhipster) - A [Yeoman](http://yeoman.io/) source code generator to create Java applications based on [Spring Boot](http://projects.spring.io/spring-boot/) and [AngularJS](https://angularjs.org/). * [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys. * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. * [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. @@ -311,7 +312,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## Messaging -*Tools that help sending messages between clients to ensure protocol independency.* +*Tools that help on sending messages between clients to ensure protocol independency.* * [Aeron](https://github.com/real-logic/Aeron) - Efficient reliable unicast and multicast message transport. * [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication. @@ -319,6 +320,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. * [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. +* [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform [XMPP](http://en.wikipedia.org/wiki/XMPP) client library for Java and Android. ## Miscellaneous