Re: [JPP-Devel] Accessing BeanShell From A Plug-In

2007-11-21 Thread Larry Becker
Hi SS, Jon put BeanShell support in JUMP a long time ago. All I did was make it possible to create BeanShell tools (BeanTools) on the menu more easily. You should be able to use the library jar normally. regards, Larry On Nov 20, 2007 5:10 PM, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: >

[JPP-Devel] Questions On Best Practices For Java Internationalization

2007-11-21 Thread Sunburned Surveyor
I've almost finished the internationalization of the Super Select Plug-In. I had a couple of questions about best practices for I18N in Java: [1] Is there a limit to the size of a String that should be internationalized in a Resource Bundle? For example, I have a couple paragraphs of help text tha

Re: [JPP-Devel] Accessing BeanShell From A Plug-In

2007-11-21 Thread Sunburned Surveyor
Thanks for the info Larry. The Sunburned Surveyor On Nov 21, 2007 6:15 AM, Larry Becker <[EMAIL PROTECTED]> wrote: > Hi SS, > > Jon put BeanShell support in JUMP a long time ago. All I did was > make it possible to create BeanShell tools (BeanTools) on the menu > more easily. You should be abl

[JPP-Devel] Package names

2007-11-21 Thread Paul Austin
All, When creating package names please use lower case for them as this is a common Java practice. Paul - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.co

Re: [JPP-Devel] @Eric - PostGIS with OpenWizard (Italian translation)

2007-11-21 Thread Eric Lemesre
Hi Peppe, If you have feedback? I Like it. Eric 2007/11/20, Giuseppe Aruta <[EMAIL PROTECTED]>: > > Hi Eric, > I am looking forward to test your Postgis plugin > > Peppe > --- Eric Lemesre <[EMAIL PROTECTED]> ha scritto: > > > Hi peppe, > > > > Thank you. > > > > I Commit this file this night. (

Re: [JPP-Devel] Package names

2007-11-21 Thread Stefan Steiniger
do you mean throughout the complete packname? e.g. instead of "apiTools" i should use "apitools" stefan Paul Austin schrieb: > All, > > When creating package names please use lower case for them as this is a > common Java practice. > > Paul > > -

Re: [JPP-Devel] Package names

2007-11-21 Thread Paul Austin
Stefan, Use apitools would be correct Paul Stefan Steiniger wrote: > do you mean throughout the complete packname? > e.g. instead of "apiTools" i should use "apitools" > > stefan > > Paul Austin schrieb: > >> All, >> >> When creating package names please use lower case for them as this is a >

Re: [JPP-Devel] Questions On Best Practices For Java Internationalization

2007-11-21 Thread Paul Austin
Landon, 1. Long strings should be fine, although if you start having a bunch of HTML in there then maybe look at having a I18N mechanism for HTML fragments. 2. What I typically do is define a constant for each of my I18N strings and use those where required. Paul Sunburned Surveyor wrote: > I've

[JPP-Devel] Compilation problem

2007-11-21 Thread Paul Austin
Stefan, Can you fix the attributeOperations package. The package declaration is different from the directory it is in. I'm not sure which is the correct one. Paul - This SF.net email is sponsored by: Microsoft Defy all cha