Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

Enough theory! Here's how my first real foray into building something with XPages is going

By Andrew Pollack on 06/24/2008 at 01:24 PM EDT

After all the time at the workshop doing walk throughs, all the demos, and all the talking -- I decided to try building something useful with XPages today. Even with all the background information, I'm finding my knowledge to be a little too theoretical and when it comes to practical code I'm really having to work for it.

The idea is simple enough -- but revolutionary from a pure old-school Notes perspective. I have two forms. One has company data, the other has record data. The records have a many to one relationship with the company data. It's like an invoice, or maybe a directory. You want to store the company information which is the same for all people in one place, and use another place for the data on each record. What you don't want, is a lot of navigating from place to place, editing on one form, then redrawing and doing a bunch of look-ups.

In building the thing, its tricky to keep track of the scope and bindings for each object. I've found that John Mackey's posting has been a great walk through refresher. In particular the slide deck he provides. Since I'm changing things as I go, I still stumbled in places but once I'd started using John's example as somewhat of a road map the stumbling became much more manageable.

I've got a working prototype now. It's taken me several hours to really understand what was going on, but that's a first timer (newbie) learning curve. Its a steep one, but its manageable. Re-doing this would now take only an hour, and after I've done a few it will be the work of minutes.

In the prototype, you can select the company or select "New Company". The company data is editable, and a save button tied just for that allows you to update it in place. The individual records display in a panel below, and can also be selected and edited.

The big learning curve here, as in anything else, is going to be developing your design patterns. For example, some early "Ah-ha" moments and patterns that I see emerging are as follows:

"Panels" will allow you to bind elements together that work with common data very well. For example, if I've got two data elements on my XPage, I can use script on a button to save each separately, or save them both. If the button is on a panel, and the panel is bound to a data source, a simple action "Save Document" will save the elements for the document which is bound to the panel. There's no confusion because the panel itself is tied to a document and the button is on the panel. If I don't tie things together on panels -- because I want to mix them up for display or whatever -- I can still call a save, but I need to know the name of the data element I've bound and call it's save function.

Generally speaking, you're going to want to create "Custom Controls" - think of these as Sub-Xpages, but without any implied limitations - for each of your form and view elements. Make them work as units, then drop them on the main pages. This will make debugging and reuse much easier.

No screen shots today, since the data is confidential.

I'm sure there'll be much more as I go.


  • car icon

    On Site Training

    We can bring the same kind of top quality training you get at conferences right to your offices. If your team needs training in a single topic, or you want to do a whole series on site, we can put a mini-conference together just for your team. For more information, Contact Me.
  • There are  - loading -  comments....



    Other Recent Stories...

    1. 02/06/2010When does an application stop belonging to its owner?When an application becomes truly successful and people start relying on it for things they consider important, is there a point at which the application starts to belong to the owners? Facebook's latest change brings the topic to mind, but it can happen to you with internal applications as well. There comes a time when users begin to have a personal stake in the design of a good application. Facebook makes a great example for when your users really own your application. Its user base is both extremely ...... 
    2. 01/29/2010Lotusphere 2010 - Session Survey ResultsSession results are always a bit strange to go through. I want to share what they looked like for me this year. Nearly all the comments were outstanding - but there's always one that really leaves me scratching my head. Like most speakers who take that part of their work seriously, I try to look at every survey, and pay extra attention to ones with written comments to see if there are things I can do better for next time. You have to grow a bit of a thick skin sometimes because there are always some ...... 
    3. 01/27/2010Is UPS just plain broken? * Updated* Updated January 27th -- Notes at the end of the original story. UPS is usually pretty reliable. My experience, however, has been that if the smallest thing goes wrong the whole process grinds to an inexplicable halt. Let me show you an example. On the 20th (a Wednesday) Lenovo shipped three packages to me. Two of them came from China. The first made the trip in the expected (and paid for) two days. The second seems to have spent days sitting in Shanghai and has so far chained itself to the wall in ...... 
    4. 01/25/2010My presentations posted here from Lotusphere 2010 
    5. 01/24/2010Me - in bobblehead form 
    6. 01/23/2010Announcing the C.U.L.T. Shirt 2010 Winner 
    7. 01/19/2010Great round table with Kristen Lauria about the Lotus Knows campaign 
    8. 01/19/2010The Review: Lotusphere 2010 – Opening General Session 
    9. 01/10/2010The LiveScribe Pen - Reviewed  
    10. 12/11/2009Comparing the iTouch/iPhone with the Blackberry Storm from a Notes Mail user & Geek perspective 
    Click here for more articles.....


    pen icon Comment Entry
    Subject
    Your Name
    Homepage
    *Your Email
    * Your email address is required, but not displayed.
     
    Your thoughts....
     
    Remember Me  

    Please wait while your document is saved.