332 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
View Outputformat "json" issue
Thu, Feb 21st 2013 131
Dive in to ace
Fri, Feb 8th 2013 146
Light reader of www.alexa.com rank
Mon, Feb 4th 2013 131
xPage: Optimize Uploaded Image
Wed, Oct 17th 2012 111
Custom File Upload in the xPage. Java. Backend.
Thu, Oct 11th 2012 129
It looks like Planet Lotus users are more familar with programming languages than with natural.
Sat, Oct 6th 2012 86
CKFinder for Domino. Downloading
Sat, Oct 6th 2012 112
Top 10
Dive in to ace
Fri, Feb 8th 2013 146
Light reader of www.alexa.com rank
Mon, Feb 4th 2013 131
View Outputformat "json" issue
Thu, Feb 21st 2013 131
Custom File Upload in the xPage. Java. Backend.
Thu, Oct 11th 2012 129
CKFinder for Domino. First step.
Fri, Sep 28th 2012 123
How to use Velocity in xPages
Fri, Sep 7th 2012 114
Accessing XPages global objects in Java (extended)
Fri, Sep 21st 2012 113
xPage java.lang.NoClassDefFoundError
Wed, Oct 3rd 2012 113
CKFinder for Domino. Downloading
Sat, Oct 6th 2012 112
xPage: Optimize Uploaded Image
Wed, Oct 17th 2012 111


How To: run Domino agent outside from Lotus Notes client
   

This is simple with the help of Java API

Read more ยป

---------------------
http://lotusandjava.blogspot.com/2012/02/how-to-run-domino-agent-outside-from.html
Feb 02, 2012
55 hits



Recent Blog Posts
131


View Outputformat "json" issue
Thu, Feb 21st 2013 6:10a   Andriy Kuba
I got problem with "Outputformat=json" for view. In the case of "!" sign presence in a view column, it wrapped to "!". That is incorrect for canonical JSON. I use JSON for HTML output, so I fix it by replacing "!" to it's HTML code "!". To fix - place simple formula in to the column value: @ReplaceSubstring(HTMLinList;"!";"!") [read] Keywords: domino
146


Dive in to ace
Fri, Feb 8th 2013 5:10a   Andriy Kuba
We use HTML templates in our project. Unfortunately there is no ability to good editing this templates in the IBM Notes client I dig around a little and found a cool thing - ace - that help us a lot. So, xPages, ace, jQuery and few hours of work: [read] Keywords: ibm notes notes client xpages ajax
131


Light reader of www.alexa.com rank
Mon, Feb 4th 2013 5:08a   Andriy Kuba
Alexa is a good site to check you rank, unfortunately it's does not store statistic for the sites that have less than 100,000 rank. You could buy account, for store such statistic for you own site. Sometime you need to look for the statistic of your competitors, that are lower than 100,000. I create a little program that allow you to gather statistic for any site that is on the www.alexa.com. You need to put URL in to the properties file, run program and look in to the resulting jso [read] Keywords: properties
111


xPage: Optimize Uploaded Image
Wed, Oct 17th 2012 7:00a   Andriy Kuba
I had a task to upload images in xPage. The next one is to optimize image lossless. User upload the image in to the Domino media library and the image optimizing on the fly. Unfortunately there is no good Java solution for lossless optimization of images. There are set of solution to use third party command line programs and run it from java. The problem is that you need to install this program on the server, many of them supports only one OS, so if you have Domino server on the windows and t [read] Keywords: domino application blogger java linux server
129


Custom File Upload in the xPage. Java. Backend.
Thu, Oct 11th 2012 5:02a   Andriy Kuba
There are a lot of articles about custom file upload with xPages. Most of them are about JavaScript. They use Java classes, so convert that code in to the Java is not problematic. It's very easy to do in backend java code within xPages. The only one miss is that we could not write to the file attachment directly from the request. We still need to use a file. Thanks to xPage - it handle server temp files himself. The code: public void process() throws Exception { HttpServletRequest req [read] Keywords: xpages blogger java javascript server
86


It looks like Planet Lotus users are more familar with programming languages than with natural.
Sat, Oct 6th 2012 6:22a   Andriy Kuba
True code header have better rate: [read] Keywords: lotus blogger planet lotus planetlotus
112


CKFinder for Domino. Downloading
Sat, Oct 6th 2012 6:10a   Andriy Kuba
CKFinder have two options to download files (images) - by request to the server "connector" command processor and by direct downloading. Request to the "connector" ("ckfinder-connector-urlconnector.xsp?command=Download...") is not accessible for Domino. For direct download CKFinder use file(image) link with the "?download" command. Let's modify this way for allowing CKFinder to "download" files from the Domino server. Browser would download file in the case if "content-disp [read] Keywords: acl domino blogger database java server




92


CKFinder for Domino. Images (and Files)
Fri, Oct 5th 2012 8:23a   Andriy Kuba
CKFinder open an image in the same way as a thumbnail. So we have exactly the same problem like for thumbnails in Domino. CKFinder construct link to the file like "base-file-urlfilename". In Domino, we have access to the attachment with the help of "$file" path. So we must to have URL like: "base-file-urlfilename$filefilename." or "base-file-urlfilenamefilename" in the case of substitution. You need to find in the ckfinder.js string like J.push('a'); and change it with if (!F [read] Keywords: domino blogger java
78


CKFinder for Domino. Thumbnails.
Fri, Oct 5th 2012 4:37a   Andriy Kuba
CKFinder have two options to show thumbnails - by request to the server "connector" command processor and by direct downloading. Request to the "connector" ("ckfinder-connector-urlconnector.xsp?command=Thumbnails...") is not accessible for Domino. Reading thumbnail attachment on the server and return data as result of the command is expensive operation for the server. CKFinder construct direct download like "thumb-base-urlfilename?hash=.....". In Domino, we have access to the atta [read] Keywords: domino blogger java server
113


xPage java.lang.NoClassDefFoundError
Wed, Oct 3rd 2012 6:17a   Andriy Kuba
Suddenly got "java.lang.NoClassDefFoundError" error on my xPage for the class from "Java" design area. The day before it works without problems. Project clean, rebuild does not help. Server restart does not help. I read that Recompile code when opening in designer (xPages) solution helps for someone, unfortunately not for me. The only one solution helps is to rename class that was not found. I am lucky to have only one such class and I am afraid to get this error again for all of them [read] Keywords: domino xpages blogger java server




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition