Re: new IBM book: Using WASCE 2.1

2009-03-06 Thread Shawn Jiang
" there is code that examines the class using reflection and adds all
the operations. "

Can you point out where is the code you mentioned so that we can add
it to the GBean introduction topic ?

On Fri, Mar 6, 2009 at 3:45 PM, David Jencks  wrote:
>
> On Mar 5, 2009, at 5:59 PM, Shawn Jiang wrote:
>
>> In the traditional GBean, we could use:
>>
>>       infoFactory.addOperation("isStarted", "String");
>>
>> to expose a method of GBean, I'm asking if there is corresponding
>> annotation way to expose a method.
>
> addOperation is not necessary any more because there is code that examines
> the class using reflection and adds all the operations.  This code works
> just as well if you are using annotations :-)
>
> thanks
> david jencks
>
>>
>>
>>
>> On Thu, Mar 5, 2009 at 5:05 PM, David Jencks 
>> wrote:
>>>
>>> On Mar 5, 2009, at 12:45 AM, Shawn Jiang wrote:
>>>
 Does anyone known how to define the GBean method in annotation way of
 geronimo 2.2 ?

 I could not find any info about this in:
 http://cwiki.apache.org/GMOxDEV/gbean-annotations.html
>>>
>>> I'm not sure what you are asking.  You don't need a getGBeanInfo() static
>>> method if you are using annotations.
>>>
>>> The DEV article leaves out:
>>>
>>> you can specify the j2eeType of the gbean in the @GBean annotation and I
>>> think the priority
>>>
>>> the @Persistent and @Reference annotations on setter methods are like
>>> specifying attributes and references in the gbean info builder.
>>>
>>> I've been gradually converting gbeans to use the annotations but have not
>>> yet used the @Persistent and @Reference annotations.
>>>
>>> Some more examples are in the plugin farm clustering code and various
>>> places
>>> in the kernel.
>>>
>>> I guess we should move this page into the 2.2. docs
>>>
>>> thanks
>>> david jencks
>>>


 On Thu, Mar 5, 2009 at 4:39 PM, Ying Tang 
 wrote:
>
> Hi Juergen,
>
> Thanks for your suggestion.  I made some changes  and added a "GBean
> methods" section:
>
>
>
> http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html
>
> Any comment  is appreciated.
>
>
> Best  Wishes,
>
> Sophia
>
>
> 2009/3/5 Juergen Weber 
>>
>> Hi Sophia,
>>
>> I'd suggest you also write (the for me formerly non-obvious points
>> ;-):
>>
>> - a gbean consists of classes in a jar + plan
>> - you deploy both
>> - infoFactory.addAttribute("port"  relates to 
>> - infoFactory.addOperation names the user methods you can call
>> - how do you call an operation?
>>  ->
>>
>>
>>
>> http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
>> - how do you put a GBean into JNDI
>>  ->
>>
>>
>>
>> http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
>>
>> Thanks,
>> Juergen
>>
>>
>>
>> Sophia Tang wrote:
>>>
>>> Thanks Radim for your suggestion.
>>>
>>> A  topic named "Developing and Deploying a Geronimo
>>>
>>>
>>>
>>> GBean
>>> " has been added to the
>>>
>>>
>>>
>>> referencesection
>>> in Geronimo 2.2 documentation wiki:
>>>
>>>
>>>
>>>
>>> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
>>>
>>>
>>>
>>> Any of your comments is welcome.
>>>
>>>
>>> Best Regards,
>>>
>>>
>>> Ying Tang
>>
>>
>> --
>> View this message in context:
>>
>>
>> http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
>> Sent from the Apache Geronimo - Users mailing list archive at
>> Nabble.com.
>>
>
>



 --
 Thanks,
 Shawn
>>>
>>>
>>
>>
>>
>> --
>> Shawn
>
>



-- 
Shawn


Re: new IBM book: Using WASCE 2.1

2009-03-05 Thread David Jencks


On Mar 5, 2009, at 5:59 PM, Shawn Jiang wrote:


In the traditional GBean, we could use:

   infoFactory.addOperation("isStarted", "String");

to expose a method of GBean, I'm asking if there is corresponding
annotation way to expose a method.


addOperation is not necessary any more because there is code that  
examines the class using reflection and adds all the operations.  This  
code works just as well if you are using annotations :-)


