• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

What makes a website - a portal?

 
Ranch Hand
Posts: 782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Gartner Group refers to "portal" as the "most abused term in IT." I was wondering what could be done (extra work) on a simple wesbite to make it (convert it) a portal?

In other words, both non-portal and portal wesbite runs within browser over http(s). Suppose, a non-IT person visits a website; Now how this person will decide whether, I am visiting a portal or non-portal website?

Thanks.

Bye,
Viki.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi There are few things you have to remember between a normal website and a Portal.

----> A Portal provides Single Sign on Facility(It is avalable in yahoo)
----> It provides User specific/community specific customization.
----> It is a interface of remote application from a Portal.
----> A intranet Portal mainly B2A type provides Crawler and job shedulign feature.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Form dictionary.com:

por‧tal
1.a door, gate, or entrance, esp. one of imposing appearance, as to a palace.
2.an iron or steel bent for bracing a framed structure, having curved braces between the vertical members and a horizontal member at the top.
3.an entrance to a tunnel or mine.

A portal can be many things, but in Java, it has to do with a website that is backed up by the Portal API. That means built in user customizations, single sign on, and edit features, for the most part.

I did a tutorial to answer just the very question you are asking. It's very popular, and demonstrates what a Portal, such as WebSphere Portal, is all about. Enjoy:

http://www.technicalfacilitation.com/multimedia/portal/01%20intro/portalintro.html

-Cameron
 
reply
    Bookmark Topic Watch Topic
  • New Topic