Re: [Cppcms-users] Documentation
Brought to you by:
artyom-beilis
From: Daniel R. <dan...@li...> - 2011-12-20 19:04:31
|
Hello Artyom: Would be great to have a tutorial for a small project, nothing fancy but a functional project to start using cppCMS. At work we're building a complex system using Oracle ADF Framework, it has a many issues, but I've found this tutorial very intuitive and functional, so you should to take a look : http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html The point is that we need a small MVC project, using no more than 3 tables using postgreSQL or MySQL, The project could show how to : - Connect to DB using cppDB - Create forms - Create a master detail View - Create Sql based LOV's ( List of Values ) - Create Page navigation for a table of records - Validate forms - Session variables - Interact with jquery - Create a search view This really would help to attract new users to cppCMS world :) Cheers ! Daniel |