<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Trisummit Technologies</title>
	<link>http://trisummit.net</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 20:45:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Creating a Web Service in Jive SBS 4.5.X Extending Rest</title>
		<description>There is not a whole lot of documentation out there on this subject out on the Web.  Nevertheless, there is one document that is available on the Jive Software community which gives a real good start.

https://community.jivesoftware.com/docs/DOC-28795

This actually is a much better document than came with the 4.0 Jive SBS Developer's Traning Course ...</description>
		<link>http://trisummit.net/2011/12/23/creating-a-web-service-in-jive-sbs-4-5-x-extending-rest/</link>
			</item>
	<item>
		<title>Building Webservices using Java with Maven</title>
		<description>I recently had the task of creating a webservice in Java. I was disappointed at how difficult it was and how incomplete and error prone the available documentation is. Creating a webservice in Java is not a trivial exercise. There are a lot of little steps. Miss one and it does ...</description>
		<link>http://trisummit.net/2011/10/28/building-webservices-using-java/</link>
			</item>
	<item>
		<title>java.lang.reflect.InvocationTargetException with Axis2</title>
		<description>I used the wsdl2java functionality build the necessary classes for communication with a particular webservice. However, when the webservice stub was called to perform the communication, I was given this error.

java.lang.reflect.InvocationTargetException - full stack trace given below.

In digging through trying to determine the cause of the problem, I recalled having ...</description>
		<link>http://trisummit.net/2011/09/16/java-lang-reflect-invocationtargetexception-with-axis2/</link>
			</item>
	<item>
		<title>Migrating Content into Jive SBS</title>
		<description>The requirement to move content from an external system into Jive SBS is very common. You have discussion forum content and blog content in whatever system (Wordpress, Jive Integrated, Teligent, Dot Net Nuke, PHPBB, etc.) and you need to get it into Jive SBS. And then complicating the situation further ...</description>
		<link>http://trisummit.net/2011/08/19/migrating-content-into-jive-sbs/</link>
			</item>
	<item>
		<title>Remove Tabs in MediaWiki</title>
		<description>This is an easy one.  If you need to remove all of the tabs in your Mediawik Wiki site, just go into the css page and modify it as follows:

.pBody {
        font-size: 95%;
        background-color: white;
 ...</description>
		<link>http://trisummit.net/2011/07/11/remove-tabs-in-mediawiki/</link>
			</item>
	<item>
		<title>How to Force URLs to be Lowercase</title>
		<description>First off, I do not recommend doing this.  You may have undesireable effects such as images that use upper and lower case names all of a sudden no longer displaying because they must be lower case to work.

The general concensus among members of the SEO community seem to be ...</description>
		<link>http://trisummit.net/2010/08/12/how-to-force-urls-to-be-lowercase/</link>
			</item>
	<item>
		<title>Connecting Jive SBS to an SSL Protected Webservice</title>
		<description>This was the task.  We are hooking up Jive SBS to an SSO server for authentication and I am writing a plugin to handle this task.  In the plugin, I come to the part of the code where I need to communicate with an external webservice.  In ...</description>
		<link>http://trisummit.net/2010/08/09/connecting-jive-sbs-to-an-ssl-protected-webservice/</link>
			</item>
	<item>
		<title>Axis2 Jar file entries in the POM.xml File</title>
		<description>I am using Maven to do my builds for Jive SBS; however, I needed to add the Axis2 jar files to commucate with the Single Sign-on Server.  I added all that were needed to do the perform the wsdl2java functionality.  Here are the dependencies that I added to ...</description>
		<link>http://trisummit.net/2010/07/09/axis2-jar-file-entries-in-the-pom-xml-file/</link>
			</item>
	<item>
		<title>Crowd Authentication Server Review</title>
		<description>I started working with the Crowd application for single sign-on and identity management about four months ago.  I have been quite impressed with it.  The application allows your applications to use a centralized repository for user authentication.  Additionally, it provides an OpenID service for your same users ...</description>
		<link>http://trisummit.net/2010/04/27/crowd-authentication-server-review/</link>
			</item>
	<item>
		<title>VPSLand Review</title>
		<description>I was in need of some external facing virtualized servers and ran across the website at http://vpsland.com.  I was skeptical at first as the specs on the website said nothing about them running on ESX servers.  But I decided to give it a try.  I tried both ...</description>
		<link>http://trisummit.net/2010/04/22/vpsland-review/</link>
			</item>
</channel>
</rss>

