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

Summary: uml2mof transformation servlet and web application
Product: java Reporter: Nick Dowler <nickdowler>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: TASK Exception Reporter:
Attachments: Source, web applicatin and build.xml

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.