Client Object: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Javydreamercsw
No edit summary
imported>Javydreamercsw
No edit summary
Line 7: Line 7:
**Those should be handled via plugins
**Those should be handled via plugins
*Standardize approach
*Standardize approach

== Example Implementation ==
[http://simple-marauroa.svn.sourceforge.net/viewvc/simple-marauroa/trunk/Simple-Server/src/simple/server/core/entity/clientobject/ClientObject.java?revision=101&view=markup Client Object]

Revision as of 15:07, 14 May 2011

Proposal

  • Instead of having custom client objects in a per application basis define one that can be enhanced via plugins.
  • Specify Client Object implementation on ini file

Reason

  • Not all applications need existing attributes like x and y
    • Those should be handled via plugins
  • Standardize approach

Example Implementation

Client Object