With WebDU fast approaching, I just wanted to take the opportunity to
remind people about the Transfer training that is available on Day 0.
For those not familiar with Transfer, or ORM's in general, Transfer
provides several key pieces of functionality for you, right out of the
box:
* It generates Business Objects for you. No more having to write all
the getter and setter methods on your Employee object, or your Product
object, Transfer generates them on the fly, and allows you to extend
them as needed.
* It handles database persistence for you. No more having to write
annoying INSERT and UPDATE statements. Putting the data you stored in
your User object is now simply a case of going 'transfer.save(user);'.
Retrieving is a case of 'user = transfer.get("User", 1);'.
* It handles object composition for you. You want your Order object to
know about it's array of Products? No problem. Through configuration,
you can tell Transfer about these relationships, and it will handle it
for you.
* It provides you with a slew of 'helper' functionality. Want a query
of all your Products in your system - transfer.list("Products")
* Plus a whole lot more....!
The training at webDU will cover the following:
* Basic Skills, such as: installation, configuration, how to create
new objects through Transfer, how to persist them from the db, how to
retrieve them, how to list them.
* Building an application with Transfer, such as how to integrate
Transfer with a Service layer, extending Transfer to provide your own
custom functionality (an actual Application will be built!).
* Basic Transfer caching concepts. Utilising the Transfer cache, and
how to avoid it if necessary.
Transfer training workshop:
http://www.webdu.com.au/go/session/transfer-training-workshop
More details on Transfer can be found at:
http://www.transfer-orm.com
http://docs.transfer-orm.com/wiki/Overview.cfm
http://docs.transfer-orm.com/wiki/Presentation_Recordings.cfm
Don't forget to also check out the other training options at webDU:
Building 3d websites in Flash:
http://www.webdu.com.au/go/session/workshop-building-3d-websites-in-flash
Flex 3 Crash Course:
http://www.webdu.com.au/go/session/workshop-flex-3-0-crash-course
Farcry 5 Jump Start
http://www.webdu.com.au/go/session/workshop-farcry-5-0-jump-start
Look forward to seeing you all at webDU!
Mark
--
E: [EMAIL PROTECTED]
W: www.compoundtheory.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" 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/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---