6296 projects tagged "Java"
Mbassador is a very lightweight message (event) bus implementation following the publish-subscribe pattern. It is designed for ease of use and aims to be feature rich and extensible while preserving resource efficiency and performance. It offers annotation-driven configuration (and thus imposes no structural dependencies into client code), synchronous and asynchronous message delivery (configurable for each message publication and listener), weak references to registered subscribers (no memory leaks possible), message filtering based on custom filters configured via annotations, clean error handling mechanisms, very high throughput, and strong support of concurrent access.
JCabi is a collection of small, useful Java components. It includes a convenient static wrapper around SLF4J, a Sonatype Aether adapter, an Amazon Elastic Beanstalk Maven plugin for seamless deployment of artifacts, a Heroku Maven plugin, a Maven Log to SLF4J binding, and a few others.
Premium Markets is an automated stock market analysis system. It implements a graphical environment for monitoring stock market technical analysis major indicators for portfolio management and historical data charting. In its advanced version, it is also a free stocks and shares market price trend prediction engine using neural networks. The stock market forecast is based on technical analysis of stocks and markets, as well as on sectors and markets indices rotation and stock markets performances. It can help you, as a stock market beginner or as an advanced investor, in stock market screening, performance projections, and market analysis, and ultimately in finding the best future stocks and shares for your swing or long term investments. It offers stock buy/sell signal monitoring via buy/sell advice sent through email notifications.
French Word Searches is designed for beginner to intermediate learners of French, such as those preparing for the UK GCSE French exam. It allows the user to play word searches based on 1,200 items of essential French vocabulary. Word searches may be tailored to the user's desired combination of topics.
Obix is an object-oriented programming language designed to make it easy to quickly write reliable code. More reliability is achieved through language features which consistently support the "Fail fast!" principle (every coding error should be detected as early as possible, preferably at compile-time, or else as early as possible at run-time). The Obix compiler generates Java binaries which can be executed on any Java virtual machine.