do you think it might be worth to look on the existing wiki and on the cvs and ask if you could not find .. but anyway .. i hope others asked this question too..
Sunburned Surveyor wrote: >I had a couple of quick questions about designing a Plug-In for OpenJUMP: > >[1] How can I make my Plug-In compatiable with Vivid's JUMP as well as >OpenJUMP? What about the other JUMP "brands"? Is this a nightmare? > > > all jumps use the same plugin structure... the only thing you need to be sure is that the functions and libraries you want to use (e.g. from jts) do exist in this jump version. documentation is here: http://openjump.org/wiki/show/How+to+use+and+make+own+Plugins and http://openjump.org/wiki/show/Example+plugin+for+internationalization >[2] I'd like my Plug-In to support internationalization. What does >that involve, and what can I do in my design up front ot make it >easier? > > please see the second link! one important thing would be to do a re-initialization of the strings in the "execute" or "run" method in case the correct language has not yet been set by jump stefan ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
