I recently blogged about new mobile features in the Dojo toolkit, so I thought I would give equal time to JQuery. JQuery Mobile has recently release Beta 2 of the toolkit and it includes lots of great features. The mobile toolkit has various levels of support for a variety of devices. JQuery maintains an A-B-C […]
Posts Tagged ‘portal’
WebSphere Portal and Maven (Part 5)
I recommend using a maven plugin to package your logic. The reason is that the ANT antcall and XSLT tasks require file inputs (and do not support URIs). When you package these file resources into a jar (as you do with a plugin) then you can extract them to the correct relative filesystem locations as […]
Forrester’s latest Wave for Enterprise Social software
Forrester has just published their latest research on Enterprise Social software systems. The Wave chart shown here indicates that Jive, IBM, NewsGator and Telligent lead the list of vendors. You can get the entire report at forrester.com. In analyzing the top four leaders in the Enterprise Social Software space, Forrester says: Jive SBS: “… continues […]
Forrester's latest Wave for Enterprise Social software
Forrester has just published their latest research on Enterprise Social software systems. The Wave chart shown here indicates that Jive, IBM, NewsGator and Telligent lead the list of vendors. You can get the entire report at forrester.com. In analyzing the top four leaders in the Enterprise Social Software space, Forrester says: Jive SBS: “… continues […]
WebSphere Portal and Maven (Part 4)
So far you have a compiled portlet and an XSLT capable of producing an xmlaccess request input file based on your specific portlet.xml file. Next you create an ANT script that is capable of submitting your request to the portal server. The script presented below diverges to distinguish between local portlet deployments (when you are […]
When to use JSR 286 vs JSR 168 for portlets
Some confusion exists in the portlet development community, because many vendors tout their compliance with JSR 168 standards and less rarely talk about JSR 286 compatibility. I think this is mostly due to the fact that prior to JSR 168 becoming mainstream, the standards were loose and vendors built to their own specifications. So becoming […]
When to use JSF in Portlets and when to not?
A colleague presented me with this question today: Under what conditions does it make sense to use JSF portlets and when doesn’t it? This is a good question and can be applied to several frameworks, such as Struts and Spring MVC. Now before I answer, let me give you some of my background. I’ve been […]
WebSphere Portal and Maven (Part 3)
The deployment of a portlet to a portal server is accomplished using xmlaccess (also called the XML configuration interface). At this point I need to point out that the deploy goal of maven is a separate concept from a portlet deployment. The maven deploy goal is intended to move your packaged maven artifact to the maven […]
WebSphere Portal and Maven (Part 2)
This post assumes that you have installed an automated build stack (which consists of maven, a maven compatible repository server, and a continuous integration (CI) server). This post also assumes that you have installed and configured the m2eclipse plugin for your RAD/Eclipse IDE. The details of these installations are beyond the scope of this series of posts. A maven […]
WebSphere Portal and Maven
“Well it works on my machine” is the single most frustrating developer quote you will hear while working on a portal project. The open source world has experienced great success with automating builds and server deployments using apache maven and continuous integration (CI) servers like hudson, continuum, cruise control and others. Investing time in the beginning of […]
Automating SharePoint 2010 Installs
Configuring a SharePoint 2010 Farm is a non-trivial undertaking. Each of the servers in the farm must have the correct software installed. In addition, a myriad of accounts, databases, applications, and services must be correctly installed, created, and configured on each server. Typically, a project team requires three or four different farms (development, integration, validation/test, […]
Top 7 Considerations for SharePoint 2010
Over at CMS Wire, Scott Jamison (@sjam) has posted an article about SharePoint 2010 titled: The Executive Perspective: Top 7 Things You Must Consider for SharePoint 2010. Aimed at those companies looking to implement SharePoint 2010, Scott explains the following 7 things to consider: Go All-in or don’t bother. I echo that. I’ve seen too […]