Professional Services Technical Team
Top Contributors
In this site...
24 contributions, 2
received
Authority on...
best-practice
SAAS
integration
tag
In this site...
5 contributions, 2
received
In this site...
11 contributions, 13
received
In this site...
3 contributions, 2
received
In this site...
2 contributions, 1
received
18 discussions
SaaS Technical Analysis
by Jason R August 13. Tagged architecture best-practice SAAS
I've just come from a conference on SaaS. I learned some things I want to share with the team in order to architect the product. Sharing is a best practice:
sql white paper update
by Jason R June 10. Tagged whitepaper document sql
we need to update this document
Implications on Intelligence
last reply by ticktalk at May 8. Tagged white-paper satellite ranch
What does this mean?
Simple trying out double submission
Integration Best Practices
by Jason R February 14. Tagged converter integration best-practice
All,
Please make sure to use the XML converter version 3.4 for all integrations that you build. It won't work for the latest version if you don't.
Mobile integration
by Jason R February 14. Tagged querycom mobile integration
I have a customer who is interest in integrating QueryCom into their mobile server. Do we have any document or advice for this? Thanks.
What is your favorite technology?
last reply by ticktalk at January 7. Tagged list java groupswim
GroupSwim is built on Java, Tapestry and other open source tools. It works great!
Lockbox integration
last reply by Jason R at December 12 2007. Tagged suns palomino documentation
Does anyone have experience integrating with a lockbox provider? If so, who is the provider and what kind of technology did you use? If you don't mind, please share any documentation you are comfortable posting. Thanks.
Pros and Cons of Windows versus Unix
last reply by
ticktalk
at
November 29 2007.
Tagged
technology
windows
pros-and-cons
Hello,
We get alot of questions from customers about the pros and cons of different operating systems for our products. The truth is there are some issues to consider:
Windows is more appropriate for small to mid-size companies whereas Unix is better for large enterprises. We architected the product to perform will on both. I've attached a document to this piece with lots of detail. Please feel free to ask questions about it on this post and I will respond in kind. Thanks.
Chart of accounts
last reply by Jason R at October 16 2007. Tagged of accounts starter
Hello,
We are using a veryold chart of accounts. Does anyone use the standard set the product comes with? If so, what did you think? Thanks.
Integrating with SSL and Remedy
last reply by Haley at September 18 2007. Tagged remedy ssl integration
The key to integrating with Remedy Web Service over SSL is importing the trusted root CA certificate into the JVM used by SL.
1. Get the trusted root CA certificate of the external web server, in Base 64 Encoding format.
2. Import the above certificate into default keystore (cacerts) of the JVM used by /SLC:\j2sdk1.4.2_15\jre\lib\security>..\..\bin\keytool.exe -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias rootcert -file D:\root.cerCertificate was added to keystore