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

Difference between revisions of "Stardust/Knowledge Base"

Line 20: Line 20:
 
== Deployment Scenarios  ==
 
== Deployment Scenarios  ==
  
 +
*[[Stardust/FAQ#Supported_Platforms|Supported Platforms]]
 
*[[STP/Stardust/KnowledgeBase/Deployment/PossibilitiesforProductionDeployment|Deployment Options for Production Environments]]  
 
*[[STP/Stardust/KnowledgeBase/Deployment/PossibilitiesforProductionDeployment|Deployment Options for Production Environments]]  
*[[STP/Stardust/KnowledgeBase/Deployment/ApplicationServers|Application Server]]
+
*[[Stardust/Knowledge Base/Deployment/Tomcat|Tomcat]]  
*[[STP/Stardust/KnowledgeBase/Deployment/RADandTomcat|Rapid Application Development (RAD) and Tomcat]]  
+
*[[STP/Stardust/KnowledgeBase/Deployment/SpringConfigurations|Spring Configurations]]  
*[[STP/Stardust/KnowledgeBase/Deployment/SpringConfigurations|Spring Configurations]]
+
*Websphere
 +
*Weblogic
 +
*JBoss
  
 
== Embedded Usage<br>  ==
 
== Embedded Usage<br>  ==
Line 31: Line 34:
 
*[[Stardust/Knowledge Base/Web Service API|Web Service API Examples]]
 
*[[Stardust/Knowledge Base/Web Service API|Web Service API Examples]]
  
== [[Stardust/Knowledge_Base/Build_and_Change_Management|Build and Change Management]]  ==
+
== [[Stardust/Knowledge Base/Build and Change Management|Build and Change Management]]  ==
  
 
*[[STP/Stardust/KnowledgeBase/BuildChangeMgmt/UtilityProjects|Utility Projects]]  
 
*[[STP/Stardust/KnowledgeBase/BuildChangeMgmt/UtilityProjects|Utility Projects]]  
*[[Stardust/Knowledge_Base/Build_and_Change_Management/Maven|Maven]]  
+
*[[Stardust/Knowledge Base/Build and Change Management/Maven|Maven]]  
 
*[[STP/Stardust/KnowledgeBase/BuildChangeMgmt/Ant|Ant]]  
 
*[[STP/Stardust/KnowledgeBase/BuildChangeMgmt/Ant|Ant]]  
 
*[[STP/Stardust/KnowledgeBase/BuildChangeMgmt/Ivy|Ivy]]<br>
 
*[[STP/Stardust/KnowledgeBase/BuildChangeMgmt/Ivy|Ivy]]<br>

Revision as of 23:36, 7 March 2012

Please see the Formatting Guidelines before adding content.

Essential Resources

Getting Started

Customization

Deployment Scenarios

Embedded Usage

Build and Change Management

Integration

Modelling

Infrastructure, System Administration & Maintenance

Performance Tuning

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.


Back to the top