Sponsored Links

Applications

windows.microsoft.com/Apps     Apps do more on Windows® 8. Browse & download popular apps!

White Application

www.bit9.com/     Bit9 - the pioneer in application whitelisting, read free whitepaper.

How To Write Application

www.ask.com/How+To+Write+Application     Explore How To Write Application. Get Answers Now on Ask.com.

Writing Application

www.beyond.com/Job-Applications     Free Online Job Applications, Apply Today, Get Hired Tomorrow!

Free Website Contact Form

start.vcita.com/free-contact-form/     Use a Proactive Contact Form to Start Generating More Leads Today!

How To Write Application

about.com/How+To+Write+Application     How To Write Application Info. Research now on About.com.

Write an application in Seaside (read all 2 entries…)
Seaside Development

Have been steadily developing in Seaside for the last several weeks. I love this environment; it’s perfect for the kind of portal project I’m working on.

Seaside things to learn:
  • How do you do SSL connections, for login pages & such?
  • I need to start reusing the existing components (columnar reports, paginated lists, validated forms, other various decorators).
Things that are intimidating me:
  • Database persistence layer, through MySQL or an OO database. So far, I’ve just been doing very basic persistence through saving it in the image, just for development, but I’ll need this layer soon.
  • Users and Permission systems. Pier has a unix-like permission system, but it’ll take some doing to figure it out and integrate with my app.
  • I need some kind of page templating system (again, gotta investigate how Pier does it).
  • Lack of proper REST support is troublesome. Maybe I can throw something together, here..
Squeak Questions to investigate:
  • Ok, this is so simple, but how do you do a Search & Replace inside a code browser window?
  • How do you.. well, delete or garbage-collect objects? Say I have a component that’s tracking a list of shopping items. When I delete an item off the list, it still exists in memory, and examining allInstances of that class turns up that item. What still references it? How do I make it disappear?
  • How to set up STOR / version control.


Comments:

 

I want to:
43 Things Login