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

Product Documentation

Documentation on Infinity Process Platform 6.0 can be found here.

Forum

Frequently Asked Questions: FAQ

Knowledge Base

Getting Started

Installation
Training Videos
Support Case Tutorial (product documenatation)

Customization

Portal
Internationalization (I18N)

Deployment Scenarios

Application Server
Rapid Application Development (RAD) and Tomcat

Embedded Usage

API examples
A first look at the Stardust API

Build and Change Management

Utility Projects
Maven
Ant

Integration

Application
User Interface (UI)
Apache Camel (Event integration, ETL and Enterprise Integration Pattern)

Modelling

Best Practices
Patterns

System Administration & Maintenance

Archiving
Daemons
System Monitoring
Troubleshooting

Performance Tuning

Analysis
Optimization

Security

Authentication
Authorization
Single Sign-On (SSO) Scenarios

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 developmenet) uses an embedded Derby database.
  • 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 whch 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 deplyoment sceanrios.
  • 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 unclustered deployment) synchronized.


Back to the top