From Fedora Project Wiki

(Page creation)
 
m (Add JRuby)
 
(33 intermediate revisions by 4 users not shown)
Line 3: Line 3:
This is the brainstorming area for text for a flyer focused on AS 7 in F17.  
This is the brainstorming area for text for a flyer focused on AS 7 in F17.  


=== JBoss AS 7 in Fedora ===
{{admon/important|Where did the Getting Started section go?|The text on this page is currently being used to produce a 5x7 postcard. The getting started commands were moved to a [[Getting_started_with_JBossAS7_in_Fedora|new wikipage]] and will soon be linked to other appropriate pages. Please continue to add to and edit the Getting Started with JBoss AS 7 page.}}


Fedora 17 provides a robust Java application development environment and JBoss AS 7, one of the most popular Java application servers.
=== Java and JBoss AS 7 on Fedora ===


JBoss AS 7 is a fast, lightweight open source application server. Fedora 17 currently supports the web profile of AS 7 and plans to implement the full profile soon.
Fedora 17 provides a comprehensive Java application development suite featuring Java 7, JBoss Application Server (AS) 7, Eclipse 4, Apache Maven 3, Apache Ant 1.8, Groovy 1.8, Scala 2.9, Clojure 1.4, JRuby 1.6 and Thermostat.


=== JBoss AS 7 ===
JBoss AS 7 is a fast and lightweight Java EE 6 application server and OSGi runtime. JBoss AS is the most widely adopted open source Java EE implementation.


Benefits of AS7 on Fedora
* Composed of best of breed open source components, including Hibernate, Infinispan, JGroups, JBoss Modules and Weld.
1. Blazing fast start up times, curtesy of a highly optimized boot process and concurrent service loading.
* Blazing fast start up attributed to a highly optimized boot process, concurrent classloading and concurrent service coordinator.
2. Classloading done right. AS 7 provide trues application isolation. It hides server implementation classes from the application and only loads the classes your application needs. Modules, packaged as collections of classes, are peers that remain isolated unless explicitly defined as a dependency of another module. Visibility rules have sensible defaults, yet can be customized.
* Classloading done right. Showcases a preview of Java modularity to attain true application isolation. Hides server implementation classes from the application and only loads classes your application needs.
3. Lightweight and scalable due to aggressive menory management.
* Lightweight and scalable as a result of an aggressive memory management policy.
4. User-focused, centralized configuration that unifies the application servers management.
* User-focused, centralized administration. Manage a multi-server topology (domain mode) or an independent, development server (standalone mode) from a single control point.
5. Test your applications with ease. AS 7 is integrated with Arquillian. Arquillian, a component model for integration tests that execute inside the real runtime environment, enables you to write tests for just about any use case your application encounters.
* Thoroughly tested with Arquillian, a component model for creating robust tests that execute inside the server runtime.
* Java EE 6 (Web and Full Profile) and OSGi compliant (Fedora packages not yet certified)


By packaging JBoss AS 7, Fedora now provides one of the most popular Java application servers. Fedora also provides one of the most robust application development environments.
=== New in Fedora 17 ===


Strict Compliance
* Java 7 runtime (JRE) and development tools (JDK) provided by OpenJDK 1.7.0, the open-source reference implementation of Java
* JBoss Application Server (Web Profile minus JPA 2, standalone mode only) makes its debut as an official Fedora package (jboss-as)
* Add-ons to the Web Profile such as the Java Messaging Service (JMS) provided by HornetQ
* A systemd system service (jboss-as) to control a standalone mode instance of JBoss AS
* A commandline interface (jboss-cli) to the JBoss AS management console
* A script (jboss-add-user) to create management and application users for JBoss AS
* A script (jboss-as-cp) to create a unique instance (i.e., server configuration) of JBoss AS in userspace
* JBoss AS container adapters and a JMX-based test protocol for the Arquillian testing platform (in testing)
* Apache Maven 3 (mvn), with optional resolution of system jar files (mvn-local), and an integration with rpmbuild (mvn-rpmbuild)
* Early release of the Eclipse 4.2 (Juno) Platform and Java IDE
* Thermostat monitoring and instrumentation tool for the Hotspot JVM, with support for monitoring multiple JVMs on multiple hosts
* Additional JBoss development tools being packaged for the GSoC project to create a Fedora JBoss Spin
* Groovy (added in Fedora 16)


