Resource « wicket « Java Enterprise Q&A





1. Globally accessible resources in Wicket application    stackoverflow.com

Currently, I have an Application which consists of a BasePage which as a header (panel), footer(panel) and in the center for inherited page content. The problem I am running into ...

2. Does anyone know some good resources for Wicket Web Development?    stackoverflow.com

I've recently "inherited" a web project from a workmate who left to join another company. Unfortunately for us he was the only Java developer so I don't have anyone around ...

3. Best resources for learning Wicket?    stackoverflow.com

I'm looking to learn Apache Wicket. What resources would you recommend for someone with plenty of Java and web development experience (but ~zero experience with Wicket or similar frameworks)? Found ...

4. How to get the URL to a Wicket shared resource?    stackoverflow.com

The web designer has given me HTML which looks like:

<div .... style="background: transparent url(xxx.png) 170px center no-repeat">
Unfortunately the contents of the image xxx.png is generated by the software, so I ...

5. What is the Java equivalent of JavaScript's resource folder?    stackoverflow.com

My Wicket web application contains a Flash (*.swf) FLV player. The following code:

final String script = "var swfVersionStr = '10.0.0';"
    + "var xiSwfUrlStr = 'playerProductInstall.swf';"
    ...

6. Accessing a web application's static resources    stackoverflow.com

I've just built a very simple Java web application using the Wicked framework. The current layout of the project is:

src/
    main/
      ...

7. wicket: how to stream a resource from a database    stackoverflow.com

I'm trying to generate a sitemap dynamically for a large web site with thousands of pages. Yes, I have considered generating the sitemap file offline and simply serving it statically, and ...

8. Adding css resource available to all component in the application using wicket 1.5    stackoverflow.com

I am using wicket 1.5.x and trying to load a css file which will be shared by all the pages,panels,forms. Right now when I statically add a css file (located ...

9. wicket 1.5 + error-page + cannot find the related path to css resources    stackoverflow.com

I have the next problem with wicket and standard error handling: all the css files are stored as java resources, near the html pages. It's working fine. But, when I added the 404 ...





10. Java Wicket resource issue    stackoverflow.com

Im working on a web app where we keep the code and web resources (such as css, image files etc) separated. I have a file located here: project root/src/main/webapp/images/icons/16/add.png And in this location: project root/src/main/java/se/su/dsv/scipro/icons I ...