[Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

View: New views
7 Messages — Rating Filter:   Alert me  

[Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Joe Berkovitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

As you can see from the attached message, there is a lot of interest
from Macromedia (which was just merged with Adobe) in the actionscript
plugin.  So I have a couple of questions for you:

- what is the projected release timeframe for 1.0.3?

- would it be OK if Allurent or Adobe were to check out, build and make
available an interim snapshot distribution so that developers can get
started even before 1.0.3?  Or would it be better to take a 1.0.2
distribution and just add the plugin-actionscript JAR to it, to ensure
that no other plugins are broken?

Thanks...

...joe

Hi Joe,

I am the Adobe Labs Product Manager and I came across your e-mail within
the Flex 2 alpha newsgroup.  People on the Flex product team and my
peers on the Developer Relations team were so impressed with your plugin
that we would like to add it to the Labs Showcase Gallery within the
Labs Wiki.

http://labs.macromedia.com/wiki/index.php/Showcase

Do you happen to have a URL that we can link to that provides the
download/build information that you listed in your e-mail?

Daniel Taborga
Product Manager
Adobe Developer Relations

> -----Original Message-----
> From: Joe Berkovitz [mailto:joeb@...]
> Sent: Thursday, December 01, 2005 1:29 PM
> To: flex2_builder
> Subject: [flex2_builder] XDoclet2 plugin to create AS classes from
> Java classes
>
> Flex2 folks,
>
> I've written an XDoclet2 plugin that generates AS2 and AS3 classes
> based
>
> on javadoc -style annotations of Java classes, and it's been accepted
> into the open source XDoclet2 codebase.  It should be in the next
> public
>
> release of XDoclet2, which will be 1.0.3.  I'll announce this more
> widely (on flexcoders, at a minimum) when the release comes out.  But
> if
>
> anyone feels like messing around with it and maybe giving me some
> feedback, you can check a snapshot of XDoclet2 out of the maintainers
> CVS tree and build the thing with Maven.
>
> (XDoclet2 is an open source template-driven code generator geared to
> working from javadoc-style comment tags.  It's only partly superseded
> by
>
> Java 1.5, since the new Annotation features are just metadata, and do
> not provide code generation in and of themselves.)
>
> The plugin mainly handles serialized value objects (POJO
> JavaBeans) -- converting JavaBean properties into vars with the
> appropriate types, and
>
> also can convert Java constants into AS statics using reflection to
> get at the initializing expression.  It generates the right imports
> and superclass declarations (which was kind of a pain), but other than

> that it's really not very fancy.  No interfaces or stubs or any of
> that stuff.
>
> XDoclet can work as an Ant task, so it can be driven out of an
> external Ant Builder in Zorn.
>
> Docs:
> http://docs.codehaus.org/display/XDOCLET/Actionscript+plugin
>
> CVS:
> http://cvs.sourceforge.net/viewcvs.py/xdoclet-plugins/xdoclet-
> plugins/pl
> ugin-actionscript/
>
> ... .  .    .       .            j
>
> ______________________________________________________________
> __________
> ____________
> View/post via a browser:
> http://lyris.macromedia.com/read/?forum=flex2_builder
> Manage your account:  http://lyris.macromedia.com/read/my_account/
> View this discussion via a newsreader:  news://lyris.macromedia.com
>
> This email transaction, and any documents, files, or previous email
> message attached to it, are confidential and proprietary information
> of Macromedia, Inc.
>
> ______________________________________________________________
> ______________________
> View/post via a browser:  
> http://lyris.macromedia.com/read/?forum=%%list.name%%
> Manage your account:  http://lyris.macromedia.com/read/my_account/
> View this discussion via a newsreader:  news://lyris.macromedia.com
>
> This email transaction, and any documents, files, or previous email
> message attached to it, are confidential and proprietary information
> of Macromedia, Inc.
>



Re: [Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Grégory Joseph :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Joe,

On 05/12/05, Joe Berkovitz <joeb@...> wrote:
> Hi all,
>
> As you can see from the attached message, there is a lot of interest
> from Macromedia (which was just merged with Adobe) in the actionscript
> plugin.

Excellent !

>So I have a couple of questions for you:
>
> - what is the projected release timeframe for 1.0.3?

The plugins could be released this or next week I think - Konstantin
should confirm this. I'm not sure there's been any change on xdoclet
and generama themselves, so these might not need any release.

> - would it be OK if Allurent or Adobe were to check out, build and make
> available an interim snapshot distribution so that developers can get
> started even before 1.0.3?  Or would it be better to take a 1.0.2
> distribution and just add the plugin-actionscript JAR to it, to ensure
> that no other plugins are broken?

I guess there's no reason they couldn't build snapshots, as long as
anyone makes it clear that it *is* a snapshot and is thus subject to
changes.

Thanks for the great job and news ;)

Cheers,

g



> Thanks...
>
> ...joe
>
>
>
> ---------- Forwarded message ----------
> From: "Daniel Taborga" <dtaborga@...>
> To: <joeb@...>
> Date: Mon, 5 Dec 2005 12:39:23 -0800
> Subject: RE: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes
> Hi Joe,
>
> I am the Adobe Labs Product Manager and I came across your e-mail within
> the Flex 2 alpha newsgroup.  People on the Flex product team and my
> peers on the Developer Relations team were so impressed with your plugin
> that we would like to add it to the Labs Showcase Gallery within the
> Labs Wiki.
>
> http://labs.macromedia.com/wiki/index.php/Showcase
>
> Do you happen to have a URL that we can link to that provides the
> download/build information that you listed in your e-mail?
>
> Daniel Taborga
> Product Manager
> Adobe Developer Relations
>
> > -----Original Message-----
> > From: Joe Berkovitz [mailto:joeb@...]
> > Sent: Thursday, December 01, 2005 1:29 PM
> > To: flex2_builder
> > Subject: [flex2_builder] XDoclet2 plugin to create AS classes from
> > Java classes
> >
> > Flex2 folks,
> >
> > I've written an XDoclet2 plugin that generates AS2 and AS3 classes
> > based
> >
> > on javadoc -style annotations of Java classes, and it's been accepted
> > into the open source XDoclet2 codebase.  It should be in the next
> > public
> >
> > release of XDoclet2, which will be 1.0.3.  I'll announce this more
> > widely (on flexcoders, at a minimum) when the release comes out.  But
> > if
> >
> > anyone feels like messing around with it and maybe giving me some
> > feedback, you can check a snapshot of XDoclet2 out of the maintainers
> > CVS tree and build the thing with Maven.
> >
> > (XDoclet2 is an open source template-driven code generator geared to
> > working from javadoc-style comment tags.  It's only partly superseded
> > by
> >
> > Java 1.5, since the new Annotation features are just metadata, and do
> > not provide code generation in and of themselves.)
> >
> > The plugin mainly handles serialized value objects (POJO
> > JavaBeans) -- converting JavaBean properties into vars with the
> > appropriate types, and
> >
> > also can convert Java constants into AS statics using reflection to
> > get at the initializing expression.  It generates the right imports
> > and superclass declarations (which was kind of a pain), but other than
>
> > that it's really not very fancy.  No interfaces or stubs or any of
> > that stuff.
> >
> > XDoclet can work as an Ant task, so it can be driven out of an
> > external Ant Builder in Zorn.
> >
> > Docs:
> > http://docs.codehaus.org/display/XDOCLET/Actionscript+plugin
> >
> > CVS:
> > http://cvs.sourceforge.net/viewcvs.py/xdoclet-plugins/xdoclet-
> > plugins/pl
> > ugin-actionscript/
> >
> > ... .  .    .       .            j
> >
> > ______________________________________________________________
> > __________
> > ____________
> > View/post via a browser:
> > http://lyris.macromedia.com/read/?forum=flex2_builder
> > Manage your account:  http://lyris.macromedia.com/read/my_account/
> > View this discussion via a newsreader:  news://lyris.macromedia.com
> >
> > This email transaction, and any documents, files, or previous email
> > message attached to it, are confidential and proprietary information
> > of Macromedia, Inc.
> >
> > ______________________________________________________________
> > ______________________
> > View/post via a browser:
> > http://lyris.macromedia.com/read/?forum=%%list.name%%
> > Manage your account:  http://lyris.macromedia.com/read/my_account/
> > View this discussion via a newsreader:  news://lyris.macromedia.com
> >
> > This email transaction, and any documents, files, or previous email
> > message attached to it, are confidential and proprietary information
> > of Macromedia, Inc.
> >
>
>
>
>
>
>

Re: [Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Konstantin Priblouda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



--- Gr?gory Joseph <joseph.gregory@...> wrote:

> > As you can see from the attached message, there is
> a lot of interest
> > from Macromedia (which was just merged with Adobe)
> in the actionscript
> > plugin.
>
> Excellent !

Well, Macromedia was always interested in XDoclet.
( they used XD1 inside JRun )

> >So I have a couple of questions for you:
> >
> > - what is the projected release timeframe for
> 1.0.3?

It could be this weekend. Any objections?

> The plugins could be released this or next week I
> think - Konstantin
> should confirm this. I'm not sure there's been any
> change on xdoclet
> and generama themselves, so these might not need any
> release.

XD2 is at the moment on snapshot,   but I think it can
be
frozen as there is nothing pending.


Well, everybody clear to batch release on weekend?
Anybody get complete clean rebuild from top-level?
( plugin-plugin fails tests for me )

regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org


               
__________________________________________
Yahoo! DSL ? Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com


Re: [Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Konstantin Priblouda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



--- Joe Berkovitz <joeb@...> wrote:

> Hi all,
>


Hi Joe,  

we all are  +1 on giving you commit access to plugins.

Do you like? ( if yes, what's your SF id? )

regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org


               
__________________________________________
Yahoo! DSL ? Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com


Re: [Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Joe Berkovitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Hi Joe,  
>
> we all are  +1 on giving you commit access to plugins.
>
> Do you like? ( if yes, what's your SF id? )

Great...  Thanks so much for the vote of confidence!  I pledge to defend
the honor and purity of your code base :)

My SF id is 'joeberkovitz'.

regards...

... .  .    .       j

Re: [Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Joe Berkovitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Konstantin Priblouda wrote:
>>>- what is the projected release timeframe for
>>1.0.3?
>
> It could be this weekend. Any objections?
>

None from me, certainly!

... .  .    .       .            j

Re: [Fwd: Re: [flex2_builder] XDoclet2 plugin to create AS classes from Java classes]

by Konstantin Priblouda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



--- Joe Berkovitz <joeb@...> wrote:

> > Hi Joe,  
> >
> > we all are  +1 on giving you commit access to
> plugins.
> >
> > Do you like? ( if yes, what's your SF id? )
>
> Great...  Thanks so much for the vote of confidence!
>  I pledge to defend
> the honor and purity of your code base :)
>
> My SF id is 'joeberkovitz'.

Your are there. DO not forget to add yourself to
commits mailing list,
but under your sourceforge email - else I will have to
approve all your commit messages :)
regards,



----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org


               
__________________________________________
Yahoo! DSL ? Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com

LightInTheBox - Buy quality products at wholesale price!