Update of /cvsroot/cayenne/cayenne/src/tutorials/cayenne-web-app/WEB-INF/classes
In directory usw-pr-cvs1:/tmp/cvs-serv26389/src/tutorials/cayenne-web-app/WEB-INF/classes
Added Files:
ApplicationResources.properties
Log Message:
relocated tutorials to a subproject
(old tutorials are still around but will be deleted soon)
--- NEW FILE: ApplicationResources.properties ---
index.title=Cayenne Web Application Example
index.heading=Welcome to the Cayenne Web Application Example!
index.message=This application uses the Cayenne object-relational framework that allows you to create, retrieve, update, and delete records without writing a line of SQL.
error.artistname.required=<li>The artist name is required</li>
error.paintingtitle.required=<li>The painting title is required</li>
error.galleryname.required=<li>The gallery name is required</li>
button.addartist=add artist
button.addpainting=add painting
button.addgallery=add gallery
|