Code Monkey home page Code Monkey logo

standalone-container's Introduction

  Build Status

StanAlone Container

Objectives

Definition of realtime entity and ejb-like container for any kind of application. When you need minimal but powerful use of EJB container, similar to Spring Annotation Engine, this project and this libraryu is what you need. It works even for standalone and console Java applications.

Features

StandAlone container manage and provide features for :

  • Components (Annotation Component)
  • Services (Annotation Service) auto-executable if class implements interface IContainerService
  • Entities (Annotation Entities) representing the data bean
  • Configurations (Annotation Configuration) that declare any service, component entity in the application)
  • Auto-wire service (Annotation Autowired) that wire beans based on declaring field name;
  • Wire service (Annotation Wired) that wire beans based on provied or declaring field name
  • Service Execution Service (Annotation Execute) that wire and execute services implementing interface IContainerService
  • Injection engine (Annotation Inject) that inject entities, components, services into methods, constructors or any parameter used in the structure definition

The engine is easy to use and there are two proxy options, that wire and execute services for the main class....

Proxies services are present in class StandAloneContainer, as public methods.

License

This product is subject to LGPL v. 3.0 license described in the following link.

LICENSE FILE

standalone-container's People

Contributors

hellgate75 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.