Looks like someone else noticed ;-) https://issues.apache.org/jira/browse/STANBOL-814
Andrea 2012/11/23 Reto Bachmann-Gmür <[email protected]>: > Indeed stanbol.css disappeared from the sources! Investigating what > happened. > > Thanks for noticing this! > > Reto > > On Fri, Nov 23, 2012 at 8:46 AM, Rupert Westenthaler < > [email protected]> wrote: > >> Hi Reto, >> >> might it be the case that your changes have broken the CSS for Stanbol. >> >> Just recognized it on http://dev.iks-project.eu:8080 and >> http://dev.iks-project.eu:8081 as those Server do use nightly builds >> >> best >> Rupert >> >> On Wed, Nov 21, 2012 at 12:44 PM, Reto Bachmann-Gmür <[email protected]> >> wrote: >> > Hi >> > >> > I've commited quite massive changes under >> > STANBOL-742<https://issues.apache.org/jira/browse/STANBOL-742> >> > . >> > >> > While Viewable and pojo based freemarker Readme should be dropped in >> favor >> > of LdViewables I've added a near-drop in replacement for the jersey >> > Viewable. The new Viewable no longer relies on the template being located >> > using WebFragment.getTemplateLoader() which is no longer called (but not >> > yet removed) instead the templates are expected to be in a folder named >> > "templates" in any bundle. To support different templates for different >> > target media types the templates are located in templates/html. templates >> > imported in other templates are located directivity in templates as some >> > snippets may have to be rendered in the same way for different target >> media >> > types. >> > >> > There re some remaining imports of com.sun.jersey packages in some of the >> > modules. Namely: >> > >> > Unproblematic I think: >> > - com.sun.jersey.api.client.*: I Think the client API is no problem >> > >> > Need replacement if jersey doesn't offer them in a Jax-RS implementation >> > independent way: >> > - com.sun.jersey.multipart.BodyPart >> > - com.sun.jersey.multipart.FormDataBodyPart >> > - com.sun.jersey.multipart.FormDataParam >> > - com.sun.jersey.multipart.FormDataMultiPart >> > - com.sun.jersey.core.util.MultivaluedMapImpl >> > >> > Not sure what they are for: >> > - com.sun.jersey.core.header.FormDataContentDisposition >> > - com.sun.jersey.spi.resource.Singleton >> > - com.sun.jersey.core.header.FormDataContentDisposition >> > - com.sun.jersey.api.view.ImplicitProduces >> > - com.sun.jersey.spi.resource.Singleton >> > - com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap; >> > - com.sun.jersey.api.representation.Form >> > - com.sun.jersey.api.core.HttpContext >> > - com.sun.jersey.api.core.HttpRequestContext; >> > >> > >> > Especially if you introduced code that uses one of the classes in the >> last >> > category it would be good if you could have a look at it an either change >> > the code to use standard jax-rs classes or describe what they do and what >> > you need them for. >> > >> > Cheers, >> > Reto >> >> >> >> -- >> | Rupert Westenthaler [email protected] >> | Bodenlehenstraße 11 ++43-699-11108907 >> | A-5500 Bischofshofen >>
