Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Knowledge Base

< Stardust
Revision as of 17:17, 2 March 2014 by Simone.seurer.sungard.com (Talk | contribs) (Getting Started)

Please see the Formatting Guidelines before adding content.

Essential Resources

Getting Started

Customization

Deployment Scenarios

Embedded Usage

Build and Change Management

Integration

  • Applications and Services - Built-in Application Types and other Service Integration
  • Data - Built-in Data Types and other Data Integration
  • User Interfaces - Interactive Application Types for different UI Technologies, mashing up User Interfaces
  • Events - Integrating external Events using different Process Trigger Types, asynchronous/hibernated Activities or Camel
  • Apache Camel - Event integration, Service Bus, ETL and Enterprise Integration Patterns
  • Spring Integration - Enterprise Integration based on the Spring Integration Project

Transaction Management

Modeling

Infrastructure, System Administration & Maintenance

Performance Tuning

Reports

Security

Testing

External Links

  • Apache ActiveMQ is a popular and powerful open source messaging and Integration Patterns server. Stardust can easily be configured to use ActiveMQ as a message broker. This setup is frequently used to add JMS support to a Stardust Spring + Tomcat configuration.
  • Apache Camel  is a powerful open source integration framework based on known Enterprise Integration Patterns.
  • Apache Derby  is an open source relational database implemented entirely in Java. Stardust supports Derby as an audit trail database. Startdust's RAD configuration (rapid application development) uses an embedded Derby database.
  • Apache Ivy is a dependency manager focusing on flexibility and simplicity that can be integrated with Maven and Ant. Stardust has some Ivy scripts which can be used to fetch dependencies and build client environments.
  • Apache Jackrabbit is a fully conforming implementation of the Java Content Repository API. In its standard configurations Stardust leverages Jackrabbit to store various content, first and foremost documents.
  • Apache Maven is a software project management and comprehension tool which can manage a project's build, reporting and documentation from a central piece of information. Stardust delivers its components via a Maven repository which also includes project object model (POM) files for various Stardust configurations and deployment scenarios.
  • Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. Stardust uses this popular lightweight application server alternative in its RAD configuration (rapid application development). Many productive Stardust deployment in "Spring mode" use Tomcat.
  • Eclipse Babel  provides language packs for Eclipse plugins. Get the corresponding language packs here if you want to use Eclipse in another language.
  • Eclipse BIRT  (Business Intelligence and Reporting Tools) is an open source Eclipse-based reporting system that integrates with Java/Java EE applications to produce compelling reports.
  • Hazelcast is an open source clustering and highly scalable data distribution platform. Stardust can be configured to leverage a Hazelcast Cache to improve performance and to keep several Stardust instances (clustered or un-clustered deployment) synchronized.
  • Spring Integration is an extension to Spring. It's primary goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns.


Back to the top