The Artima Developer Community
Sponsored Link

Java Buzz Forum
Getting back to work

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Carlos Villela

Posts: 116
Nickname: cvillela
Registered: Jun, 2003

Carlos Villela is a Java developer working mostly with web technologies and AOP.
Getting back to work Posted: Jun 26, 2003 10:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Carlos Villela.
Original Post: Getting back to work
Feed Title: That's sooo '82!
Feed URL: http://www.jroller.com/rss/cv?catname=Technical
Feed Description: Carlos Villela's weblog. Everyday life, everyday software development, everyday musings.
Latest Java Buzz Posts
Latest Java Buzz Posts by Carlos Villela
Latest Posts From That's sooo '82!

Advertisement
It's the end of my post-JavaOne honeymoon with the world, and I need to start working again, mostly for two reasons: the first and most obvious one, money. The second is that I'm all excited to put my hands on a piece of code again. I haven't touched my Eclipse since the last month, and that gave me a lot of time to think about some new, cool things to do with my little to-be-commercial-if-everything-goes-right-and-opensource-if-they-don't-pay-me CMS. Sure it's not even near SiteVision, but it's doing some progress.

I just realized that I've backlogged a feature for a long time in this system: security. I'm not really sure about how to implement it. I'm using AOP to define plug-ins to everything, and even the core classes (Content, Folder, Image, etc) are pluggable. So, how to make security on this kinds of systems work? Every object on the system has an owner, and all objects must be reachable from a single entry-point (the HomePage object), but there's no notion of a user session yet. Any ideas on how to transparently bind an HttpSession got from WebWork (1.2, for now) into my business objects?

Feedback really welcome :)

Read: Getting back to work

Topic: A tenuous argument, but.... Previous Topic   Next Topic Topic: HOWTO: FreeRoller comments

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use