Business Natural Languages Development in Ruby
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Tracking change and innovation in the enterprise software development community
Posted by Ryan Slobojan on Feb 20, 2008 08:30 AM
Paremus recently released version 1.2 of Infiniflow, a next-generation distributed application server based on OSGi and SCA. InfoQ spoke with Paremus Marketing Manager Andrew Rowney to learn more about this release and about Infiniflow's new application server model.
Rowney first explained that Infiniflow was based upon OSGi and SCA, and that it follows an application server paradigm - a component is written as a series of OSGi modules, it is linked to external services through the SCA bindings, and Infiniflow provides life-cycle management, monitoring, scaling and fault-recovery for any application deployed on it. Rowney also described some best practices for application development with Infiniflow:
To take advantage of the full capabilities of Infiniflow, an application needs to be presented as a composite application rather than a single runtime entity, with different parts of the processing requirements being handled in separate components (OSGi bundles). A good example is where a part of the composite application contains an intensive calculation that can be run in parallel to reduce the overall processing time. For this type of applications the developer is able to specify that Infiniflow should duplicate the bundle that runs the calculation, instantiating as many copies as possible in order to calculate the final result as quickly as possible. This could be regarded as grid computing, however this approach doesn't require an expensive dedicated 'grid silo', instead the hardware can be shared with other applications (that are also under the control of Infiniflow, which automatically allocates resources and manages any contention).
Infiniflow has several major features:
InfoQ asked Rowney to explain in more detail how Infiniflow handles scaling of an application:
An Infiniflow Service Fabric consists of a number of Infiniflow containers - OSGi-enabled JVM's - which are able to dynamically install/start/stop/uninstall code packaged in the OSGi bundles referenced from the SCA System document.
The basic scale out behaviour is as follows:At the application layer within the Infiniflow Service Fabric architecture, scale out behaviour of a composite System is a function of:
- The Service Fabric receives a System description which describes how the service components should be assembled to build the ‘System’ and defines its 'Target State'. Each service component may have its own runtime requirements and scaling behaviours
- Based on the required scaling behaviours, Infiniflow Provisioners dynamically negotiate with available servers/virtual machines to identify potential candidates that can host components of the System
- Servers that agree to host a Service component receive the relevant SCA fragment from the Provisioner, and the server agrees to host the service component for an agreed period of time (the contract)
- Each server proceeds to download (pull) the relevant OSGi bundles specified in the fragment from the Service Fabric repository and instantiate the services locally
- The Service Fabric continues to monitor the runtime population against the SCA document, scaling and re-deploying services components as required to meet Target State
This means that a rich set of scale-out behaviours are easily configurable, including SEDA, Federated Space, Hadoop-based, for message, asynchronous or synchronous patterns of communication between distributed service components, using an array of possible protocols including RMI, SOAP or TCP/Streaming.
- the SCA bindings used between distributed service components within the System
- the replication behaviour applied to each composite Service
- the associated middleware, if appropriate
Rowney went on to describe the future plans for Infiniflow as:
Introducing the SpringSource Application Platform
SpringSource Launches New Application Server without Java EE
IBM software architect eKit: Grady Booch podcast, whitepapers, articles
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.
David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.
Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.
In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.
William Soo and Meeraj Kunnumpurath discuss the Voca transaction processing system, architectural challenges and requirements, Voca's Spring/J2EE architecture, and the future SEPA architecture.
Security is about trade-offs. Only a few have the expertise to design good security. This talk focuses on Security Patterns, such as Role-based Access Control, Single Access Point, and Front Door.
No comments
Reply