WebObjects Podcasts

Episodes
COScheduler in Depth
Dynamic Elements (slides)
Back to the Future (slides)
Persistent Session Storage (slides0
Persistent Session Storage
Dynamic Elements
Understanding & Using Git (slides)
Practical ERSync
ERRest: The Next Steps
WebObjects Optimization: EOF and Beyond (slides)
Practical ERSync (slides)
ERRest: The Next Steps (slides)
WebObjects Optimization: EOF and Beyond
Patterns of Software Evolution
D2W Branding using jQuery ThemeRoller
ERRest: The Basics
D2W Branding Using jQuery ThemeRoller (slides)
Security and performance designs for client-server communications (slides)
ERRest: The Basics (slides)
Security and performance designs for client-server communications
Managing bulk email sending from your webapp with MailManager
ERRest - Designing a Good REST API
Lean Startup with WebObjects
Deployment - Post XServe
Custom EOAdaptors (Plus ERSolr!)
Learn how to create your own EOAdaptor. Travis also presents his ERSolr adaptor.
Designing WO applications for remote Sync
WebObjects makes a superb backend processor, but keeping multiple online/offline clients synchronized gets increasingly hard as your model and business logic grow in complexity. Here we will discuss several approaches to managing data sync with remote clients.
Customization of ERModernLook/ERD2W
Developing with DirectToWeb components requires a slightly different mindset than when you use traditional WebObjects components. Learn how you can customize ERD2W behaviour, components and UI frameworks to more closely match your expectations.
Using a job scheduler in your WebObjects applications
Very often, if not always, we need to create jobs running periodically. It can be database cleanup, mail sending, statistics calculations, … One implementation among other is to create DirectActions invoked by Cron but there is a better option: Quartz. Quartz is a famous java open source library that allows developers to create jobs easily. In this session, you will learn how it's easy to integrate Quartz in your WebObjects application and how you can use job persistance based on EOF.