This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32076 - uml2mof transformation servlet and web application
Summary: uml2mof transformation servlet and web application
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 11:01 UTC by Nick Dowler
Modified: 2003-03-20 11:40 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Source, web applicatin and build.xml (33.24 KB, application/octet-stream)
2003-03-18 11:01 UTC, Nick Dowler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Dowler 2003-03-18 11:01:13 UTC
A servlet with simple web application to provide a 
facility for transforming UML 1.4 to MOF 1.4, using the 
uml2mof transformation code.

Attachment includes:
Servlet source code
Web application
Build.xml (to build WAR file)

Requires the following JARs available from Apache 
http://jakarta.apache.org/commons/index.html

The following JARs are required:

BeanUtils 1.6.1
FileUpload 1.0 Beta 1
Logging 1.0.2

And a servlet.jar available from Tomcat or other 
application server.
Comment 1 Nick Dowler 2003-03-18 11:01:51 UTC
Created attachment 9438 [details]
Source, web applicatin and build.xml
Comment 2 Martin Matula 2003-03-20 11:40:25 UTC
Thanks Nick! I have now commited your servlet into the CVS. I have
made the following changes to the servlet:
1) changed buildscript to not build the servlet in a default target
(to make it easier for people building just the uml2mof tool - they do
not need to download fileupdater, etc.)
2) fixed servlet so that now it works also for subsequent transformations
3) moved servlet to ...uml2mof.servlet package
I will announce the servlet on the mailing list. We will now need to
write a short documentation on how to build, configure and use the
servlet. I can do it if you want.
I have granted you a developer role in MDR project so now you should
be able to commit your work directly to the CVS in case you want to
improve the servlet.