Re: [osdcmy-public] Paper proposal

2010-05-18 Terurut Topik red1




We have got a good prototype of the OSGI for ADempiere already thanks
to Andreas Schmidt and Joerg Viola from those kuailoh country there.
I am trying it out and its all Java refactoring from here.. messy
work.. but once i slam the bugger in.. i am going to slaughter some
giant. And the rest of you just drool.

On 5/19/10 9:48 AM, Azrul MADISA wrote:
Salam Red1, 
Put something on the new OSGi stuff too
  
  
  On Tue, May 18, 2010 at 1:49 PM, red1 
wrote:
  It
is an ERP RAD Framework. The creator of Compiere, father of ADempiere
presented his ware as 'anything changes' where 90% changes are done
without coding in the core. Changes to Menu items, Role Access, Window
and Tabs and Columns and Field Types; Printformats Layout, Report
Process Params are done via metadata and not in code.
  
  

 





-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/
 
Facebook Fan page
 
http://www.facebook.com/group.php?gid=98685301577
 
http://www.facebook.com/OSDC.my
 
You received this message because you are subscribed to the Google
 
Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-18 Terurut Topik Azrul MADISA
Salam Red1,
Put something on the new OSGi stuff too


On Tue, May 18, 2010 at 1:49 PM, red1  wrote:

> It is an ERP RAD Framework. The creator of Compiere, father of ADempiere
> presented his ware as 'anything changes' where 90% changes are done without
> coding in the core. Changes to Menu items, Role Access, Window and Tabs and
> Columns and Field Types; Printformats Layout, Report Process Params are done
> via metadata and not in code.
>
>
> On 5/18/10 11:29 AM, CL Chow wrote:
>
>> Interesting! That sounds like an ERP framework :)
>>
>>
>>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-18 Terurut Topik red1
It is an ERP RAD Framework. The creator of Compiere, father of ADempiere 
presented his ware as 'anything changes' where 90% changes are done 
without coding in the core. Changes to Menu items, Role Access, Window 
and Tabs and Columns and Field Types; Printformats Layout, Report 
Process Params are done via metadata and not in code.


On 5/18/10 11:29 AM, CL Chow wrote:

Interesting! That sounds like an ERP framework :)




--
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-18 Terurut Topik red1

On 5/19/10 1:19 AM, Azrul MADISA wrote:

Hey, this is a repeate of last year's paper, tak aci :))

   
Well .. humans have to be told about 14 times before they get it into 
their heads. Get it?


--
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-18 Terurut Topik Azrul MADISA
Hey, this is a repeate of last year's paper, tak aci :))


