I have noticed that many sites use virtual URLs such as
http://www.imdb.com/title/tt0244244/ to point to some sort of 

profile on their website whether it be a movie, product, or user homepage. I
was wondering what is the most

efficient way to accomplish this programmatically in struts. I will have
thousands of these URL/profiles on my site.

 

Do I just create a directory on the file system with a JSP page that pulls
the data from the DB when the user hits the link? 

Would this scale for thousands of directories? Any insight or help would be
appreciated.

 

Thanks,

Jeff

 

 

Reply via email to