I am very interested in combining Wicket with GIS. I would like to have it where you could bring GIS into a Wicket app through a discrete custom component without being tied to Geoserver. I tried to play around with using the Geotools lite renderer with a wicket RenderedDynamicImageResource, but I ran into a problem where the JAI components that Geotools requires, mess up image rendering in Wicket. I am a GIS guy who plays with Java in his free time, not a Java guy who has learned GIS. I wanted to post to see if any other wicket users were interested in this and may have some thoughts. Also, to get Geotools working with Wicket it seems like I would have to play with the source code for the wicket.markup.html.image.resource package. The thread linked below about JAI and Wicket shows that the problem between JAI and Wicket most likely occurs when the JAI Imagewriter is retrieved by ImageIO.getImageWritersByFormatName() . I would think that the JAI image Imagewriters work but may need to have some more extra properties set or something simple like that. Anyone have thoughts on how they could be made to work with wicket?
MB http://www.nabble.com/Dynamically-generated-buttons-are-showing-up-as-broken-links-tf1471691.html#a4172417 JAI & Wicket Mats Norén-2 wrote: > > Hi, > has anyone on the list any experience with Wicket and GIS-backends > like Geoserver? > I'm trying to figure out the best approach for interfacing Wicket with > GeoServer but I'm interested in other frameworks as well. > > /Mats > -- View this message in context: http://www.nabble.com/Wicket-%2B-GIS-tf2072089.html#a7051491 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
