Hi Jason. I think it's fair to ask that these be public. Can you open a jira? If you'd like, we'd also like to get a patch to show some participation on the road out of the incubator.
We should probably think about whether or not to make a WinkConstants class to hold stuff like this too. Thanks.. mike On Sat, Mar 27, 2010 at 12:49 AM, Jason Dillon <[email protected]> wrote: > These bits in RestServlet are private: > > private static final String APPLICATION_INIT_PARAM = > "javax.ws.rs.Application"; //$NON-NLS-1$ > private static final String PROPERTIES_DEFAULT_FILE = > "META-INF/wink-default.properties"; //$NON-NLS-1$ > private static final String PROPERTIES_INIT_PARAM = > "propertiesLocation"; //$NON-NLS-1$ > private static final String APP_LOCATION_PARAM = > "applicationConfigLocation"; //$NON-NLS-1$ > private static final String DEPLYMENT_CONF_PARAM = > "deploymentConfiguration"; //$NON-NLS-1$ > > Why? I'd like to get this public so I can use them for various tooling muck > (specifically for my enunciate-wink module). > > --jason
