Top "Tiles" questions

Apache Tiles renders dynamic websites in a Java Servlet container.

loading resources in tiles & spring mvc

I am using spring mvc 3 and tiles 2 with wildcard definitions. I want to load additional css and javascript files inside …

spring-mvc tiles
Tiles vs. JSP includes

We have a large web-app with hundreds of jsps pages. To avoid repeating markup up blocks we are considering making …

jsp tiles include
HTML/JS/CSS Isometric Grid with semi-transparent click-through tiles

I'm trying to create a web app/game that uses a side-on 'isometric' view and transparent tiles. I can display …

javascript html transparent tiles isometric
Spring 3.0.5 / Tiles 2.2 Error

I have a large application used in a production environment. My tiles setup is complex, with many tiles per page. …

spring-mvc tiles
How to configure CSS with Spring MVC and Tiles

I'm using Spring 3.0.5 and Tiles 2.2.2 and I can't manage to get a stylesheet properly referenced in my app. My stylesheet …

css spring tiles
Calculating tiles to display in a MapRect when "over-zoomed" beyond the overlay tile set

I am working on an app that uses MKOverlay views to layer my own custom maps on top of the …

ios mapkit mkmapview overlay tiles
Tiles and ${pageContext.request.requestURL}

Usually, to get the request URL in a JSP, I would use ${pageContext.request.requestURL} but on the project I …

jsp el tiles
SpringMVC, jquery, tiles, and partial rerendering

I'm trying to do a partial rendering of my web site, using spring mvc 3.1, tiles 2, and jquery. Here's my spring …

jquery ajax spring-mvc tiles partial
How to calculate the height and width of an isometric rectangle/square

I'm writing an isometric tile game. Each tile is twice as wide as it is tall (w:h = 2:1). All tiles …

math drawing trigonometry tiles isometric
Finding adjacent neighbors on a hexagonal grid

EDIT: Wrapped the example map in a code block so the formatting is correct. Ok, I'm trying to write an …

python grid tiles hexagonal-tiles