On 5/18/10, red1  wrote:
> Azrul got me gatal, so i pun nak tunjuk paperlah:
>
> ADEMPIERE FOR SUPER-FAST ENTERPRISE APP DEVELOPMENT.
>
> EXTRACT
> 1. Just develop your model sql create statements - from 1 min to 1hour
> 2. Import into ADempiere - from 5 mins to 20 mins
> 3. Input data and generate reports - ON THE FLY
> 4. Prototype your business logic (learn here and continue at home)
> All CRUD, sign-on role access, Ajax and Java clients, and matured in 30
> languages with much more utils ready to go.
>
> Presented as a 2hour workshop lab workout.
>
> SAMPLE MODEL:
> a. Air flight Schedule checking system
> b. Create SCHEDULE - origin, destination, flight number
> c. Create BOOKING - customer, dateBooking, origin, destination, flight
> number, SeatNo.
> d. Create FLIGHT - flightNo, seatArray[30,6]
>
> BUSINESS LOGIC
> 1. Populate your Flight with seat nos, some Flight Schedules
> 2. When customer select origin, show the target available with flight
> and seat nos to choose from.
> 3. Upon confirmation print out the flight ticket.
>
> WORKSHOP TASKS:
> 1. Create the Models
> 2. Create some dynamic logic
> 3. Create some printformat
> Non source core coding but clever use of application dictionary.
>
> SKILL LEVEL
> 1. Intermediate Java, SQL and common-sense.
> 2. Stable-minded, not-bitchy and respectful of the Open Source Guru.
>
> On 5/17/10 6:30 PM, Azrul MADISA wrote:
>> Hi guys,
>>
>> It's been a long time since I've written anything here, been busy with
>> work (yup, I'm actually working for a change ). Anyway, i wanted to
>> propose a paper on latest and greatest news on the Java EE front +
>> OSGI stuff. I know that paper submission date is due (my bad), ais
>> there anyway I can still submit?
>>
>> Azrul
>> --
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-18 Terurut Topik Mohd Fazli Azran
Well Azrul see you at conf with you interest topic. Thank for the
submission.

On Tue, May 18, 2010 at 1:33 PM, Azrul MADISA  wrote:

> Submitted
>
> On Tue, May 18, 2010 at 11:41 AM, Harisfazillah Jamel <
> linuxmalay...@gmail.com> wrote:
>
> Azrul,
>
> Just submit it here.
>
> http://conf.oss.my/cfp.html
>
> I will look into it. Workshop style ok tak? 45 minutes
>
> On Mon, May 17, 2010 at 6:30 PM, Azrul MADISA 
> wrote:
> > Hi guys,
> >
> > It's been a long time since I've written anything here, been busy with
> work
> > (yup, I'm actually working for a change ). Anyway, i wanted to propose a
> > paper on latest and greatest news on the Java EE front + OSGI stuff. I
> know
> > that paper submission date is due (my bad), ais there anyway I can still
> > submit?
> >
> > Azrul
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>



-- 
Regards,
Mohd Fazli Azran

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik Azrul MADISA
Submitted

On Tue, May 18, 2010 at 11:41 AM, Harisfazillah Jamel <
linuxmalay...@gmail.com> wrote:

Azrul,

Just submit it here.

http://conf.oss.my/cfp.html

I will look into it. Workshop style ok tak? 45 minutes

On Mon, May 17, 2010 at 6:30 PM, Azrul MADISA  wrote:
> Hi guys,
>
> It's been a long time since I've written anything here, been busy with
work
> (yup, I'm actually working for a change ). Anyway, i wanted to propose a
> paper on latest and greatest news on the Java EE front + OSGI stuff. I
know
> that paper submission date is due (my bad), ais there anyway I can still
> submit?
>
> Azrul

--
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik Harisfazillah Jamel
Azrul,

Just submit it here.

http://conf.oss.my/cfp.html

I will look into it. Workshop style ok tak? 45 minutes

On Mon, May 17, 2010 at 6:30 PM, Azrul MADISA  wrote:
> Hi guys,
>
> It's been a long time since I've written anything here, been busy with work
> (yup, I'm actually working for a change ). Anyway, i wanted to propose a
> paper on latest and greatest news on the Java EE front + OSGI stuff. I know
> that paper submission date is due (my bad), ais there anyway I can still
> submit?
>
> Azrul

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik red1

Azrul got me gatal, so i pun nak tunjuk paperlah:

ADEMPIERE FOR SUPER-FAST ENTERPRISE APP DEVELOPMENT.

EXTRACT
1. Just develop your model sql create statements - from 1 min to 1hour
2. Import into ADempiere - from 5 mins to 20 mins
3. Input data and generate reports - ON THE FLY
4. Prototype your business logic (learn here and continue at home)
All CRUD, sign-on role access, Ajax and Java clients, and matured in 30 
languages with much more utils ready to go.


Presented as a 2hour workshop lab workout.

SAMPLE MODEL:
a. Air flight Schedule checking system
b. Create SCHEDULE - origin, destination, flight number
c. Create BOOKING - customer, dateBooking, origin, destination, flight 
number, SeatNo.

d. Create FLIGHT - flightNo, seatArray[30,6]

BUSINESS LOGIC
1. Populate your Flight with seat nos, some Flight Schedules
2. When customer select origin, show the target available with flight 
and seat nos to choose from.

3. Upon confirmation print out the flight ticket.

WORKSHOP TASKS:
1. Create the Models
2. Create some dynamic logic
3. Create some printformat
Non source core coding but clever use of application dictionary.

SKILL LEVEL
1. Intermediate Java, SQL and common-sense.
2. Stable-minded, not-bitchy and respectful of the Open Source Guru.

On 5/17/10 6:30 PM, Azrul MADISA wrote:

Hi guys,

It's been a long time since I've written anything here, been busy with 
work (yup, I'm actually working for a change ). Anyway, i wanted to 
propose a paper on latest and greatest news on the Java EE front + 
OSGI stuff. I know that paper submission date is due (my bad), ais 
there anyway I can still submit?


Azrul
--


--
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik CL Chow
Interesting! That sounds like an ERP framework :)


Regards,
CL Chow
"Please do not send me Microsoft Office/Apple iWork documents. Send
OpenDocument instead! http://fsf.org/campaigns/opendocument/";




On Tue, May 18, 2010 at 11:25 AM, red1  wrote:

> Azrul got me gatal, so i pun nak tunjuk paperlah:
>
> ADEMPIERE FOR SUPER-FAST ENTERPRISE APP DEVELOPMENT.
>
> EXTRACT
> 1. Just develop your model sql create statements - from 1 min to 1hour
> 2. Import into ADempiere - from 5 mins to 20 mins
> 3. Input data and generate reports - ON THE FLY
> 4. Prototype your business logic (learn here and continue at home)
> All CRUD, sign-on role access, Ajax and Java clients, and matured in 30
> languages with much more utils ready to go.
>
> Presented as a 2hour workshop lab workout.
>
> SAMPLE MODEL:
> a. Air flight Schedule checking system
> b. Create SCHEDULE - origin, destination, flight number
> c. Create BOOKING - customer, dateBooking, origin, destination, flight
> number, SeatNo.
> d. Create FLIGHT - flightNo, seatArray[30,6]
>
> BUSINESS LOGIC
> 1. Populate your Flight with seat nos, some Flight Schedules
> 2. When customer select origin, show the target available with flight and
> seat nos to choose from.
> 3. Upon confirmation print out the flight ticket.
>
> WORKSHOP TASKS:
> 1. Create the Models
> 2. Create some dynamic logic
> 3. Create some printformat
> Non source core coding but clever use of application dictionary.
>
> SKILL LEVEL
> 1. Intermediate Java, SQL and common-sense.
> 2. Stable-minded, not-bitchy and respectful of the Open Source Guru.
>
>
> On 5/17/10 6:30 PM, Azrul MADISA wrote:
>
>> Hi guys,
>>
>> It's been a long time since I've written anything here, been busy with
>> work (yup, I'm actually working for a change ). Anyway, i wanted to propose
>> a paper on latest and greatest news on the Java EE front + OSGI stuff. I
>> know that paper submission date is due (my bad), ais there anyway I can
>> still submit?
>>
>> Azrul
>> --
>>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik CL Chow
btw, I didn't heard much news on MOSC2010 after the IRC meeting few months
back. Anywhere I can find more details?

Regards,
CL Chow
"Please do not send me Microsoft Office/Apple iWork documents. Send
OpenDocument instead! http://fsf.org/campaigns/opendocument/";




On Tue, May 18, 2010 at 11:01 AM, Azrul MADISA  wrote:

> MOSC 2010
>
> On May 18, 2010 10:27 AM, "CL Chow"  wrote:
>
> When? Where?
>
>  Regards, CL Chow "Please do not send me Microsoft Office/Apple iWork
> documents. Send OpenDocument ...
>
> On Tue, May 18, 2010 at 9:39 AM, Azrul MADISA 
> wrote: > > Now you have to come...
>
> -- Join Open Source Developers Club Malaysia http://www.osdc.my/
> Facebook Fan page   http://www.f...
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik Azrul MADISA
MOSC 2010

On May 18, 2010 10:27 AM, "CL Chow"  wrote:

When? Where?

Regards, CL Chow "Please do not send me Microsoft Office/Apple iWork
documents. Send OpenDocument ...

On Tue, May 18, 2010 at 9:39 AM, Azrul MADISA  wrote:
> > Now you have to come...

-- Join Open Source Developers Club Malaysia http://www.osdc.my/   Facebook
Fan page   http://www.f...

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik CL Chow
When? Where?

Regards,
CL Chow
"Please do not send me Microsoft Office/Apple iWork documents. Send
OpenDocument instead! http://fsf.org/campaigns/opendocument/";




On Tue, May 18, 2010 at 9:39 AM, Azrul MADISA  wrote:

> Now you have to come to my talk la :))
>
>
> On Tue, May 18, 2010 at 6:26 AM, red1  wrote:
>
>> Ok, you got my tummy tucked in. Now what? Show laa the whole chick,and the
>> bike ! :)
>>
>>
>> On 5/17/10 11:43 PM, Azrul MADISA wrote:
>>
>>> My abstract:
>>>
>>> Java Enterprise Edition has been going through a mid-life crisis: it
>>> tries to stay young (and hip) despite its age. Just like any one
>>> having a mid-life crisis, they are easy to take advantage of. In this
>>> paper we will look how these features can be used and exploited to our
>>> own advantage. Provide it with a powerful motorbike, a lether jacket
>>> and a pair of shades (asynchronous processing, JBPM and Quartz) and
>>> you can't really tell its age nor the maturity it keeps on the back
>>> pocket just in case you need it.
>>>
>>>
>>
>> --
>> Join Open Source Developers Club Malaysia http://www.osdc.my/
>>
>> Facebook Fan page
>>
>> http://www.facebook.com/group.php?gid=98685301577
>>
>> http://www.facebook.com/OSDC.my
>>
>> You received this message because you are subscribed to the Google
>>
>> Groups "OSDC.my Mailing List" group.
>> To post to this group, send email to osdcmy-list@googlegroups.com
>> To unsubscribe from this group, send email to
>> osdcmy-list+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/osdcmy-list?hl=en
>>
>
>  --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik Azrul MADISA
Now you have to come to my talk la :))

