Thursday 27 January 2011

Introduction to jObjective

jObjective aims to create a custom object orientated layer for HTML Javascript DOM elements. The layer simplifies access to data contained in various elements, allowing for single get and set methods to generate JSON objects of complex form layouts particularly, but not exclusively, for transmission via AJAX.


This blog aims to examine the usage of jObjective and how it can benefit web development.


All files and examples are available to download on Google Project: jObjective downloads


A little bit of a prologue: I am currently an ASP.NET developer, some of the problems faced might be different to that of a PHP developer, but I believe the problems still exist in some form regardless of the higher level language. The jObjective Library aims to be independent of the language used to write the pages, although the examples on it's use that I will include will be written in ASP.NET. Hopefully this shouldn't be much of a problem as once the page is rendered to the browser there will be no ambiguity.

No comments:

Post a Comment