Letractively / multimedia-portal

Automatically exported from code.google.com/p/multimedia-portal
0 stars 0 forks source link

Project structure #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Develop a new folder structure for project, instead of all files in one
project.

New structure must have different catalogs/projects/.. for private and files.

Private files are files that contain such data as passwords, logins, ips
and some others, also private files are jsps that have unique design
features (like view). 
Replace private by some example files (like only view in pure jsp without
any styles and images).
All other files are public.
Replace all constant references to jsp files from classes by setters, and
initialize them via XML configuration.

Original issue reported on code.google.com by demchuck...@gmail.com on 14 Apr 2010 at 6:59

GoogleCodeExporter commented 8 years ago
Replace all constant references to jsp files from classes by setters, and
initialize them via XML configuration.

fixed.

Original comment by demchuck...@gmail.com on 21 Apr 2010 at 7:51