I've created a little application that isn't quite what the name implies. My program takes a views.properties file and converts it into an actions.xml file (inserting all the verbose xml syntax for you). It uses a Swing frontend, but the backend can be used without the visual interface.
Here's what it does:
- allows you to specify an output directory, leaving your existing structure in place
- creates an actions.xml file from views.properties
- creates an unresolved.properties file for entries that couldn't be resolved (with an explanation on possible causes)
- converts action class names (in views.properties) to the fully qualified class name (in actions.xml) using the same functionality that WebWork uses
My intention was to create something for people using views.properties for WebWork configuration to move to actions.xml without having to recreate their mapping file from scratch. I tested it on a couple of simple projects and the examples provided in the WebWork distribution with good results.
I wasn't sure if attachments could be sent to the list (or if this would even be desirable). Its 100 kb, which includes the source code and EXML. FOr now, it can be downloaded from my website:
http://www.coldedge.com/xupgrade.zip
I would appreciate any comments/questions/etc.
Thanks,
- Brock
_________________________________________________________________
MSN 8 with e-mail virus protection service: 3 months FREE*. http://join.msn.com/?page=features/virus&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_eliminateviruses_3mf
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
- Re: [OS-webwork] XWork Upgrade Program Brockman Bulger
- Re: [OS-webwork] XWork Upgrade Program Patrick Lightbody