You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/12/20 11:55:01 UTC

[jira] Created: (OWB-507) our samples should be prepared for EE as default

our samples should be prepared for EE as default
------------------------------------------------

                 Key: OWB-507
                 URL: https://issues.apache.org/jira/browse/OWB-507
             Project: OpenWebBeans
          Issue Type: Improvement
    Affects Versions: 1.0.0
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.1.0


We should not pack fully blown standalone tomcat WARs but instead generate EE WARs per default.

This has a few benefits

a) we must not _distribute_ a few of our dependencies without further NOTICE bundling and processing
b) our WARs are unnecessarily fat
c) our binary distribution is unnecessarily fat

Of course, our samples should still be able to generate those results by using a 'jetty' or 'tomcat' profile. So all I gonna do is to change the _default_ bundling!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (OWB-507) our samples should be prepared for EE as default

Posted by Rohit Kelapure <ke...@gmail.com>.
I like this change.
This makes it easier to consume OWB samples by other JEE servers.

--Thanks,
Rohit



On Mon, Dec 20, 2010 at 11:14 AM, Mark Struberg (JIRA) <ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/OWB-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Mark Struberg resolved OWB-507.
> -------------------------------
>
>    Resolution: Fixed
>
>> our samples should be prepared for EE as default
>> ------------------------------------------------
>>
>>                 Key: OWB-507
>>                 URL: https://issues.apache.org/jira/browse/OWB-507
>>             Project: OpenWebBeans
>>          Issue Type: Improvement
>>    Affects Versions: 1.0.0
>>            Reporter: Mark Struberg
>>            Assignee: Mark Struberg
>>             Fix For: 1.1.0
>>
>>
>> We should not pack fully blown standalone tomcat WARs but instead generate EE WARs per default.
>> This has a few benefits
>> a) we must not _distribute_ a few of our dependencies without further NOTICE bundling and processing
>> b) our WARs are unnecessarily fat
>> c) our binary distribution is unnecessarily fat
>> Of course, our samples should still be able to generate those results by using a 'jetty' or 'tomcat' profile. So all I gonna do is to change the _default_ bundling!
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Resolved: (OWB-507) our samples should be prepared for EE as default

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-507.
-------------------------------

    Resolution: Fixed

> our samples should be prepared for EE as default
> ------------------------------------------------
>
>                 Key: OWB-507
>                 URL: https://issues.apache.org/jira/browse/OWB-507
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.1.0
>
>
> We should not pack fully blown standalone tomcat WARs but instead generate EE WARs per default.
> This has a few benefits
> a) we must not _distribute_ a few of our dependencies without further NOTICE bundling and processing
> b) our WARs are unnecessarily fat
> c) our binary distribution is unnecessarily fat
> Of course, our samples should still be able to generate those results by using a 'jetty' or 'tomcat' profile. So all I gonna do is to change the _default_ bundling!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OWB-507) our samples should be prepared for EE as default

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973250#action_12973250 ] 

Mark Struberg commented on OWB-507:
-----------------------------------

please note that you can still run jetty via 

$> mvn clean install -Pjetty jetty:run

and the WAR generated with the jetty profile also runs on tomcat.


> our samples should be prepared for EE as default
> ------------------------------------------------
>
>                 Key: OWB-507
>                 URL: https://issues.apache.org/jira/browse/OWB-507
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.1.0
>
>
> We should not pack fully blown standalone tomcat WARs but instead generate EE WARs per default.
> This has a few benefits
> a) we must not _distribute_ a few of our dependencies without further NOTICE bundling and processing
> b) our WARs are unnecessarily fat
> c) our binary distribution is unnecessarily fat
> Of course, our samples should still be able to generate those results by using a 'jetty' or 'tomcat' profile. So all I gonna do is to change the _default_ bundling!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.