Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] WTP 2.0 JEE 5 support for adaptor-dummies


One of the goals for the 3.0 release, is improved public API, and documentation.
As you have mentioned, we are lacking good examples, and docs covering the new model api, and general capability for Java EE 5.

I created this bugzilla to track publishing more docs:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=199654

"Java EE" support is a general term, I am referring to basic project infrastructure/ deployment support that my team provides.
Here is a short list of the major function provided:

Generally   "Basic" Java EE support covers:

        1)  New JEE5 projects facet versions
        2) Archive support for JEE5 modules (import/export)
        3) Basic "Deployment" or run-on support for JEE5 Projects   (Tomcat/Geronimo/Glassfish tested)
        4) IModelProvider api that provides "XML" deployment descriptor support  (XML DD must exist)
        5) Many changes to "tollerate" new JEE5 Projects including optionally creating/importing xml DD file

What it doesn't support:

        1)  IModelProvider implementation that reads Annotation metadata - or combines XML with annotations
        2) Project Navigator contributions (For JEE5 projects)  that displays Deployment descriptor models
        3) JEE5 Validation/ Quickfixes
        4) Creation wizards for EJB3 class artifacts(Session/MDB)

The main "goal" of WTP 2.0 was to not inhibit Java EE scenarios with the existing infrastructure.

Please refer at the 3.0 requirements document, and add any comments to missing features you would like to see.

Thanks - Chuck

Rational Java EE Tooling Team Lead
IBM Software Lab - Research Triangle Park, NC
Email:  cbridgha@xxxxxxxxxx
Phone: 919-254-1848 (T/L: 444)



Paul Fullbright <paul.fullbright@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

08/10/2007 10:33 AM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [wtp-dev] WTP 2.0 JEE 5 support for adaptor-dummies





I don't want this to fall off the stack.  I'm also curious as to the
answer ...

Paul Fullbright
Oracle Corp.
Eclipse Dali/Java Persistence Tools Development
paul.fullbright@xxxxxxxxxx



Max Rydahl Andersen wrote:
> Hi,
>
> I'm starting to realize that my efforts in trying to use WTP 2.x and
> JEE 5 as an adaptor is going to take alot more effort than I expected ;)
>
> I've tried googling for a while now and the only thing I can find
> about JEE 5 and supporting it in WTP at the code level is "it kind'a
> works" and no documentation on how I as an adaptor should use it.
>
> The best thing I've found is:
>
> http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg05309.html
>
> and a wtp newsletter
> (http://wiki.eclipse.org/index.php/WTPNewsletter_20070503) stating
> "Stay tuned for documentation on using the new IModelProvider instead
> of ArtifactEdits for JEE model access"
>
> ...but where is that ?
>
> And http://wiki.eclipse.org/JEE_5_Support doesn't state much else.
>
> http://wiki.eclipse.org/WTP_JEE5_Test_Scenarios just adds more
> confusion since everytime I try and do some of these I end up with a
> Project Explorer that does not give any extra support (e.g. deployment
> descriptor nodes are missing in project explorer even though there is
> a deployment descriptor etc.)
>
> What does *basic JEE 5* support actually mean in context of WTP 2.x ?
>
> /max
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top