[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building Intranet with Java & Opensource



We might need a better description of what features you want in an Intranet.  Here is a partial list of common Intranet features:
- ToDo List
- News
- Human Resources Forms, booklets, newsletters
- A web page per department and content management
- personlization (think my.yahoo.com) - per user customized layout, widget and content
- Calendars (personal, departmental, team, corp)
- Threaded discussions
- FAQs
- Policy and Procedure documents
- Search engine for the intranet
- Document management
- Chat
- "Scorecards" - inventory levels, customer satisfaction, sales initiatives
- Competitor tracking
 
These features can cost you some time to create.  You could purchase many of them.  In the open source/free world you might look at Apache JetSpeed and Apache Struts + Tiles as frameworks to get you going in the right direction.
 
I've built an intranet still in use by 1000+ users and it wasn't a simple undertaking.
 
If all you want is some dynamic web pages that hit a database then check out Tomcat and the J2EE feature known as JSP as a starting point. In many cases, an intranet is simply a nice static website using plain 'ol HTML.
 
Burr
 
----- Original Message -----
Sent: Monday, April 01, 2002 8:39 AM
Subject: Building Intranet with Java & Opensource

Hi yall,
 
  To help expedite the learning curve for a novice like myself, does anyone know of any good references on how to build a basic intranet from scratch using java technology and open source projects like apache?
 
I'm interning, and I haven't fully convinced my company that java is the way to go in terms of building an intranet. Using search engines have been relatively helpful in finding me generic resources, but I need books, magazines, or even potential seminars that show more specifically how an intranet may potentially be better implemented using java as opposed to other technologies.
 
For those who are interested in what I'm saying, keep in mind, that java would be a totally new thing for this company. But since getting a taste for it in academia, I think its the best thing to happen to software development. So I need my company to feel the same way, so that the whole world benefits :)
 
Therefore, any hints, advices, points of references, or responses to this message is appreciated in advanced.