Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

According to the feature matrix comparing Outlook Web Access to Outlook on Microsoft's site, Outlook Web Access is a built-in component of Exchange Server 2007. It offers most email, some calender, some productivity, and some of the other functionality of Outlook 2007 paired with Exchange. Perhaps that's the first place to look, as it already integrates with Exchange and all.

You'll need far more for this sort of thing than just a template system or web framework. You'll also need at least:

  • DBI and a suitable DBD for your SQL database
  • Net::LDAP for access to ActiveDirectory (which would also be handy if you were making your own phone book/address book app)
  • some connector to Exchange if you want the calendering to mate with that
  • an RSS reading and perhaps aggregation module

You'll also need some other parts (some of which will be provided by some web frameworks) if you don't tie directly into Exchange's data for these parts:

  • Date or Time modules for separate calender functionality
  • some way to manage user accounts (creation, deletion, authentication, editing)
  • some way to manage the sessions of the logged-in users
  • an interface to get your address book data into and out of an SQL database or an LDAP directory

There are parts of this intranet of yours out there, but you'd have to piece them together. Getting them to work in an integrated way could be a hassle. Consider what Microsoft offers already made since you're tied to the Windows/IIS/Exchange platform.


In reply to Re: Recommendations for an IIS intranet by mr_mischief
in thread Recommendations for an IIS intranet by sweetblood

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found