thanks
david jencks





On Thu, Mar 5, 2009 at 5:05 PM, David Jencks  
 wrote:


On Mar 5, 2009, at 12:45 AM, Shawn Jiang wrote:

Does anyone known how to define the GBean method in annotation way  
of

geronimo 2.2 ?

I could not find any info about this in:
http://cwiki.apache.org/GMOxDEV/gbean-annotations.html


I'm not sure what you are asking.  You don't need a getGBeanInfo()  
static

method if you are using annotations.

The DEV article leaves out:

you can specify the j2eeType of the gbean in the @GBean annotation  
and I

think the priority

the @Persistent and @Reference annotations on setter methods are like
specifying attributes and references in the gbean info builder.

I've been gradually converting gbeans to use the annotations but  
have not

yet used the @Persistent and @Reference annotations.

Some more examples are in the plugin farm clustering code and  
various places

in the kernel.

I guess we should move this page into the 2.2. docs

thanks
david jencks




On Thu, Mar 5, 2009 at 4:39 PM, Ying Tang   
wrote:


Hi Juergen,

Thanks for your suggestion.  I made some changes  and added a  
"GBean

methods" section:


http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html

Any comment  is appreciated.


Best  Wishes,

Sophia


2009/3/5 Juergen Weber 


Hi Sophia,

I'd suggest you also write (the for me formerly non-obvious  
points ;-):


