0
votes
1answer
20 views
In Struts2, how do you share your common html across all pages?
In Struts2, how do you share your common html across all pages?
In Asp.net, you've got Master pages, and in Rails there are Layouts. The idea is that your common html (eg the head …
2
votes
3answers
43 views
Struts Tiles 1 - nested tiles problem
I am using Struts tiles 1 succesfully, however I have come across a problem when trying to nest tiles.
I currently have a layout like so:
I wish to have another template like t …
0
votes
2answers
26 views
Web templating (struts tiles) - best solution to indicate current page?
I would like to indicate the currently chosen page in a shared menu component of a web page in a Struts Tiles project.
I can think of some possible solutions
check current URL
…
2
votes
3answers
58 views
Tile-based Game Engine or Framework for the iPhone?
I'm planning to build a simple tile-based RTS (Real-Time Strategy) game for the iPhone and iPod touch.
Is there an existing game engine or framework that I could use? If so, where …
0
votes
1answer
10 views
TiledLayer equivalent in Android
To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns i …
6
votes
11answers
753 views
Max square size for unknown number inside rectangle
If I have a set of tiles (squares) which can be any number and they are to fill a container (rectangle) of an unknown size how do I work out the maximum size of the tiles without h …
4
votes
3answers
548 views
tiles in struts project - better than freemarker?
I want to use a template engine in a struts application and would like to know if using TILES can be recommended instead of FREEMARKER or VELOCITY.
0
votes
1answer
179 views
How do I tile and overlay images in WPF?
I'm very new to WPF and trying to port an application from VB6 to C# and XAML.
What I need to do now is create one big image out of a number of small ones, arranged like a series …
1
vote
2answers
1k views
Can anyone point me to Spring MVC, Tiles, Freemarker integration example?
In my Spring MVC based applications i use Freemarker and i like it very much, but it's lacking advantages provided by Composite View pattern.
I'm thinking of trying to use Tiles2 …
1
vote
12answers
307 views
Loading and saving a tile based game in Java. XML or TXT?
Hi all.
For some time I've been making a 2d tile based sim game, and it's going well! Thanks to this site and its kind people (You!), I have just finished the path-finding part of …
0
votes
2answers
134 views
Tile-based Collision Detection problems in 2-D iPhone game
SETUP:
I'm working on a 2-D tile-based game (bird's eye view) for iPhone. The app reads in a tile-d (.tbx) tilemap file of tiles with a 'blocked' property of either true or false t …
0
votes
0answers
121 views
iPhone load map offline tiles
Hello,
i'm trying to start a project that will present a map and drop some pins for the museums in my town. I played with map kit and route-me from Cloudmade so i'm not a stranger …
1
vote
0answers
178 views
Struts 2 integration with Tiles issue
I started to integrate struts 2 with tiles on IntelliJ environment.
I searched several tutorial on the web, but I still see some wierd symbol not found issue.
This is the web.xml …
0
votes
0answers
37 views
How can I call a tiles page directly from a JSP?
Hi there,
I was wondering how I can call directly a tiles page from a jsp.
Thanks in advance.
0
votes
3answers
264 views
Template-Engine for Struts
Freemarker, Tiles oder Velocity? Which template engine is the best for a multi-user-system build with struts?
