Posts Tagged ‘Framework’

Auto-Starting EJBs

Saturday, June 13th, 2009

An issue that recently gave me something to gnaw on was that of auto-starting an EJB: I wanted to achieve the effect that an EJB within a Java enterprise application would become active (and in that special case, connect to another component on another machine) as soon as it was deployed (or the container was started). If possible, I wanted the solution to be container independent. After a lot of googling and trying, I found a solution that works, but it is probably one of the most awkward hacks to solve a problem that sounds as simple as this.

(more…)

FLOW3 Released as Alpha Version

Wednesday, June 3rd, 2009

Today, the FLOW3 Core Team announced the release of the PHP development framework FLOW3 as an 1.0 alpha version. FLOW3 features many features unique to a PHP framework, such as:

  • Aspect Oriented Programming (AOP)
  • Object Manager featuring dependency injection
  • MVC framework
  • Persistence framework

…and many more.

The framework seems to be very interesting and sophisticated, and although I couldn’t yet find time to try it, I will definetly do so in the next time. The framework is developed in conncetion with the TYPO3 content management system and can thus be expected to be of high quality.

© 2009 – 2010 Jens-Fabian Goetzmann — Impress — Powered by WordPressEntries (RSS) / Comments (RSS).