Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] New name for the Deployment Descriptor tree for Java EE 5 projects


Hi,

I completely agree the "Deployment Descriptor" term has lost its meaning in JEE5, but as Paul mentions... "Module" is overused as well....
We should consider multiple roots, or maybe a "Deployables" root that organizes the traditional "Modules" along with other "web" services...
We already have the seperate "Web Services" node that we should consider merging, or perhaps expand this idea, and have seperate "services" nodes.

Obviously there are many options, and the strength of the "common navigator" is the ability to contribute content from a variety of sources.

I have opened this bug to track these discussions:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=167635

- Chuck

Rational J2EE 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

12/11/2006 05:17 PM

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] New name for the Deployment Descriptor tree for Java        EE 5        projects





Hello Kaloyan,

Since JPA is not a "module" (and hopefully at one point will be a facet configurable without a "module"), I would cast my preference towards a term which does not include that word.  That is, if JPA artifacts are intended to also use this node in the tree in which to display their information.  Is that the intention?

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


Raev, Kaloyan wrote:

Hello,

It is about the "Deployment Descriptor: <projectName>" tree that appears as first child node under each J2EE project tree in the Project Exlporer view.

This Deployment Descriptor (DD) tree gives a general overview of the J2EE artifacts that are declared for the corresponding J2EE project. It could be said that the DD tree is graphical representation of the J2EE model. Until J2EE 1.4, inclusively, all such artifacts are declared in an appropriate XML file - deployment descriptor. And I think this was the reason that this tree node wears the label name "Deployment Descriptor".

Now, in Java EE 5 the Java EE artifacts could be declared in other places (e.g. Java Annotations) than XML files. XML files are even said to be optional. Also, there are requirement from adopters that the Java EE model has to be extensible - that means other sources for declaring Java EE artifacts. For example, in SAP, we want to accommodate the following in an EJB 3 project model:

  - generated WS proxy classes (displayed as one entity)
 - WSDL files
 - JAX-WS customization files
 - WS-Policy files: for security and reliable messaging
 - Available publication classifications of a Services Registry
 - Classification profiles (Taxonomies) for one or more services

All the above makes the Java EE model to be much more than a representation of the XML deployment descriptor of a Java EE project. The label of the DD tree "Deployment Descriptor" becomes misleading.

We are currently looking for new name of this label for our Java EE 5 solution built on top of WTP 1.5. We want to be in sync with the WTP community, so we don't change the name again when we later adopt WTP 2.0 and later version that will provide Java EE 5.

We have a few variants to choose from for the moment:
 - Module Artifacts
 - Logical View
 - Structural View
 - Module Content

We would like to hear your opinion and your suggestions.

Kaloyan Raev
Senior Developer

NW AS JS TOOLS JEE (BG)

SAP Labs Bulgaria

T +359/2/9157-416

mailto:kaloyan.raev@xxxxxxx
www.sap.com




_______________________________________________
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