Awesome.  Tickets are at
http://jira.codehaus.org/browse/GEOS-4815(codemirror) and
http://jira.codehaus.org/browse/GEOS-4814 (the general style editing work
discussed in the current thread.)

The CSS module Maven build is already set up to look for Java sources in
src/main/java/ and ready to do mixed-source builds, so we will be able to do
the conversion one file at a time (probably want to use 'mvn clean'
liberally though.)  Mostly it will be pretty boring translations:
def func(a: String, b: Int): Boolean === Boolean func(String a, Int b)

I just made a commit (r16468) doing the translation for one of the smaller
classes; hopefully it will be a useful example.

One of the more complicated bits will be the OpenLayersMapPanel which
currently uses a multiline string literal as a template for OL setup code.
 We'll probably want to move that out into a file, using Freemarker instead
of java.util.Formatter.

--
David Winslow
OpenGeo - http://opengeo.org/

On Mon, Oct 24, 2011 at 3:51 AM, Andrea Aime
<[email protected]>wrote:

> On Thu, Oct 20, 2011 at 3:13 PM, David Winslow <[email protected]>wrote:
>
>> But I would like to get a bit of conversation started about adding format
>> information to styles in the catalog and the API for the style format
>> extension point. While I'm at it I'll point out that there is room for
>> another pair of hands or two in this task: it would be quite possible to
>> start on i18n for the templates, and doable (albeit more complicated) to
>> work on test coverage before the Scala port is finished.  Additionally, if
>> anyone's interested in helping out with the porting work I'm happy to
>> explain Scala syntax, etc.
>>
>
> I'll be available to help on a Java version.
>
>
>>
>> Side note: It's currently not possible to use the CodeMirror component
>> with a Wicket AJAX form submission; that would be useful as the live
>> updating map is a lot less slick if we have to reload the page every time we
>> save :)
>>
>
> Can you open a jira about this issue?
> Is there any quick way to check this besides making a sample page that uses
> ajax submits?
>
> Cheers
> Andrea
>
>
> --
> -------------------------------------------------------
> Ing. Andrea Aime
> GeoSolutions S.A.S.
> Tech lead
>
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
>
> phone: +39 0584 962313
> fax:      +39 0584 962313
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://www.youtube.com/user/GeoSolutionsIT
> http://www.linkedin.com/in/andreaaime
> http://twitter.com/geowolf
>
> -------------------------------------------------------
>
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to