JBoss has always been committed to application portability to prevent vendor lock-in. That's why we've made AS 7 Java EE 6 Full Profile certified. But we didn't stop there!
=== Get started with JBoss AS 7 and Fedora ===


AS 7 boasts an internal test suite based on Arquillian that achieves even more strict compliance to the portability expectations of our community of users.
* [http://fedoraproject.org/wiki/Getting_started_with_JBossAS7_in_Fedora fedoraproject.org/wiki/Getting_started_with_JBossAS7_in_Fedora]
* [http://jboss.org/as7 jboss.org/as7]
* [http://fedoraproject.org fedoraproject.org]


As long as your application is Java EE compliant, you should expect it to run on AS 7. If you can't, it may be an indication that your application has portability problems.
=== Get involved with the Fedora Java SIG ===


=== Get started with AS 7 in Fedora ===
* [http://fedoraproject.org/wiki/SIGs/Java fedoraproject.org/wiki/SIGs/Java]
In the terminal, install JBoss AS 7 using yum
* [http://fedoraproject.org/wiki/Fedora-JBoss-Spin fedoraproject.org/wiki/Fedora-JBoss-Spin]
sudo yum install jboss-as
Start the JBoss AS 7 service
sudo service jboss-as service
 
Key commands
 
Additional application development tools on Fedora
Virtual machines
Eclipse
Cloud stacks
 
More info

Latest revision as of 00:37, 5 July 2012

JBoss AS 7 in Fedora Marketing Flyer

This is the brainstorming area for text for a flyer focused on AS 7 in F17.

Important.png
Where did the Getting Started section go?
The text on this page is currently being used to produce a 5x7 postcard. The getting started commands were moved to a new wikipage and will soon be linked to other appropriate pages. Please continue to add to and edit the Getting Started with JBoss AS 7 page.

Java and JBoss AS 7 on Fedora

Fedora 17 provides a comprehensive Java application development suite featuring Java 7, JBoss Application Server (AS) 7, Eclipse 4, Apache Maven 3, Apache Ant 1.8, Groovy 1.8, Scala 2.9, Clojure 1.4, JRuby 1.6 and Thermostat.

JBoss AS 7 is a fast and lightweight Java EE 6 application server and OSGi runtime. JBoss AS is the most widely adopted open source Java EE implementation.

  • Composed of best of breed open source components, including Hibernate, Infinispan, JGroups, JBoss Modules and Weld.
  • Blazing fast start up attributed to a highly optimized boot process, concurrent classloading and concurrent service coordinator.
  • Classloading done right. Showcases a preview of Java modularity to attain true application isolation. Hides server implementation classes from the application and only loads classes your application needs.
  • Lightweight and scalable as a result of an aggressive memory management policy.
  • User-focused, centralized administration. Manage a multi-server topology (domain mode) or an independent, development server (standalone mode) from a single control point.
  • Thoroughly tested with Arquillian, a component model for creating robust tests that execute inside the server runtime.
  • Java EE 6 (Web and Full Profile) and OSGi compliant (Fedora packages not yet certified)

New in Fedora 17

  • Java 7 runtime (JRE) and development tools (JDK) provided by OpenJDK 1.7.0, the open-source reference implementation of Java
  • JBoss Application Server (Web Profile minus JPA 2, standalone mode only) makes its debut as an official Fedora package (jboss-as)
  • Add-ons to the Web Profile such as the Java Messaging Service (JMS) provided by HornetQ
  • A systemd system service (jboss-as) to control a standalone mode instance of JBoss AS
  • A commandline interface (jboss-cli) to the JBoss AS management console
  • A script (jboss-add-user) to create management and application users for JBoss AS
  • A script (jboss-as-cp) to create a unique instance (i.e., server configuration) of JBoss AS in userspace
  • JBoss AS container adapters and a JMX-based test protocol for the Arquillian testing platform (in testing)
  • Apache Maven 3 (mvn), with optional resolution of system jar files (mvn-local), and an integration with rpmbuild (mvn-rpmbuild)
  • Early release of the Eclipse 4.2 (Juno) Platform and Java IDE
  • Thermostat monitoring and instrumentation tool for the Hotspot JVM, with support for monitoring multiple JVMs on multiple hosts
  • Additional JBoss development tools being packaged for the GSoC project to create a Fedora JBoss Spin
  • Groovy (added in Fedora 16)

Get started with JBoss AS 7 and Fedora

Get involved with the Fedora Java SIG