0
votes
1answer
36 views
Proper way to Create/Update/Delete hierarchical data
So I have a structure like this:
Widget:
Component 1:
Component 2:
Component 3:
...
Component n:
I'm building an ASP.NET MVC web app that as part of its functionality …
0
votes
0answers
16 views
OpenXava - create list with all modules
Hi,
Is there any way I can create simple start page for OpenXava. I mean page with links to all modules for example:
People
Invoices
Etc...
Would be great to have solution out …
1
vote
2answers
42 views
How to implement CRUD operations in UML
I was wondering if any analysts/architects have a solution for the hundreds of CRUD operations I would have to add to nearly every class in my UML diagram.
Do you let each class …
4
votes
3answers
106 views
How to structure a ‘flippable’ app?
How feasible is it(and some guidance) to build a WPF(Silverlight) app in such a way that it can be flipped back and forth from Web to Desktop?
Maybe some context is in order.
…
0
votes
1answer
51 views
Visual C# 2008. CRUD Example using Dataset, DataRow with an Access Mdb
I'm using Visual Studio C# 2008
I've created (visually) a dataset that points to a mdb file (Access 2007)
This DataSet is called "EstacionarDataSet"
EstacionarDataSet ed = new Est …
1
vote
3answers
47 views
What is is the best way to manage edit/destroy/new links with authentication?
I'm new to Rails and I'm trying to create a standard CRUD rails application for displaying text posts. It's pretty similar to blog where I would like authenticated users to be able …
0
votes
2answers
96 views
ColdFusion CRUD
For quite a long time now, I've been trying to write and have been in search of "a really good" CRUD application. Don't get me wrong - I didn't say "The ultimate" CRUD application …
0
votes
2answers
50 views
Frameworks for building so-called CRUD Admin UIs (over SQL tables)
What frameworks are targeted specifically at building so-called "CRUD Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web Apps or Thick Clients.
…
1
vote
3answers
47 views
“Overloading” standard GORM CRUD methods
Wanna do the following:
BootStrap {
def init = {servletContext ->
........
MyDomainClass.metaClass.save = {->
delegate.extraSave()
//////// how to call original …
1
vote
2answers
97 views
Automatic CRUD forms generation for .net Windows Forms Applications
Hi,
My question is about nHibernate, or any other ORM for .net that can do what I am looking for : for my web developements, I use Django Framework; the admin pages are automatica …
0
votes
2answers
81 views
Can I use a PHP framework without index.php or MVC?
Is there a PHP framework that doesn't force me to use a single index.php as the entry point, or an MVC architecture? Because I need to develop something in my own way, with feature …
0
votes
4answers
64 views
Why can’t I set object derived from ObservableCollection<Proddata> equal to object returned as ObservableCollection<Proddata>?
I get a compile error, "Cannot implicitly conver type 'System.Collections.ObjectModel.ObservableCollection to ProddataRecsObservable'. An explicit conversion exists" See comments i …
3
votes
5answers
115 views
The R in CRUD - where’s the line between feature and disclosure vulnerability?
We all know how hip it is to make our Ajax calls using address routing and HTTP-Get with parameters in the URL because the client side can cache those calls and thus server load is …
3
votes
2answers
301 views
Is my ASP.NET MVC application structured properly?
I've been going through the tutorials (specifically ones using Linq-To-Entities) and I understand the basic concepts, however some things are giving me issues.
The tutorials usual …
0
votes
2answers
327 views
Getting the correct Hibernate template in a generic Spring CRUD DAO
Hi, I'm still quite new to Spring, and I've found it to irritating making all these CRUD DAOs, so I've made a "public class GenericCRUDDAO extends HibernateDaoSupport implements CR …
