[jboss-as7-dev] AS7 documentation : Why are we referring it as JEE6 webprofile implementation and not JEE6 full implementation
Shelly McGowan
smcgowan at redhat.com
Wed Jul 6 07:54:52 EDT 2011
Dan,
Not sure if this is a question or not, but the Web Profile specification does allow inclusion of other technologies as seen in
the Web Profile Specification, section WP.2.2:
Optional Components
There are no optional components in the Web Profile.
Web Profile products may support some of the technologies present in the full
Java EE Platform and not already listed in Section WP.2.1, “Required
Components”, consistently with their compatibility requirements.
Shelly McGowan
JBoss, by Red Hat
----- Original Message -----
From: "Dan Allen" <dan.j.allen at gmail.com>
To: "Kabir Khan" <kabir.khan at jboss.com>
Cc: "JBoss AS7 Development" <jboss-as7-dev at lists.jboss.org>
Sent: Wednesday, July 6, 2011 1:15:58 AM
Subject: Re: [jboss-as7-dev] AS7 documentation : Why are we referring it as JEE6 webprofile implementation and not JEE6 full implementation
My understanding is that JAX-RS is also an additional service (although I strongly disagree with the EE 6 EG over the decision to exclude it).
Curiously, JAX-RS is included in the GlassFish Web Profile implementation, though not in the Resin Web Profile.
-Dan
On Fri, Jul 1, 2011 at 08:13, Kabir Khan < kabir.khan at jboss.com > wrote:
Seems to be jacorb, messaging and webservices:
[kabir ~/sourcecontrol/jboss-as7/git/jboss-as/build/src/main/resources/standalone/configuration]
$diff -u standalone.xml standalone-preview.xml
--- standalone.xml 2011-06-28 22:10:26.000000000 +0100
+++ standalone-preview.xml 2011-06-28 22:10:26.000000000 +0100
@@ -28,10 +28,12 @@
<extension module="org.jboss.as.deployment-scanner"/>
<extension module=" org.jboss.as.ee "/>
<extension module="org.jboss.as.ejb3"/>
+ <extension module="org.jboss.as.jacorb"/>
<extension module="org.jboss.as.jaxrs"/>
<extension module="org.jboss.as.jmx"/>
<extension module="org.jboss.as.jpa"/>
<extension module="org.jboss.as.logging"/>
+ <extension module="org.jboss.as.messaging"/>
<extension module="org.jboss.as.naming"/>
<extension module="org.jboss.as.osgi"/>
<extension module="org.jboss.as.remoting"/>
@@ -40,6 +42,7 @@
<extension module="org.jboss.as.threads"/>
<extension module="org.jboss.as.transactions"/>
<extension module="org.jboss.as.web" />
+ <extension module="org.jboss.as.webservices" />
<extension module="org.jboss.as.weld" />
</extensions>
On 1 Jul 2011, at 13:12, Pete Muir wrote:
> I think it's a good idea to list them out explicitly. I hope we will get people looking at this doc who have never seen Java EE 6 before.
>
> On 1 Jul 2011, at 13:08, Shelly McGowan wrote:
>
>>
>>
>> I had these techs listed out in an earlier version of the document and then replaced them with the references Vimal states below. I see Pete's change and will update to include what "extras" our Web Profile distribution will include.
>>
>> Shelly McGowan
>> JBoss, by Red Hat
>>
>> ----- Original Message -----
>> From: "Pete Muir" < pmuir at redhat.com >
>> To: "Kabir Khan" < kabir.khan at jboss.com >
>> Cc: "JBoss AS7 Development" < jboss-as7-dev at lists.jboss.org >
>> Sent: Friday, July 1, 2011 8:02:02 AM
>> Subject: Re: [jboss-as7-dev] AS7 documentation : Why are we referring it as JEE6 webprofile implementation and not JEE6 full implementation
>>
>> I added a tip to the Getting Started Guide on this. But I don't really know what is included in the "extras above the web profile" in AS7 - so someone needs to fill that in.
>>
>> On 1 Jul 2011, at 10:59, Kabir Khan wrote:
>>
>>> 7.1.0 will implement the full EE 6 spec
>>> On 1 Jul 2011, at 00:36, Vimal Kansal wrote:
>>>
>>>> Hi folks,
>>>>
>>>> I have been going through the various AS7 documentation tracks and invariably we are referring to AS7 as "implementation of JEE6 web profile" e.g at " https://docs.jboss.org/author/display/AS7/Getting+Started+Guide " the very second line reads " JBoss Application Server 7 (herein referred to as AS 7), is a fast, powerful, implementation of the Java EE 6 Web Profile specification" Similarly at https://docs.jboss.org/author/display/AS7/Introduction , the second line reads : " It will then introduce key features of the Java EE 6 (Web Profile) programming model, of which JBoss AS 7 is a certified implementation" .
>>>>
>>>> Does that mean AS7 is still "JEE6 web profile" implementation only? I will also suggest that in some documentation we also mention the list of specs as mandated by JEE6 to be supported for "web profile" and "full profile"
>>>>
>>>> Thx
>>>>
>>>> Vimal
>>>> _______________________________________________
>>>> jboss-as7-dev mailing list
>>>> jboss-as7-dev at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>>>
>>>
>>> _______________________________________________
>>> jboss-as7-dev mailing list
>>> jboss-as7-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>>
>>
>> _______________________________________________
>> jboss-as7-dev mailing list
>> jboss-as7-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
--
Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://www.google.com/profiles/dan.j.allen#about
http://mojavelinux.com
http://mojavelinux.com/seaminaction
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
More information about the jboss-as7-dev
mailing list