369 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
Multiple checkboxes writing into one variable, in a repeat control
Tue, May 15th 2012 67
JavaDoc for all your Notes.jar Classes
Tue, Feb 28th 2012 222
How To Set Dojo Timeout for Partial Updates and AJAX Calls
Mon, Nov 28th 2011 154
JPA, Eclipselink and Lotus Domino Integration
Tue, Sep 27th 2011 91
Spatial Queries for MS SQL in Eclipselink JPA Expressions
Mon, Sep 19th 2011 152
XPages: Pimp your Time Controls Up with DojoAttributes!
Tue, Sep 14th 2010 179
How you get to know you have worked too much (Developing Lotus Domino)
Tue, Sep 14th 2010 87
Top 10
JavaDoc for all your Notes.jar Classes
Tue, Feb 28th 2012 222
XPages: Pimp your Time Controls Up with DojoAttributes!
Tue, Sep 14th 2010 179
How To Set Dojo Timeout for Partial Updates and AJAX Calls
Mon, Nov 28th 2011 154
Spatial Queries for MS SQL in Eclipselink JPA Expressions
Mon, Sep 19th 2011 152
Getting your sub-categories right
Tue, Sep 14th 2010 144
JPA, Eclipselink and Lotus Domino Integration
Tue, Sep 27th 2011 91
How you get to know you have worked too much (Developing Lotus Domino)
Tue, Sep 14th 2010 87
Multiple checkboxes writing into one variable, in a repeat control
Tue, May 15th 2012 67


Arne Menting
Blog Title Tech Drive Active
Blog Description No blog description listed in the feed.
Blog URL http://techdriveactive.blogspot.com
RSS Feed http://techdriveactive.blogspot.com/feeds/posts/default?alt=rss
PlanetLotus Feed http://planetlotus.org/profiles/rss/arne-menting
Validate Feed feedvalidator.org or validator.w3.org
Feed Last Checked May 18, 2012 12:13:21 AM EST. Realtime Update:
Landed Here Sep 20, 2010
Location Paderborn-Buren, Germany
Posts: # / 1st / Latest - -
Total Hits 1,096. myPL RSS Selections: 26


Recent Blog Posts
67


Multiple checkboxes writing into one variable, in a repeat control
Tue, May 15th 2012 7:10a   Arne Menting
This time a very special control: you want to include checkboxes in a repeat control or a view control for every row that is rendered. This should work for pager etc. and write into one single variable. Usually this does not work, as a CheckboxGroup cannot span over other tags. I found the following workaround, that uses a HashMap in the sessionScope to store the values. Unfortunately, this only seems to work with regular updates, as the pager control does not save values for already checked box [read] Keywords: ibm blogger java javascript xml
222


JavaDoc for all your Notes.jar Classes
Tue, Feb 28th 2012 5:09a   Arne Menting
Did you ever wonder why your classes do not show a hint when hovering over it in your eclipse IDE?Here is a quick solution to make your life a lot easier:Just download the domino-javadoc-0.4-out.zip file linked from the following url, unzip it into any convenient directory (or generate the doc yourself, unsing the provided instructions), and link the newly created Notes7-pseudo-javadoc.zip to your Notes.jar by right-clicking it and selecting "Properties" in eclipse.http://domino-javadoc.source [read] Keywords: domino notes blogger eclipse properties
154


How To Set Dojo Timeout for Partial Updates and AJAX Calls
Mon, Nov 28th 2011 8:09a   Arne Menting
I recently had a hard time searching for a possibility to set the default for a call done by an XPage client sidescript.XPages-Dojo default is somewhere around 6 seconds (infinite for normal dojo), which is just not enough in some places (be sure to include a loading bar or dojo standby to signal the user you are still doing something for them in the backend).After some research i found this link, whick is exactly what i needed, and now im reblogging it here to give it some more keywords for you [read] Keywords: xpages ajax blogger dojo
91


JPA, Eclipselink and Lotus Domino Integration
Tue, Sep 27th 2011 8:11a   Arne Menting
You might be curious, what my last post about doing geo-spatial queries in JPA has to do with Lotus Domino development - here is the answer, and a question: After developing the classes for my spatial search along a specified route (tested perfectly well in the eclipse environment), now is the time to intregrate this beast with Lotus Domino server - this should be pretty simple - but only on first sight. JPA stores its configuration inside a persistence.xml file in the /META-INF directory - bu [read] Keywords: domino ldd lotus blogger bug development eclipse google integration security server xml
152


Spatial Queries for MS SQL in Eclipselink JPA Expressions
Mon, Sep 19th 2011 7:08a   Arne Menting
The Problem: How to query Microsoft SQL Server 2008 Geography Data Type with Eclipslink Expressions? Eclipselink provides an easy, extensible way of mapping relational data to java objects. But: it does not yet implement direct mapping of the geography data type that is available on Microsoft SQL Server 2008 R2 (byte array mapping is possible though). Now this is easy with a native query like this simple query, that selects all entries, that are within a buffer of 500m within a given route - [read] Keywords: blogger database eclipse email java microsoft properties server sql wiki xml
179


XPages: Pimp your Time Controls Up with DojoAttributes!
Tue, Sep 14th 2010 12:55p   Arne Menting
Ever wondered how you would use those DojoAttributes? Here is a way on how to customize your time controls, give them another scale, set the displayedValue (the only way i figured out to set a default value when using time/date only controls), and attach client-side javascript events to the dijit control without building it yourself.br /br /Here is how it works:br /olliMake sure, the XPage has setbr /predojoParseOnLoad="true" dojoTheme="true"/preeither in xp:view tag or in "All Properties" [read] Keywords: ibm xpages blogger dojo java javascript properties xml
87


How you get to know you have worked too much (Developing Lotus Domino)
Tue, Sep 14th 2010 12:54p   Arne Menting
ulliYou keep hitting F9 in your feed reader and wonder why nothing is happening/li/ul... maybe continued soon with other real life experiences.div class="blogger-post-footer"img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8315958272503689080-5140801768097532501?l=techdriveactive.blogspot.com' alt='' //div [read] Keywords: domino lotus blogger
144


Getting your sub-categories right
Tue, Sep 14th 2010 12:49p   Arne Menting
span style="font-size: x-small;"Do you need to get Data from a specific subcategory in x-pages?br /br /Maybe, you want to use categories to get totals easy and precalculated like this:br /br /You have a view with three categories:br /Column 1: Category 1 ("Year")br /Column 2: Category 2 ("Customer")br /Column 3: Category 3 ("Month(s)")br /Column 4,5: some totals for each monthbr /br /You want to get a specific Category 2, and output alls the stats it has in the Category3...br /br /You co [read] Keywords: ldd lotus notes blogger




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