Jetspeed 2.2.0 release
Thursday, May 28th, 2009Jetspeed 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 »
Configure Forget password in Jetspeed2
Wednesday, February 25th, 2009In Jetspeed 2 portal registered users can retrieve there password using via email.
In lot of instance portal administrator doesn’t configure mail server properly, Which causes this problem.
Portal Administrator should fill following configuration in administration.xm under (WEB-INF/assembly/) to enable mail sending from jetspeed 2
<beans>
<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property name="host"><value>localhost</value></property>
<property name="username"><value></value></property>
<property name="password"><value></value></property>
<property name="javaMailProperties">
<props>
<prop key="mail.smtp.auth">false</prop>
</props>
</property>
</bean> Read more »
Import or export PSML in Jetspeed-2
Saturday, February 14th, 2009Jetspeed 2 gives you an user-friendly interface to import or export psml/link/folder from portal. Its doesn’t matter that you are using db or file system to store your pages. This feature is available in portal site manager.
For importing or exporting, you just need to select the node from tree structure and export or import [...] Read more »
Apache Jetspeed2
Saturday, February 14th, 2009Apache jetspeed 2, first released happen 16 Mar 2006. Since that time Jetspeed 2 is leading java portals. lot of big portals are based on jetspeed container. Jetspeed-2 is using pluto, as jsr1-168 implementation. There is no doubt to say jetspeed 2 is one of the best java based portal server avaible right now. There [...] Read more »