- a gbean consists of classes in a jar + plan
- you deploy both
- infoFactory.addAttribute("port"  relates to name="port">

- infoFactory.addOperation names the user methods you can call
- how do you call an operation?
 ->


http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
- how do you put a GBean into JNDI
 ->


http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410

Thanks,
Juergen



Sophia Tang wrote:


Thanks Radim for your suggestion.

A  topic named "Developing and Deploying a Geronimo


GBean

" has been added to the


referencesection

in Geronimo 2.2 documentation wiki:



http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean



Any of your comments is welcome.


Best Regards,


Ying Tang



--
View this message in context:

http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
Sent from the Apache Geronimo - Users mailing list archive at
Nabble.com.








--
Thanks,
Shawn







--
Shawn




Re: new IBM book: Using WASCE 2.1

2009-03-05 Thread Shawn Jiang
In the traditional GBean, we could use:

infoFactory.addOperation("isStarted", "String");

to expose a method of GBean, I'm asking if there is corresponding
annotation way to expose a method.


On Thu, Mar 5, 2009 at 5:05 PM, David Jencks  wrote:
>
> On Mar 5, 2009, at 12:45 AM, Shawn Jiang wrote:
>
>> Does anyone known how to define the GBean method in annotation way of
>> geronimo 2.2 ?
>>
>> I could not find any info about this in:
>> http://cwiki.apache.org/GMOxDEV/gbean-annotations.html
>
> I'm not sure what you are asking.  You don't need a getGBeanInfo() static
> method if you are using annotations.
>
> The DEV article leaves out:
>
> you can specify the j2eeType of the gbean in the @GBean annotation and I
> think the priority
>
> the @Persistent and @Reference annotations on setter methods are like
> specifying attributes and references in the gbean info builder.
>
> I've been gradually converting gbeans to use the annotations but have not
> yet used the @Persistent and @Reference annotations.
>
> Some more examples are in the plugin farm clustering code and various places
> in the kernel.
>
> I guess we should move this page into the 2.2. docs
>
> thanks
> david jencks
>
>>
>>
>> On Thu, Mar 5, 2009 at 4:39 PM, Ying Tang  wrote:
>>>
>>> Hi Juergen,
>>>
>>> Thanks for your suggestion.  I made some changes  and added a "GBean
>>> methods" section:
>>>
>>>
>>> http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html
>>>
>>> Any comment  is appreciated.
>>>
>>>
>>> Best  Wishes,
>>>
>>> Sophia
>>>
>>>
>>> 2009/3/5 Juergen Weber 

 Hi Sophia,

 I'd suggest you also write (the for me formerly non-obvious points ;-):

 - a gbean consists of classes in a jar + plan
 - you deploy both
 - infoFactory.addAttribute("port"  relates to 
 - infoFactory.addOperation names the user methods you can call
 - how do you call an operation?
  ->


 http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
 - how do you put a GBean into JNDI
  ->


 http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410

 Thanks,
 Juergen



 Sophia Tang wrote:
>
> Thanks Radim for your suggestion.
>
> A  topic named "Developing and Deploying a Geronimo
>
>
> GBean
> " has been added to the
>
>
> referencesection
> in Geronimo 2.2 documentation wiki:
>
>
>
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
>
>
>
> Any of your comments is welcome.
>
>
> Best Regards,
>
>
> Ying Tang


 --
 View this message in context:

 http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
 Sent from the Apache Geronimo - Users mailing list archive at
 Nabble.com.

>>>
>>>
>>
>>
>>
>> --
>> Thanks,
>> Shawn
>
>



-- 
Shawn


Re: new IBM book: Using WASCE 2.1

2009-03-05 Thread Ying Tang
Hi all,

I will draft a GBean
annotations
page under GBeans  in
Geronimo 2.2 docs, starting from what we have in Geronimo DEV.

Best  Regards,

Ying Tang



2009/3/5 David Jencks 

>
> On Mar 5, 2009, at 12:45 AM, Shawn Jiang wrote:
>
>  Does anyone known how to define the GBean method in annotation way of
>> geronimo 2.2 ?
>>
>> I could not find any info about this in:
>> http://cwiki.apache.org/GMOxDEV/gbean-annotations.html
>>
>
> I'm not sure what you are asking.  You don't need a getGBeanInfo() static
> method if you are using annotations.
>
> The DEV article leaves out:
>
> you can specify the j2eeType of the gbean in the @GBean annotation and I
> think the priority
>
> the @Persistent and @Reference annotations on setter methods are like
> specifying attributes and references in the gbean info builder.
>
> I've been gradually converting gbeans to use the annotations but have not
> yet used the @Persistent and @Reference annotations.
>
> Some more examples are in the plugin farm clustering code and various
> places in the kernel.
>
> I guess we should move this page into the 2.2. docs
>
> thanks
> david jencks
>
>
>
>>
>> On Thu, Mar 5, 2009 at 4:39 PM, Ying Tang  wrote:
>>
>>> Hi Juergen,
>>>
>>> Thanks for your suggestion.  I made some changes  and added a "GBean
>>> methods" section:
>>>
>>>
>>> http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html
>>>
>>> Any comment  is appreciated.
>>>
>>>
>>> Best  Wishes,
>>>
>>> Sophia
>>>
>>>
>>> 2009/3/5 Juergen Weber 
>>>

 Hi Sophia,

 I'd suggest you also write (the for me formerly non-obvious points ;-):

 - a gbean consists of classes in a jar + plan
 - you deploy both
 - infoFactory.addAttribute("port"  relates to 
 - infoFactory.addOperation names the user methods you can call
 - how do you call an operation?
  ->


 http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
 - how do you put a GBean into JNDI
  ->


 http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410

 Thanks,
 Juergen



 Sophia Tang wrote:

>
> Thanks Radim for your suggestion.
>
> A  topic named "Developing and Deploying a Geronimo
>
> GBea<
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
> >n
> " has been added to the
>
> reference<
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Reference>section
> in Geronimo 2.2 documentation wiki:
>
>
>
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
>
>
>
> Any of your comments is welcome.
>
>
> Best Regards,
>
>
> Ying Tang
>


 --
 View this message in context:

 http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
 Sent from the Apache Geronimo - Users mailing list archive at
 Nabble.com.


>>>
>>>
>>
>>
>> --
>> Thanks,
>> Shawn
>>
>
>


Re: new IBM book: Using WASCE 2.1

2009-03-05 Thread David Jencks


On Mar 5, 2009, at 12:45 AM, Shawn Jiang wrote:


Does anyone known how to define the GBean method in annotation way of
geronimo 2.2 ?

I could not find any info about this in:
http://cwiki.apache.org/GMOxDEV/gbean-annotations.html


I'm not sure what you are asking.  You don't need a getGBeanInfo()  
static method if you are using annotations.


The DEV article leaves out:

you can specify the j2eeType of the gbean in the @GBean annotation and  
I think the priority


the @Persistent and @Reference annotations on setter methods are like  
specifying attributes and references in the gbean info builder.


I've been gradually converting gbeans to use the annotations but have  
not yet used the @Persistent and @Reference annotations.


Some more examples are in the plugin farm clustering code and various  
places in the kernel.


I guess we should move this page into the 2.2. docs

thanks
david jencks




On Thu, Mar 5, 2009 at 4:39 PM, Ying Tang   
wrote:

Hi Juergen,

Thanks for your suggestion.  I made some changes  and added a "GBean
methods" section:

http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html

Any comment  is appreciated.


Best  Wishes,

Sophia


2009/3/5 Juergen Weber 


Hi Sophia,

I'd suggest you also write (the for me formerly non-obvious  
points ;-):


- a gbean consists of classes in a jar + plan
- you deploy both
- infoFactory.addAttribute("port"  relates to name="port">

- infoFactory.addOperation names the user methods you can call
- how do you call an operation?
 ->

http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
- how do you put a GBean into JNDI
 ->

http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410

Thanks,
Juergen



Sophia Tang wrote:


Thanks Radim for your suggestion.

A  topic named "Developing and Deploying a Geronimo

GBean

" has been added to the

referencesection

in Geronimo 2.2 documentation wiki:


http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean



Any of your comments is welcome.


Best Regards,


Ying Tang



--
View this message in context:
http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
Sent from the Apache Geronimo - Users mailing list archive at  
Nabble.com.









--
Thanks,
Shawn




Re: new IBM book: Using WASCE 2.1

2009-03-05 Thread Shawn Jiang
Does anyone known how to define the GBean method in annotation way of
geronimo 2.2 ?

I could not find any info about this in:
http://cwiki.apache.org/GMOxDEV/gbean-annotations.html

On Thu, Mar 5, 2009 at 4:39 PM, Ying Tang  wrote:
> Hi Juergen,
>
> Thanks for your suggestion.  I made some changes  and added a "GBean
> methods" section:
>
> http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html
>
> Any comment  is appreciated.
>
>
> Best  Wishes,
>
> Sophia
>
>
> 2009/3/5 Juergen Weber 
>>
>> Hi Sophia,
>>
>> I'd suggest you also write (the for me formerly non-obvious points ;-):
>>
>> - a gbean consists of classes in a jar + plan
>> - you deploy both
>> - infoFactory.addAttribute("port"  relates to 
>> - infoFactory.addOperation names the user methods you can call
>> - how do you call an operation?
>>  ->
>>
>> http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
>> - how do you put a GBean into JNDI
>>  ->
>>
>> http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
>>
>> Thanks,
>> Juergen
>>
>>
>>
>> Sophia Tang wrote:
>> >
>> > Thanks Radim for your suggestion.
>> >
>> > A  topic named "Developing and Deploying a Geronimo
>> >
>> > GBean
>> > " has been added to the
>> >
>> > referencesection
>> > in Geronimo 2.2 documentation wiki:
>> >
>> >
>> > http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
>> >
>> >
>> >
>> > Any of your comments is welcome.
>> >
>> >
>> > Best Regards,
>> >
>> >
>> > Ying Tang
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
>> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>>
>
>



-- 
Thanks,
Shawn


Re: new IBM book: Using WASCE 2.1

2009-03-05 Thread Ying Tang
Hi Juergen,

Thanks for your suggestion.  I made some changes  and added a "GBean
methods" section:

http://cwiki.apache.org/GMOxDOC22/developing-and-deploying-a-geronimo-gbean.html

Any comment  is appreciated.


Best  Wishes,

Sophia


2009/3/5 Juergen Weber 

>
> Hi Sophia,
>
> I'd suggest you also write (the for me formerly non-obvious points ;-):
>
> - a gbean consists of classes in a jar + plan
> - you deploy both
> - infoFactory.addAttribute("port"  relates to 
> - infoFactory.addOperation names the user methods you can call
> - how do you call an operation?
>  ->
>
> http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
> - how do you put a GBean into JNDI
>  ->
>
> http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
>
> Thanks,
> Juergen
>
>
>
> Sophia Tang wrote:
> >
> > Thanks Radim for your suggestion.
> >
> > A  topic named "Developing and Deploying a Geronimo
> > GBea<
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
> >n
> > " has been added to the
> > reference >section
> > in Geronimo 2.2 documentation wiki:
> >
> >
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
> >
> >
> >
> > Any of your comments is welcome.
> >
> >
> > Best Regards,
> >
> >
> > Ying Tang
>
>
> --
> View this message in context:
> http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>


Re: new IBM book: Using WASCE 2.1

2009-03-04 Thread Juergen Weber

Hi Sophia,

I'd suggest you also write (the for me formerly non-obvious points ;-):

- a gbean consists of classes in a jar + plan
- you deploy both
- infoFactory.addAttribute("port"  relates to 
- infoFactory.addOperation names the user methods you can call
- how do you call an operation?
 ->
http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410
- how do you put a GBean into JNDI
  ->
http://www.nabble.com/How-do-you-access-a-GBean-via-JNDI--td21621410s134.html#a21621410

Thanks,
Juergen



Sophia Tang wrote:
> 
> Thanks Radim for your suggestion.
> 
> A  topic named "Developing and Deploying a Geronimo
> GBean
> " has been added to the
> referencesection
> in Geronimo 2.2 documentation wiki:
> 
> http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean
> 
> 
> 
> Any of your comments is welcome.
> 
> 
> Best Regards,
> 
> 
> Ying Tang


-- 
View this message in context: 
http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22334640.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: new IBM book: Using WASCE 2.1

2009-03-03 Thread Ying Tang
Thanks Radim for your suggestion.

A  topic named "Developing and Deploying a Geronimo
GBean
" has been added to the
referencesection
in Geronimo 2.2 documentation wiki:

http://cwiki.apache.org/confluence/display/GMOxDOC22/Developing+and+Deploying+a+Geronimo+GBean



Any of your comments is welcome.


Best Regards,


Ying Tang

2009/2/22 Radim Kolar 

>
> Yes, its pretty good to have good cookbook for Geronimo. I think biggest
> problem with Geronimo is lack of documentation for programmers. For example
> some deeper article about GBeans (making GBean based app and deploying it)
> would be very usefull for us.
>
>
> Juergen Weber wrote:
> >
> > There is a hot new (18 Februar 2009) book at IBM redbooks:
> >
> > Using WebSphere Application Server Community Edition 2.1
> >
> > http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html
> >
> > Thanks to the redbook team for great Geronimo documentation.
> >
> > Juergen
> >
>
> --
> View this message in context:
> http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22146192.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>


Re: new IBM book: Using WASCE 2.1

2009-02-28 Thread Lin Sun
Worked for me just took a bit longer to load.

Lin

On Fri, Feb 27, 2009 at 9:29 AM, chi runhua  wrote:
> Bill,  looks like www.wasce.org is not available yet. Could you take a look?
>
> Jeff Chi
>
> On Fri, Feb 27, 2009 at 12:30 AM, Bill Stoddard 
> wrote:
>>
>> Juergen Weber wrote:
>>>
>>> There is a hot new (18 Februar 2009) book at IBM redbooks:
>>>
>>> Using WebSphere Application Server Community Edition 2.1
>>>
>>> http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html
>>>
>>> Thanks to the redbook team for great Geronimo documentation.
>>>
>>> Juergen
>>>
>>>
>>>
>>
>> For those who are interested, WAS CE v2.1.1.1,  is based on the Geronimo
>> 2.1.3 Tomcat/Axis 2 assembly plus a number of additional patches from
>> Geronimo trunk.  Details of the additional patches in a CE release are
>> tracked in the CHANGES.txt file in the root of the CE install directory.
>>  Reproduced here:
>>
>> http://publib.boulder.ibm.com/wasce/changes/2111/CHANGES.txt
>>
>> Can find more useful info about CE at:
>> http://www.wasce.org/
>>
>>
>> Bill
>
>


Re: new IBM book: Using WASCE 2.1

2009-02-27 Thread chi runhua
Bill,  looks like www.wasce.org is not available yet. Could you take a look?

Jeff Chi

On Fri, Feb 27, 2009 at 12:30 AM, Bill Stoddard wrote:

> Juergen Weber wrote:
>
>> There is a hot new (18 Februar 2009) book at IBM redbooks:
>>
>> Using WebSphere Application Server Community Edition 2.1
>>
>> http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html
>>
>> Thanks to the redbook team for great Geronimo documentation.
>>
>> Juergen
>>
>>
>>
>>
> For those who are interested, WAS CE v2.1.1.1,  is based on the Geronimo
> 2.1.3 Tomcat/Axis 2 assembly plus a number of additional patches from
> Geronimo trunk.  Details of the additional patches in a CE release are
> tracked in the CHANGES.txt file in the root of the CE install directory.
>  Reproduced here:
>
> http://publib.boulder.ibm.com/wasce/changes/2111/CHANGES.txt
>
> Can find more useful info about CE at:
> http://www.wasce.org/
>
>
> Bill
>


Re: new IBM book: Using WASCE 2.1

2009-02-26 Thread Bill Stoddard

Juergen Weber wrote:

There is a hot new (18 Februar 2009) book at IBM redbooks:

Using WebSphere Application Server Community Edition 2.1

http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html

Thanks to the redbook team for great Geronimo documentation.

Juergen


  
For those who are interested, WAS CE v2.1.1.1,  is based on the Geronimo 
2.1.3 Tomcat/Axis 2 assembly plus a number of additional patches from 
Geronimo trunk.  Details of the additional patches in a CE release are 
tracked in the CHANGES.txt file in the root of the CE install 
directory.  Reproduced here:


http://publib.boulder.ibm.com/wasce/changes/2111/CHANGES.txt

Can find more useful info about CE at:
http://www.wasce.org/


Bill


Re: new IBM book: Using WASCE 2.1

2009-02-22 Thread Radim Kolar

Yes, its pretty good to have good cookbook for Geronimo. I think biggest
problem with Geronimo is lack of documentation for programmers. For example
some deeper article about GBeans (making GBean based app and deploying it)
would be very usefull for us.


Juergen Weber wrote:
> 
> There is a hot new (18 Februar 2009) book at IBM redbooks:
> 
> Using WebSphere Application Server Community Edition 2.1
> 
> http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html
> 
> Thanks to the redbook team for great Geronimo documentation.
> 
> Juergen
> 

-- 
View this message in context: 
http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22146192.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



new IBM book: Using WASCE 2.1

2009-02-20 Thread Juergen Weber

There is a hot new (18 Februar 2009) book at IBM redbooks:

Using WebSphere Application Server Community Edition 2.1

http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html

Thanks to the redbook team for great Geronimo documentation.

Juergen


-- 
View this message in context: 
http://www.nabble.com/new-IBM-book%3A-Using-WASCE-2.1-tp22117057s134p22117057.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.