On Tue, May 18, 2010 at 6:26 AM, red1  wrote:

> Ok, you got my tummy tucked in. Now what? Show laa the whole chick,and the
> bike ! :)
>
>
> On 5/17/10 11:43 PM, Azrul MADISA wrote:
>
>> My abstract:
>>
>> Java Enterprise Edition has been going through a mid-life crisis: it
>> tries to stay young (and hip) despite its age. Just like any one
>> having a mid-life crisis, they are easy to take advantage of. In this
>> paper we will look how these features can be used and exploited to our
>> own advantage. Provide it with a powerful motorbike, a lether jacket
>> and a pair of shades (asynchronous processing, JBPM and Quartz) and
>> you can't really tell its age nor the maturity it keeps on the back
>> pocket just in case you need it.
>>
>>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik red1
Ok, you got my tummy tucked in. Now what? Show laa the whole chick,and 
the bike ! :)


On 5/17/10 11:43 PM, Azrul MADISA wrote:

My abstract:

Java Enterprise Edition has been going through a mid-life crisis: it
tries to stay young (and hip) despite its age. Just like any one
having a mid-life crisis, they are easy to take advantage of. In this
paper we will look how these features can be used and exploited to our
own advantage. Provide it with a powerful motorbike, a lether jacket
and a pair of shades (asynchronous processing, JBPM and Quartz) and
you can't really tell its age nor the maturity it keeps on the back
pocket just in case you need it.
   


