Jetspeed 2.2.0 release

Thursday, May 28th, 2009

Jetspeed 2.2.0
The Jetspeed 2.2.0 release is a major release of the Jetspeed-2 portal and is the first release of Jetspeed that is fully compliant with the Java Portlet Specification 2.0. With this new version of Jetspeed.
Jetspeed 2
See Latest jetspeed in action demo
Use the username admin connects using the password j2
New Features in Version 2.2.0

Portlet API [...] Read more »

Help file from XML Documentation using NDoc

Friday, May 22nd, 2009

In this article we will explore the usage of Open Source tool NDoc to create
MSDN type help file from the xml documentation in a DotNet assembly.
To know how we can create XML documentation visit the link
XML Documentation in Visual Studio using GhostDoc
Ndoc basically uses two sources to generate documentation.
One is assembly file and second is [...] Read more »

XML Documentation in Visual Studio using GhostDoc

Friday, May 22nd, 2009

In this article we will explore how to generate the xml documentation in Visual Studio for our .NET code.
Basically Every .NET assembly can contain the comments as documentation which we place after ‘///’(Triple slash) in our code.
For example:
If we write the following code in visual studio it gets assigned into assembly as xml documentation:

[...] Read more »