Questions tagged [tiles]

Apache Tiles renders dynamic websites in a Java Servlet container.

Apache Tiles™ is a templating framework built to simplify the development of web application user interfaces.

Tiles allows authors to define page fragments which can be assembled into a complete page at runtime. These fragments, or tiles, can be used as simple includes in order to reduce the duplication of common page elements or embedded within other tiles to develop a series of reusable templates. These templates streamline the development of a consistent look and feel across an entire application.

Related Links:

1297 questions
-2
votes
1 answer

Java chances (Less chance if further from something)

I'm creating an island for my game and i have a map middle point where its land and all other is water. How to make a chance calculator for the tile to be land (if close to center 100% chance and lowering the further it's from it)? so far what I…
-2
votes
1 answer

how to understand Perlin Noise and how to use it?

I'm desperate right now. Searched every corner and everything to figure out but i still cant.. I'm looking how to use noise to generate a tiled 2d map in java. This is the only thing i ever wanted in programming to know this. Best way to me to learn…
-2
votes
1 answer

java.lang.ClassNotFoundException: org.apache.struts2.tiles.StrutsTilesListener

15:06:38,636 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."myapp.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."myapp.war".POST_MODULE:…
-3
votes
1 answer

Can anyone point me to a good article on "abstracting HTML"?

I'm currently working on a legacy eCommerce system front-end that has alot of duplicate HTML code. I'm trying to find a way to abstract out the complexity almost as you would when moving the similarities between similar classes into a shared…
leeand00
  • 25,510
  • 39
  • 140
  • 297
-3
votes
1 answer

What programming language is best suited for a 2D platformer game with my experience?

Me and a few friends want to start building a 2D puzzle platformer. It uses a lot of tiles and we experienced that our test level did not run smoothly with Java. Do any of you have suggestions on which programming language/engine would be best…
-4
votes
2 answers

How to include an image in my existing project using tiles?

I have developed a simple struts application which retrieves and manipulates customer data from the database. Now I want to include an image at the top of all the pages. I know tiles is the best way to do it. How to include an image in my existing…
user67722
  • 3,217
  • 5
  • 24
  • 20
-4
votes
1 answer

Javascript canvas hover over a tile

I have a canvas which I am drawing from certain tiles (new Image()), lets say there are for example 10x10 tiles in my canvas. Every tile has its own data I want to display "popup" with information about this tile everytime user hovers over the tile…
Dakado
  • 11
  • 2
  • 6
1 2 3
86
87