--
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik Azrul MADISA
My abstract:

Java Enterprise Edition has been going through a mid-life crisis: it
tries to stay young (and hip) despite its age. Just like any one
having a mid-life crisis, they are easy to take advantage of. In this
paper we will look how these features can be used and exploited to our
own advantage. Provide it with a powerful motorbike, a lether jacket
and a pair of shades (asynchronous processing, JBPM and Quartz) and
you can't really tell its age nor the maturity it keeps on the back
pocket just in case you need it.

On 5/17/10, red1  wrote:
> Entschuldigen!
>
> On 5/17/10 8:53 PM, CL Chow wrote:
>>
>> Bitte ;)
>>
>> Regards,
>> CL Chow
>> "Please do not send me Microsoft Office/Apple iWork documents. Send
>> OpenDocument instead! http://fsf.org/campaigns/opendocument/";
>
>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik red1





Entschuldigen!

On 5/17/10 8:53 PM, CL Chow wrote:
Bitte ;)
  
Regards,
CL Chow
"Please do not send me Microsoft Office/Apple iWork documents. Send
OpenDocument instead! http://fsf.org/campaigns/opendocument/"
  

 





-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/
 
Facebook Fan page
 
http://www.facebook.com/group.php?gid=98685301577
 
http://www.facebook.com/OSDC.my
 
You received this message because you are subscribed to the Google
 
Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik CL Chow
Bitte ;)

Regards,
CL Chow
"Please do not send me Microsoft Office/Apple iWork documents. Send
OpenDocument instead! http://fsf.org/campaigns/opendocument/";




On Mon, May 17, 2010 at 8:49 PM, red1  wrote:

> Can i take a look? I like to review for my project resource.
> Danke schon.
>
>
> On 5/17/10 6:30 PM, Azrul MADISA wrote:
>
>> Hi guys,
>>
>> It's been a long time since I've written anything here, been busy with
>> work (yup, I'm actually working for a change ). Anyway, i wanted to propose
>> a paper on latest and greatest news on the Java EE front + OSGI stuff. I
>> know that paper submission date is due (my bad), ais there anyway I can
>> still submit?
>>
>> Azrul
>>
>
> --
> Join Open Source Developers Club Malaysia http://www.osdc.my/
>
> Facebook Fan page
>
> http://www.facebook.com/group.php?gid=98685301577
>
> http://www.facebook.com/OSDC.my
>
> You received this message because you are subscribed to the Google
>
> Groups "OSDC.my Mailing List" group.
> To post to this group, send email to osdcmy-list@googlegroups.com
> To unsubscribe from this group, send email to
> osdcmy-list+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/osdcmy-list?hl=en
>

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Re: [osdcmy-public] Paper proposal

2010-05-17 Terurut Topik red1

Can i take a look? I like to review for my project resource.
Danke schon.

On 5/17/10 6:30 PM, Azrul MADISA wrote:

Hi guys,

It's been a long time since I've written anything here, been busy with 
work (yup, I'm actually working for a change ). Anyway, i wanted to 
propose a paper on latest and greatest news on the Java EE front + 
OSGI stuff. I know that paper submission date is due (my bad), ais 
there anyway I can still submit?


Azrul


--
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en


[osdcmy-public] Paper proposal

2010-05-17 Terurut Topik Azrul MADISA
Hi guys,

It's been a long time since I've written anything here, been busy with work
(yup, I'm actually working for a change ). Anyway, i wanted to propose a
paper on latest and greatest news on the Java EE front + OSGI stuff. I know
that paper submission date is due (my bad), ais there anyway I can still
submit?

Azrul

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to osdcmy-list@googlegroups.com
To unsubscribe from this group, send email to
osdcmy-list+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en