The Artima Developer Community
Sponsored Link

Java Buzz Forum
The Enterprise Software Ladder

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
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
The Enterprise Software Ladder Posted: Aug 28, 2005 8:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: The Enterprise Software Ladder
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

Over mounds of meat and eggs the other night, we derived the famous Enterprise Software Ladder. The theory goes that the development of Enterprise Software typically goes through the following stages:

  1. Features/Innovation: You come up with some system that takes data in one end, transforms and/or arranges it, and spits it out the other end, or ends.
  2. Multi-user: You change the system so that multiple people can use it at once.
  3. Role-Based Security: You change it so that each of those users can be put into groups, and each of those groups can do different things.
  4. Fine-grained security: Your "static" groups -- admin, user, etc. -- aren't good enough for everyone, so you add in a full-blown permission driven security model where new groups can be created with all possible combinations of rights to do things.
  5. Externalized security: Integration with other security systems: LDAP, Active Directory, etc.
  6. One word: dashboards.
  7. Playing Well Together: With multiple systems running around in your company, someone says, "holy crap! We've got 400 different applications, and none of them talk to each other! Let's integrate all these things!"

At the end, some plucky group in your own company or, more typically, another company, has started at the lower rung of the ladder, coming up with newer, better features. And your customers have started to notice.

Read: The Enterprise Software Ladder

Topic: No Best Practices Previous Topic   Next Topic Topic: [Aug 19, 2005 10:49 PDT] 15 Links

Sponsored Links



Google
  Web Artima.com   

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