Does web2py support non-persistent model classes ? ie, a core model
class where some business logic can be performed while that class
doesn't necessarily (directly) map to a database table ?
For example the model data can be retrieved from a remote web service,
or a set of remote queries ?
In all other MVC frameworks this is possible: In EJB3.0, unless you
declare model as @entity it is not persistent. In RAILS, you can
simply not inherit from ActiveRecord, and you may need to implement
some methods like find, etc.. , or you can use a plugin like
ActiveModel. Is this doable in web2py? My first guess is no.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to