I have a user prof开发者_StackOverflow社区ile page, and I\'d like to have an extension that will let the user edit his details on the page, on the fly.
Short version: What are some good ways to allow the end user to define \"processes\" or sequentially executed CRUD operations in a fairly large project, so they can build templates for common processe
Today I have an Entity Framework Question. I have two Tables: Projects and Projects_Rights alt text http://www.zaczek.net/EF-stackoverflow.jpg
I have created a web app in MVC following the NerdDinner tutorial.I have 2 fields that have many to many relationship with my \"dinner\".For each \"dinner\", I need to be able to select one or more Co
I want to achieve basic CRUD operations available of the db schema I already have for a JAVA program. To put it in another way, I have a DB schema I use with PHP and I just need them to be entities av
A sample case scenario - I have a form with one question and multiple answers as checkboxes, so you can choose more than one. Table for storing answers is as below:
I really like these two pattern开发者_高级运维s. The drawback of Repository pattern is its cost(takes more time then Active record). Benefit is higher abstraction which really helps on complicated bu
开发者_JAVA技巧I\'m using Visual Studio C# 2008 I\'ve created (visually) a dataset that points to a mdb file (Access 2007)
Is there any way I can create simple start page for OpenXava. I mean page with links to all modules for example:
Wanna do the following: BootStrap { def init = {servletContext -> ........ MyDomainClass.metaClass.save = {->