> 
> It is a long topic on itself: Where the business logic belongs to - the 
> server or the client.
> 
> But the point is that far the most common use-case is to write the business 
> logic on the client, not on the server.
> 
> The business logic on the server has already failed multiple times in the 
> history (think of stored procedures on the RDBMS).
> 
> Server side logic works well when the DB is part of the app (e.g. embedded) 
> and server/client code is often indistinguishable.

I don't believe that we are talking about business logic on the server - we're 
talking about data access logic (queries). Business logic binds to that data 
over the network - that the data is sourced through a plugin is an 
implementation detail.

Jim
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to