Discussion here:
https://www.researchgate.net/post/What_are_the_theories_of_reference_for_environmental_management
included link to below among other theories.
Playing with SOAP in Ruby on Rails using WSDL Driver Factory
-First, a little background on why I am using RoR and SOAP. When I helped design and build an inventory and booking system circa 2007, my role was basically systems/business analyst. I also provided the impetus that we build the system using tools beyond simple "procedural" PHP/javascript, and that we look for a web application technology platform which would allow us to rapidly build a system that stored everything in a relational database. Back in 2001, I wondered why I had to write SQL queries for web applications when I knew that if I was working with a well-designed database, there should be techniques to generate queries or even better... a developer could write objects that were basically entities from an ERD and actors from a UML and these objects knew which other objects were related to it and had methods to access all the information without having to write any SQL or be intimately aware of the relationships between tables. So for our inventory and booking system, ...
Comments