SlideShare una empresa de Scribd logo
1 de 37
Descargar para leer sin conexión
AD201 What's New In IBM® Domino®
                     Application Development And
                     Domino Designer Social Edition
                     Originally presented by:

                     Pete Janzen | Sr. Product Manager - IBM
                     Dan O'Connor | Domino Designer Team Lead – IBM

                     Presented today by:
                     Matthew Fyleman | Product / Project Manager - We4IT


© 2013 IBM Corporation
Please note:

       IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal
       without notice at IBM’s sole discretion.
       Information regarding potential future products is intended to outline our general product direction
       and it should not be relied on in making a purchasing decision.
       The information mentioned regarding potential future products is not a commitment, promise, or
       legal obligation to deliver any material, code or functionality. Information about potential future
       products may not be incorporated into any contract. The development, release, and timing of any
       future features or functionality described for our products remains at our sole discretion.




       Performance is based on measurements and projections using standard IBM benchmarks in a
       controlled environment. The actual throughput or performance that any user will experience will
       vary depending upon many factors, including considerations such as the amount of
       multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the
       workload processed. Therefore, no assurance can be given that an individual user will achieve
       results similar to those stated here.




2   © 2013 IBM Corporation
Agenda

   IBM Domino Designer 9.0 Social Edition
   XPages in 9.0 Social Edition
   OpenSocial / Embedded Experiences
   Programmability
   Futures




3    © 2013 IBM Corporation
Domino Designer Social Edition Design Goals

   Integrate Domino Designer Extension Library tooling into Designer “core”
   Improve Server Side JavaScript debugging experience!!
   Improve Domino Designer “Welcome” and “Home Page” experiences
   Improve XPages developer productivity
   New Jar design element
   Integrate and improve XSP Properties editor
   Bug fixes and quality improvements in key 'high traffic' areas (such as LS editor)




     © 2013 IBM Corporation
Domino Designer Server Side JavaScript Debugger

   We heard you!!!!
   New “Domino Designer Server Side JavaScript” Debug Configuration

                                                  ●   Debugging is only
                                                      supported on Domino
                                                      Social Edition servers and
                                                      later

                                                  ●   Debugger is based on
                                                      Eclipse “Remote Java
                                                      Connection” protocol and
                                                      uses JPDA/JDI




    © 2013 IBM Corporation
Domino Designer Server Side JavaScript Debugger

   Debugger can be invoked from a
    new toolbar item
   Breakpoints can be set directly within XPages' SSJS or within SSJS Script
    Library
   New 'breakpoint' keyword has been added to the SSJS syntax to allow for
    permanent breakpoints
      ─ Breakpoints are only enabled when the server is running in debug mode
   Sever must be configured to run in 'debug mode' in order for debugger to work
      ─ Note this implies that a port must be opened on the server, so it is not recommended to debug
        servers that have unprotected access to the internet!
               –   JavaEnableDebug=1
               –   JavascriptEnableDebug=1
               –   JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000




     © 2013 IBM Corporation
Debugging Server Side JavaScript!




   © 2013 IBM Corporation
Client-Side JavaScript/Dojo Debug Option

   New debug options
     ─ Use case:
         – Dojo Library deployed in an OSGi bundle on the server

              –   Developer needs to debug uncompressed version of the source files
                        • e.g. xspClientDojo.js   vs   xspClientDojo.js.uncompressed.js

     ─ How:
         – Set the “Use uncompressed resources” option in
           XSP Properties editor


     ─ Result:
         – The XPages runtime will server *.uncompressed.js & *.uncompressed.css if available (from
           within the OSGi bundle)




    © 2013 IBM Corporation
Server-Side Debug Options

   Java Source code is included for all plug-ins in Social edition that originate in
    8.5.3 UP1
   Development Environment setup:
      ─ VERY SIMILAR TO SSJS DEBUG SETUP!! :-)
      ─ Server must be started in debug mode (again be aware of open server port!)
               –   JavaEnableDebug=1
               –   JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000
      ─ Install Domino Debug Plugin into Domino Designer
           – http://tinyurl.com/XPagesDominoDebugPlugin

      ─ Import Java source plug-ins into Domino Designer
          – http://tinyurl.com/XPagesDesignerInstallSource (refer to step #11)

      ─ Set up Domino server and OSGI debug configurations




     © 2013 IBM Corporation
Improve Domino Designer “Welcome”
and “Home Page” experience




  © 2013 IBM Corporation
Home Page and Welcome Experience

   Updated look and feel to align with the new “Discover” page
   Simplified by removing the Welcome page altogether and consolidating content
    onto Home page
   Updated content with intros and help links to help topics for major functional
    areas
   Quick Links tab provides a list of working sets (shows more than 5 working sets
    at a time!), task links, links to resources, and tips
   Home remains closed on restart if manually closed before shutdown




     © 2013 IBM Corporation
Improve XPages Developer Productivity

   Content assist in xsp
    source editor editor!!
    (also works with SSJS in
    xsp source editor)
   Hyperlink navigation within
    the xsp source editor
   Hover help within the
    xsp source editor
   Palette State Saving
   Jar design element
   Navigator now
    shows all working sets!! :-)




     © 2013 IBM Corporation
Bug Fixes to Critical Issues

    Bug fixes for:
       ─ Error 500 when using Java Design Element (also fixed in 853 FP1)
       ─ Source control issues encountered when importing databases with
         many script libraries (also fixed in 853 FP2)
       ─ Fixes to tooling issues reported against Upgrade Pack 1
    Fixes to the LotusScript Editor and builder
       ─ Problems view reports correct line numbers for LotusScript errors!
       ─ Improve search navigation
    Performance/memory improvements in the XPages editor

    IMPORTANT! - Increase Designer JVM settings
       ─ See technote 1617708: Designer Performance Technote
       ─ http://tinyurl.com/DesignerJVMSettings




      © 2013 IBM Corporation
Help Enhancements

   Domino Designer 9.0 Social Edition user assistance
      ─ Improved Designer Home Page info and tips
      ─ Content assist and hover help within the XPages source
   Designer Eclipse help plugins
      ─ Many customer Feedback issues addressed in help
      ─ ~ 1000 updates in the Designer basic guide
      ─ Content organization streamlined
        to remove redundant material
      ─ Language cross references added
        to some topics
      ─ Many new code examples
          – C&S APIs....

   LotusScript Editor F1 help




     © 2013 IBM Corporation
Agenda

    IBM Domino Designer 9.0 Social Edition
    XPages in 9.0 Social Edition
    OpenSocial / Embedded Experiences
    Programmability
    Futures




15    © 2013 IBM Corporation
Some Core Enhancements

    Added 8.5.3 Upgrade Pack 1 to Domino, Domino Designer and Notes
      ─ XPages Extension Library from UP1 now delivered with base platform!
      ─ Domino data service (REST APIs)
      ─ Teamroom and Discussion application templates


    Upgrade core dependencies
      ─ Dojo 1.8.1 offers enhanced mobile support and bug fixes
      ─ CKEditor 3.6.5
               –   Fixed a number of bugs regarding multiple instances on an XPage, image resizing,
                   attachment handling
               –   Added support for spell checker
               –   Improved behavior on iOS (note: CKEditor is not supported on iOS)
      ─ Active Content Filter upgraded to 2.5.0.11




16   © 2013 IBM Corporation
Redirect Control

   Use cases:
      ─ Traveller or iNotes rewrites the Notes doclink to a web link
      ─ Custom redirect handling required within an application
   How:
      ─ Set form display property to a target XPage that includes a Redirect control instance
   Result:
      ─ The Redirect control instance will transform the request URL accordingly based on the set of
        redirect rules
   Example:
      ─ For a mobile redirect rule:
      ─ http://foo/bar.nsf/0e5e7/04aae/?OpenDocument
               –   becomes...
      ─ http://foo/bar.nsf/mobile.xsp?documentId=04AAE&action=openDocument#document




     © 2013 IBM Corporation
A Fresh Look at XPiNC – Performance Improvements

   Single Copy XPage Design feature
      ─ Design Only copy of your XPiNC app locally deployed and preloaded
      ─ Java classes (*.class) and resources (*.css, *.js *.image etc) are cached
      ─ VERY efficient where many instances of a single application are run using XpiNC


   Single Copy Design with computeWithForm enhancements
      ─ computeWithForm can be very expensive in XPiNC when running remote applications
      ─ Computed form plus all its children must be downloaded and executed within the client
      ─ Forms may be arbitrarily large
          – Large forms + High Latency Networks == Poor XPiNC performance

               –   With local S.C.D computeWithForm loads design elements from local NSF


   XPiNC – Beware of Application Design Bad Practices
      ─ Avoid any application logic that incurs unnecessary network transactions
               –   Custom Columns in a viewPanel that call getDocument.getItemXxx();
               –   @DbColumn().. @DBLookup() calls within the rendered property of controls

     © 2013 IBM Corporation
XPiNC Performance Improvements

    computeWithForm example:
       ─ Run a Java Agent in a Local application and then on the same application on a server

    Database app = session.getCurrentDatabase();
    // Database app = session.getDatabase("myServer", “remoteReplica");
    Document doc = app.createDocument();
    doc.replaceItemValue("Form", "frmTask");
    doc.replaceItemValue("Subject", "computeWithForm operation)");
    doc.replaceItemValue("Body", "Text ... ...");
    // log time before computeWithForm operation
    long startTs = System.currentTimeMillis();
    if (doc.computeWithForm(false, false)) {
    // log time after computeWithForm operation
       long endTs = System.currentTimeMillis();
       System.out.println(Long.toString(endTs-startTs) + " millisecs (local)");
       doc.save(true, true);
       System.out.println("document saved");
     }


             Sample
             Results

      © 2013 IBM Corporation
XPiNC Performance Improvements – Run on Server

   New “Run on Server” option
     ─ Ability to run remote applications directly on the Domino server
     ─ Mitigates situation where many XPiNC network transactions degrade performance
     ─ Maintains XPages current look and feel
     ─ Continues to support XPiNC custom features
              –   Notes bookmarking
              –   Notes clients context menus (e.g. Open in Designer)
              –   EnabledModifiedFlag/DisableModified flag behavior
     ─ XPiNC applications can be coded conditionally according to execution mode
     ─ Uses Notes Account framework
              –   Facilitates seamless application access by avoiding re-authentication
              –   If seamless authentication fails, runtime falls back to conventional XPiNC mode (run on client)
     ─ Run on Server is NOT enabled by default
              –   Can be set using an application wide setting
              –   Can be enabled by end user
              –   Can be set via policy


    © 2013 IBM Corporation
XPiNC Client Side JS Enhancements

   XPiNC now has an extensible client side JavaScript model
      ─ Since Domino 8.5.1 the client side XPiNC programming model has been limited
           – Developers were limited to a small number of predefined commands (alert, confirm etc..)



      ─ New XSP command available in IBM Domino 9.0 Social Edition
          – XSP.executeCommand(commandID, commandParameters)

                         • commandID identifies the requested function
                         • commandParams is an object containing arbitrary arg values
                             – Or can be null


      ─ The referenced commands are implemented via client side Java plug-ins
          – Extension point name; “com.ibm.xsp.rcp.ExtendedCommands

               –   Uses simple IextendedCommands Java interface


      ─ Provides secure access to Notes front end functionality via:
               –    NotesUIWorkspace classes
               –   Eclipse API classes
               –   Custom Java code
     © 2013 IBM Corporation
XPiNC Client Side JS Enhancements

   XSP.executeCommand(...) - How it works:
     ─ XSP.executeCommand uses the same runtime path as other XPiNC XSP JS commands such as
       XSP.alert(...), XSP.publishEvent(..) etc..


     ─ XSP.executeCommand(..) looks through the list of 'registered' providers (registered via ext point)
         – If a contributor is found, it is called

              –   Results, if required are returned




    © 2013 IBM Corporation
Agenda

    IBM Domino Designer 9.0 Social Edition
    XPages in 9.0 Social Edition
    OpenSocial / Embedded Experiences
    Programmability
    Futures




23    © 2013 IBM Corporation
Simplifying Access to Your Application's Data & Services

    Challenge: constant context switching with today's applications
       ─ Many applications send notifications to our activity streams and inbox
           – One workflow application may generate thousands of notifications/day

       ─ Notifications not very useful by themselves
       ─ Constant context shifting from one app to another adversely impacts productivity
    Embedded Experiences keep you in the app(s) you work in the most
       ─ They work where you work: Inbox or Activity Stream
       ─ Keep users in context and focused on their work
       ─ Enhances and extends the basic notification – emails become actionable with the latest data
       ─ Reduces cycle time and improves organizational productivity & responsiveness
    Support for embedded experiences:
       ─ IBM Connections 4 CR2 mail & personal and community activity streams
       ─ Goal: IBM Notes 9 and IBM iNotes 9
    Embedded experiences contain either ...
       ─ Arbitrary web pages or
       ─ OpenSocial gadgets

24    © 2013 IBM Corporation
XPages Social Edition Integration Points
●   New XPages SendMail Action:
     ●   Drag & Drop action to facilitate sending simple e-mail
     ●   Advanced features support Embedded Experience
          ●   Encapsulates required JSON or XML payload




         © 2013 IBM Corporation
Agenda

    IBM Domino Designer 9.0 Social Edition
    XPages in 9.0 Social Edition
    OpenSocial / Embedded Experiences
    Programmability
    Futures




26    © 2013 IBM Corporation
Programmability Updates

   Backend Classes
      ─ Enhanced performance ViewNavigator
   Enhancements to Domino data service
      ─ Improved support for rich text
      ─ Support for concurrent updates to documents (Last-Modified, If-Unmodified-Since, etc.)
      ─ Miscellaneous bug fixes
   Java1.6SR12 + ifix

   New Calendaring and Scheduling APIs!!!
      ─ Provides management of personal calendar data and scheduling operations
      ─ Based on iCalendar
      ─ Available for C, Java™, LotusScript®, and server-side JavaScript




     © 2013 IBM Corporation
C&S APIs: Capabilities

    Simple CRUD actions
       ●      Create, Read, Update, and Delete calendar entries
       ●      Leverage iCalendar data format
       ●      Support for repeating entries
       ●      Support for all calendar entry types
                –     Meetings, appointments, reminders, all day events, anniversaries
    Implicit Scheduling
       ●      Invitations, updates, reschedules, cancels, etc – all sent out automatically
    Calendar level operations
       ●      Read calendar view data, get newly arrived invitations, ...
    Entry level operations
       ●      Cancel a meeting, counter a meeting on a calendar, delete an appointment, etc
    Notice level operations
       ●      Accept, decline, counter, and take other actions on invitations, reschedules, etc




28    © 2013 IBM Corporation
Case Study – Core Transaction Enhancements
    Large customer has critical Notes application taking
     5 seconds minimum for common operations
       ─ Running 8.0.2
    Comparative analysis showed benefits of moving to 8.5.3 FP2+
    Outcome from just upgrading client to 8.5.3 FP2+
       ─ ~ 50% decrease in hourglass waiting
       ─ ~ 40% decrease in overall NRPC                                                Upgrading to current
                                                                                        release can really
                                                                                             payoff




 For details: AD209 Informed By The Client - Finding Inefficiencies In Critical Apps
29    © 2013 IBM Corporation
Agenda

    IBM Domino Designer 9.0 Social Edition
    XPages in 9.0 Social Edition
    OpenSocial / Embedded Experiences
    Programmability
    Futures




30    © 2013 IBM Corporation
IBM Domino/XWork & Domino Designer
Continued Investment In Application Development

       EO 2012                                1H 2013                                 2H 2013                                     2014                                      2015


    Notes/Domino/                               Notes/Domino &                                          Notes/Domino/XWork/
     Designer                                     Domino Designer                                          Designer 8.5.x                                        Notes/Domino/XWork/
     Social Edition                               9.0 Social Edition eGA                                   Maintenance Release                                    Designer Next
     Public BETA                                 XWork Server 9.0                                        IBM Enterprise                                        IBM Enterprise
                                                 IBM Enterprise                                           Integrator for                                         Integrator for
                                                  Integrator for                                           Domino 8.5.x                                           Domino Next
                                                  Domino 9.0                                               Maintenance Release
                                                                                                          Note/Domino/XWork/
                                                                                                           Designer 9.0 Upgrade
                                                                                                           Pack (App Dev)

                                                                                                                      Notes/Domino/XWork/Designer 9.x
                                                                                                                       Social Edition
                                                                                                                       Maintenance Release
                                                                                                                      IBM Enterprise Integrator for
                                                                                                                       Domino 9.x Maintenance Release
                                IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion.
                                Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a
                                purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver
                                any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development,
                                release, and timing of any future features or functionality described for our products remains at our sole discretion.


31     © 2013 IBM Corporation
Proposed Enhancements for Domino Designer

    UI enhancements to accelerate XPages development
       ─ New application creation experience (desktop and mobile web)
       ─ Improve usability when using CSS and Themes
    Investigate Eclipse platform upgrade to improve development tooling
    Support new XPages controls
    Support for OpenSocial gadgets
    Improve documentation
    Improve serviceability




32    © 2013 IBM Corporation
Proposed Enhancements for XPages

    XPages core
      ─ Relational Database & REST data sources
      ─ Dojo upgrade + AMD support to improve performance
      ─ Encryption and signature support
    XPages mobile
      ─ Enhanced mobile support
          – Further leverage Dojox mobile,

               –   Better Tablet support
               –   Mobile renderings for additional XPages controls
      ─ Make it simpler to build mobile web apps
      ─ Improved support hybrid applications
               –   Working with IBM Worklight
      ─ Further enhance mobile rendering




33   © 2013 IBM Corporation
Proposed Social App Dev Features

    Leverage social services from Connections, Sametime, SmartCloud
      ─ Merge Social Business Toolkit SDK into XPages Social Enabler
    Domino as an OAuth provider
    Support for OpenSocial gadgets
    Consume OpenSocial gadgets in custom applications




34   © 2013 IBM Corporation
Additional App Dev Sessions of Interest
     Title                                              Speakers                 When
     AD202: Debug Server Side Javascript, Java, and     Michael Blount           Wed, 30/Jan
     XPages Apps Using the SSJS Debugger                Dan O'Connor             04:15 PM - 05:15 PM
     AD203: IBM Domino Designer: Tips and Tricks for    Kathy Howard             Tue, 29/Jan
     Maximum Productivity                               Dan O'Connor             10:00 AM - 11:00 AM
                                                                                 (Repeat: Tue 3 – 4 PM)
     AD204: How To Develop Great Applications Using     Martin Donnelly          Wed, 30/Jan
     XPages Design Patterns                             Tony McGuckin            01:30 – 02:30 PM
     AD205: Successfully Delivering XPages Projects -   Padraic Edwards          Wed, 30/Jan
     All Things Considered                              Martin Donnelly          04:15 PM - 05:15 PM
                                                        Tony McGuckin
     AD206: IBM Lotus Domino XPages: Embrace,           Niklas Heidloff          Tue, 29/Jan
     Extend, Integrate                                  Padraic Edwards          01:30 PM - 02:30 PM
     AD208: IBM Lotus Domino XPages Performance in      Marie Kehoe              Tue, 29/Jan
     a Nutshell                                         Tony McGuckin            10:00 AM - 11:00 AM
     AD209: Informed By The Client - Finding            John Curtis              Tue, 29/Jan
     Inefficiencies In Critical Apps                    Wei Shen                 11:15 AM - 12:15 PM
     AD210: It's Here! Calendar APIs And REST           Dave Delay               Wed, 30/Jan
     Services                                           Nathan Barry             01:30 PM - 02:30 PM
     AD211: What's New In The IBM Domino Objects?       Jim Cooper               Mon, 28/Jan
                                                        Elizabeth Sawyer         02:15 PM - 03:15 PM
                                                                                 (Repeat: Wed 10 – 11 AM)
     BOF205: IBM Domino Designer and XPages             Dan O'Connor             Wed, 30/Jan
                                                        Martin Donnelly          05:30 PM - 06:30 PM
                                                        & a cast of characters
35      © 2013 IBM Corporation
Q&A




36   © 2013 IBM Corporation
Legal disclaimer
     © IBM Corporation 2013. All Rights Reserved.
       The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication,
       it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice.
       IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have
       the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software.
       References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced
       in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any
       way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other
       results.
        Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary
       depending upon many factors, including considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed.
       Therefore, no assurance can be given that an individual user will achieve results similar to those stated here.
       All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance
       characteristics may vary by customer.

       Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
       Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.




37         © 2013 IBM Corporation

Más contenido relacionado

La actualidad más candente

Living in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersLiving in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersRahul A. Garg
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionRahul A. Garg
 
bccon-2014 com02 level-up_building_next_generation_business_applications
bccon-2014 com02 level-up_building_next_generation_business_applicationsbccon-2014 com02 level-up_building_next_generation_business_applications
bccon-2014 com02 level-up_building_next_generation_business_applicationsICS User Group
 
IBM Lotus Notes Domino Blog Template Update 8.01
IBM Lotus Notes Domino Blog Template Update 8.01IBM Lotus Notes Domino Blog Template Update 8.01
IBM Lotus Notes Domino Blog Template Update 8.01projectdxguy
 
Open mic what's new in ibm notes 9.0
Open mic   what's new in ibm notes 9.0Open mic   what's new in ibm notes 9.0
Open mic what's new in ibm notes 9.0Hansraj Mali
 
Becoming an IBM Connections Developer
Becoming an IBM Connections DeveloperBecoming an IBM Connections Developer
Becoming an IBM Connections DeveloperRob Novak
 
Notes 9 presentation
Notes 9 presentationNotes 9 presentation
Notes 9 presentationAndy Higgins
 
What's new in ibm i notes 9.0
What's new in ibm i notes 9.0What's new in ibm i notes 9.0
What's new in ibm i notes 9.0Ranjit Rai
 
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...paulbastide
 
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...John Head
 
JMP103 : Extending Your App Arsenal With OpenSocial
JMP103 : Extending Your App Arsenal With OpenSocialJMP103 : Extending Your App Arsenal With OpenSocial
JMP103 : Extending Your App Arsenal With OpenSocialRyan Baxter
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...paulbastide
 
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Ed Brill
 
Ibm notes 9 social edition (external)
Ibm notes 9 social edition (external)Ibm notes 9 social edition (external)
Ibm notes 9 social edition (external)Scott Souder
 
Domino app dev competitive advantage final
Domino app dev competitive advantage finalDomino app dev competitive advantage final
Domino app dev competitive advantage finalJohn Head
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesEamon Muldoon
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social Worldpaidi_ed
 
AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...
AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...
AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...Carl Tyler
 
XPages is Workflow's new best friend
XPages is Workflow's new best friendXPages is Workflow's new best friend
XPages is Workflow's new best friendStephan H. Wissel
 

La actualidad más candente (20)

Living in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersLiving in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
 
What's new in designer
What's new in designerWhat's new in designer
What's new in designer
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social Edition
 
bccon-2014 com02 level-up_building_next_generation_business_applications
bccon-2014 com02 level-up_building_next_generation_business_applicationsbccon-2014 com02 level-up_building_next_generation_business_applications
bccon-2014 com02 level-up_building_next_generation_business_applications
 
IBM Lotus Notes Domino Blog Template Update 8.01
IBM Lotus Notes Domino Blog Template Update 8.01IBM Lotus Notes Domino Blog Template Update 8.01
IBM Lotus Notes Domino Blog Template Update 8.01
 
Open mic what's new in ibm notes 9.0
Open mic   what's new in ibm notes 9.0Open mic   what's new in ibm notes 9.0
Open mic what's new in ibm notes 9.0
 
Becoming an IBM Connections Developer
Becoming an IBM Connections DeveloperBecoming an IBM Connections Developer
Becoming an IBM Connections Developer
 
Notes 9 presentation
Notes 9 presentationNotes 9 presentation
Notes 9 presentation
 
What's new in ibm i notes 9.0
What's new in ibm i notes 9.0What's new in ibm i notes 9.0
What's new in ibm i notes 9.0
 
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
 
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
OpenNTF.org: Celebrating 10 years of community driven open source (Speedgeeki...
 
JMP103 : Extending Your App Arsenal With OpenSocial
JMP103 : Extending Your App Arsenal With OpenSocialJMP103 : Extending Your App Arsenal With OpenSocial
JMP103 : Extending Your App Arsenal With OpenSocial
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
 
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
 
Ibm notes 9 social edition (external)
Ibm notes 9 social edition (external)Ibm notes 9 social edition (external)
Ibm notes 9 social edition (external)
 
Domino app dev competitive advantage final
Domino app dev competitive advantage finalDomino app dev competitive advantage final
Domino app dev competitive advantage final
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development Futures
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social World
 
AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...
AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...
AD109 - Using the IBM Sametime Proxy SDK: WebSphere Portal, IBM Connections -...
 
XPages is Workflow's new best friend
XPages is Workflow's new best friendXPages is Workflow's new best friend
XPages is Workflow's new best friend
 

Destacado

AusLUG - Australian Lotus User Group - "Social Business at Work" by Ed Brill
AusLUG - Australian Lotus User Group - "Social Business at Work" by Ed BrillAusLUG - Australian Lotus User Group - "Social Business at Work" by Ed Brill
AusLUG - Australian Lotus User Group - "Social Business at Work" by Ed BrillEd Brill
 
Automated Application Tests For Lotus Notes Uklug 2009
Automated Application Tests For Lotus Notes Uklug 2009Automated Application Tests For Lotus Notes Uklug 2009
Automated Application Tests For Lotus Notes Uklug 2009maxistar
 
Afci e reputation & com interne 12052011
Afci e reputation & com interne 12052011Afci e reputation & com interne 12052011
Afci e reputation & com interne 12052011Pierre Milcent
 
School libraries Vital for teaching & learning?
School librariesVital for teaching & learning?School librariesVital for teaching & learning?
School libraries Vital for teaching & learning?Maggie Verster
 
Mikkel Heisterberg - An introduction to developing for the Activity Stream
Mikkel Heisterberg - An introduction to developing for the Activity StreamMikkel Heisterberg - An introduction to developing for the Activity Stream
Mikkel Heisterberg - An introduction to developing for the Activity StreamLetsConnect
 
Beyond the Basics: An Overview of User LifeCycle and Managing Users with TDI
Beyond the Basics: An Overview of User LifeCycle and Managing Users with TDIBeyond the Basics: An Overview of User LifeCycle and Managing Users with TDI
Beyond the Basics: An Overview of User LifeCycle and Managing Users with TDIStuart McIntyre
 
Lotus Domino 8.5 Client Comparison
Lotus Domino 8.5 Client ComparisonLotus Domino 8.5 Client Comparison
Lotus Domino 8.5 Client ComparisonEd Brill
 
Collaboration & reseau social pour esce 2012
Collaboration & reseau social pour esce 2012Collaboration & reseau social pour esce 2012
Collaboration & reseau social pour esce 2012Pierre Milcent
 
Rock the activity stream api
Rock the activity stream api Rock the activity stream api
Rock the activity stream api Wannes Rams
 
AD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And TomorrowAD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And Tomorrowpjanzen11
 
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...John Head
 
Goldsmiths
GoldsmithsGoldsmiths
Goldsmithsdrjulia
 
The XSP Starter Kit (We4IT)
The XSP Starter Kit (We4IT)The XSP Starter Kit (We4IT)
The XSP Starter Kit (We4IT)We4IT Group
 
Whats New in IBM Sametime (We4IT)
Whats New in IBM Sametime (We4IT)Whats New in IBM Sametime (We4IT)
Whats New in IBM Sametime (We4IT)We4IT Group
 
Martin Carnoy PLenary comment by Elsbeth
Martin Carnoy PLenary comment by ElsbethMartin Carnoy PLenary comment by Elsbeth
Martin Carnoy PLenary comment by ElsbethMaggie Verster
 
ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!Martin Leyrer
 

Destacado (20)

AusLUG - Australian Lotus User Group - "Social Business at Work" by Ed Brill
AusLUG - Australian Lotus User Group - "Social Business at Work" by Ed BrillAusLUG - Australian Lotus User Group - "Social Business at Work" by Ed Brill
AusLUG - Australian Lotus User Group - "Social Business at Work" by Ed Brill
 
Librarians and blogs
Librarians and blogsLibrarians and blogs
Librarians and blogs
 
Automated Application Tests For Lotus Notes Uklug 2009
Automated Application Tests For Lotus Notes Uklug 2009Automated Application Tests For Lotus Notes Uklug 2009
Automated Application Tests For Lotus Notes Uklug 2009
 
Afci e reputation & com interne 12052011
Afci e reputation & com interne 12052011Afci e reputation & com interne 12052011
Afci e reputation & com interne 12052011
 
School libraries Vital for teaching & learning?
School librariesVital for teaching & learning?School librariesVital for teaching & learning?
School libraries Vital for teaching & learning?
 
IBM Connections 5 Gæstemodel
IBM Connections 5 GæstemodelIBM Connections 5 Gæstemodel
IBM Connections 5 Gæstemodel
 
Mikkel Heisterberg - An introduction to developing for the Activity Stream
Mikkel Heisterberg - An introduction to developing for the Activity StreamMikkel Heisterberg - An introduction to developing for the Activity Stream
Mikkel Heisterberg - An introduction to developing for the Activity Stream
 
Beyond the Basics: An Overview of User LifeCycle and Managing Users with TDI
Beyond the Basics: An Overview of User LifeCycle and Managing Users with TDIBeyond the Basics: An Overview of User LifeCycle and Managing Users with TDI
Beyond the Basics: An Overview of User LifeCycle and Managing Users with TDI
 
Lotus Domino 8.5 Client Comparison
Lotus Domino 8.5 Client ComparisonLotus Domino 8.5 Client Comparison
Lotus Domino 8.5 Client Comparison
 
Collaboration & reseau social pour esce 2012
Collaboration & reseau social pour esce 2012Collaboration & reseau social pour esce 2012
Collaboration & reseau social pour esce 2012
 
Rock the activity stream api
Rock the activity stream api Rock the activity stream api
Rock the activity stream api
 
Billetter info
Billetter infoBilletter info
Billetter info
 
AD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And TomorrowAD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And Tomorrow
 
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
 
Goldsmiths
GoldsmithsGoldsmiths
Goldsmiths
 
The XSP Starter Kit (We4IT)
The XSP Starter Kit (We4IT)The XSP Starter Kit (We4IT)
The XSP Starter Kit (We4IT)
 
Preso Nettskap
Preso NettskapPreso Nettskap
Preso Nettskap
 
Whats New in IBM Sametime (We4IT)
Whats New in IBM Sametime (We4IT)Whats New in IBM Sametime (We4IT)
Whats New in IBM Sametime (We4IT)
 
Martin Carnoy PLenary comment by Elsbeth
Martin Carnoy PLenary comment by ElsbethMartin Carnoy PLenary comment by Elsbeth
Martin Carnoy PLenary comment by Elsbeth
 
ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!
 

Similar a We4IT lcty 2013 - infra-man - whats new in ibm domino application development

Developing XPages Applications
Developing XPages ApplicationsDeveloping XPages Applications
Developing XPages ApplicationsNiklas Heidloff
 
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1IBM Connections Developers
 
X pages jumpstart jmp101
X pages jumpstart jmp101X pages jumpstart jmp101
X pages jumpstart jmp101pdhannan
 
We4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshell
We4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshellWe4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshell
We4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshellWe4IT Group
 
Lessons learned from the worlds largest XPage project
Lessons learned from the worlds largest XPage projectLessons learned from the worlds largest XPage project
Lessons learned from the worlds largest XPage projectMark Roden
 
Connect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience NecessaryConnect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience Necessarypanagenda
 
Domino X Pages 8.5
Domino X Pages 8.5Domino X Pages 8.5
Domino X Pages 8.5John Head
 
XPages: No Experience Needed
XPages: No Experience NeededXPages: No Experience Needed
XPages: No Experience NeededKathy Brown
 
BP207 - Meet the Java Application Server You Already Own – IBM Domino
BP207 - Meet the Java Application Server You Already Own – IBM DominoBP207 - Meet the Java Application Server You Already Own – IBM Domino
BP207 - Meet the Java Application Server You Already Own – IBM DominoSerdar Basegmez
 
Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...LetsConnect
 
InvisibleStudio for Oracle's CRM Desktop
InvisibleStudio for Oracle's CRM DesktopInvisibleStudio for Oracle's CRM Desktop
InvisibleStudio for Oracle's CRM DesktopInvisibleCRM
 
Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014rajeshpatil
 
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!ddrschiw
 
Building Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware ApplicationsBuilding Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware Applicationscjolif
 
DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...
DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...
DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...Michael Elder
 
SHOW102 XPages: Still No Experience Necessary IBM Connect 2014
SHOW102 XPages: Still No Experience Necessary IBM Connect 2014SHOW102 XPages: Still No Experience Necessary IBM Connect 2014
SHOW102 XPages: Still No Experience Necessary IBM Connect 2014Kathy Brown
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5Vinayak Tavargeri
 
AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...
AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...
AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...Stephan H. Wissel
 
AD503: XPages Mobile Development in IBM Domino 9.0.1 and Beyond
AD503: XPages Mobile Development in IBM Domino 9.0.1 and BeyondAD503: XPages Mobile Development in IBM Domino 9.0.1 and Beyond
AD503: XPages Mobile Development in IBM Domino 9.0.1 and BeyondTony McGuckin
 

Similar a We4IT lcty 2013 - infra-man - whats new in ibm domino application development (20)

Developing XPages Applications
Developing XPages ApplicationsDeveloping XPages Applications
Developing XPages Applications
 
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
 
X pages jumpstart jmp101
X pages jumpstart jmp101X pages jumpstart jmp101
X pages jumpstart jmp101
 
We4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshell
We4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshellWe4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshell
We4IT LCTY 2013 - x-pages-men - ibm domino xpages - performance in a nutshell
 
Lessons learned from the worlds largest XPage project
Lessons learned from the worlds largest XPage projectLessons learned from the worlds largest XPage project
Lessons learned from the worlds largest XPage project
 
Connect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience NecessaryConnect 2014 SHOW102: XPages Still No Experience Necessary
Connect 2014 SHOW102: XPages Still No Experience Necessary
 
Domino X Pages 8.5
Domino X Pages 8.5Domino X Pages 8.5
Domino X Pages 8.5
 
XPages: No Experience Needed
XPages: No Experience NeededXPages: No Experience Needed
XPages: No Experience Needed
 
BP207 - Meet the Java Application Server You Already Own – IBM Domino
BP207 - Meet the Java Application Server You Already Own – IBM DominoBP207 - Meet the Java Application Server You Already Own – IBM Domino
BP207 - Meet the Java Application Server You Already Own – IBM Domino
 
Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...
 
InvisibleStudio for Oracle's CRM Desktop
InvisibleStudio for Oracle's CRM DesktopInvisibleStudio for Oracle's CRM Desktop
InvisibleStudio for Oracle's CRM Desktop
 
Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014
 
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!
Ad108 - XPages in the IBM Lotus Notes Client - A Deep Dive!
 
Building Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware ApplicationsBuilding Multi-Channel Data-Aware Applications
Building Multi-Channel Data-Aware Applications
 
1812 icap-v1.3 0430
1812 icap-v1.3 04301812 icap-v1.3 0430
1812 icap-v1.3 0430
 
DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...
DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...
DBD 2414 - Iterative Web-Based Designer for Software Defined Environments (In...
 
SHOW102 XPages: Still No Experience Necessary IBM Connect 2014
SHOW102 XPages: Still No Experience Necessary IBM Connect 2014SHOW102 XPages: Still No Experience Necessary IBM Connect 2014
SHOW102 XPages: Still No Experience Necessary IBM Connect 2014
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
 
AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...
AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...
AD111 - The X Path: Practical guide to taking your IBM Lotus Notes applicatio...
 
AD503: XPages Mobile Development in IBM Domino 9.0.1 and Beyond
AD503: XPages Mobile Development in IBM Domino 9.0.1 and BeyondAD503: XPages Mobile Development in IBM Domino 9.0.1 and Beyond
AD503: XPages Mobile Development in IBM Domino 9.0.1 and Beyond
 

Más de We4IT Group

Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...
Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...
Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...We4IT Group
 
cloud oder nicht-cloud - strategien für sonnenschein am it-himmel
cloud oder nicht-cloud - strategien für sonnenschein am it-himmelcloud oder nicht-cloud - strategien für sonnenschein am it-himmel
cloud oder nicht-cloud - strategien für sonnenschein am it-himmelWe4IT Group
 
Arbeitsplatz der Zukunft - We4IT Collaboration Cloud
Arbeitsplatz der Zukunft - We4IT Collaboration CloudArbeitsplatz der Zukunft - We4IT Collaboration Cloud
Arbeitsplatz der Zukunft - We4IT Collaboration CloudWe4IT Group
 
We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013
We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013
We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013We4IT Group
 
We4IT - IBM Notes & Domino 9 Social Edition
We4IT - IBM Notes & Domino 9 Social EditionWe4IT - IBM Notes & Domino 9 Social Edition
We4IT - IBM Notes & Domino 9 Social EditionWe4IT Group
 
We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...
We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...
We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...We4IT Group
 
We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...
We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...
We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...We4IT Group
 
We4IT LCTY 2013 - Captain Mobility - INV102 Mobile Strategy
We4IT LCTY 2013 - Captain Mobility - INV102 Mobile StrategyWe4IT LCTY 2013 - Captain Mobility - INV102 Mobile Strategy
We4IT LCTY 2013 - Captain Mobility - INV102 Mobile StrategyWe4IT Group
 
We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...
We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...
We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...We4IT Group
 
We4IT LCTY 2013 - social girl - enterprise 2.0
We4IT LCTY 2013 - social girl - enterprise 2.0We4IT LCTY 2013 - social girl - enterprise 2.0
We4IT LCTY 2013 - social girl - enterprise 2.0We4IT Group
 
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...We4IT Group
 
We4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmap
We4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmapWe4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmap
We4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmapWe4IT Group
 
We4IT lcty 2013 - social girl - social networks und -activitystreams
We4IT lcty 2013 - social girl - social networks und -activitystreamsWe4IT lcty 2013 - social girl - social networks und -activitystreams
We4IT lcty 2013 - social girl - social networks und -activitystreamsWe4IT Group
 
We4IT lcty 2013 - keynote - worst practices - the best of the worst
We4IT lcty 2013 - keynote - worst practices - the best of the worstWe4IT lcty 2013 - keynote - worst practices - the best of the worst
We4IT lcty 2013 - keynote - worst practices - the best of the worstWe4IT Group
 
We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013
We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013
We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013We4IT Group
 
We4IT lcty 2013 - infra-man - domino run faster
We4IT lcty 2013 - infra-man - domino run faster We4IT lcty 2013 - infra-man - domino run faster
We4IT lcty 2013 - infra-man - domino run faster We4IT Group
 
We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...
We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...
We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...We4IT Group
 
We4IT lcty 2013 - captain mobility - das dropbox prinzip
We4IT lcty 2013 - captain mobility - das dropbox prinzipWe4IT lcty 2013 - captain mobility - das dropbox prinzip
We4IT lcty 2013 - captain mobility - das dropbox prinzipWe4IT Group
 
We4IT Präsentation - doclinkr
We4IT Präsentation - doclinkrWe4IT Präsentation - doclinkr
We4IT Präsentation - doclinkrWe4IT Group
 
We4IT Flyer - groupcalendar plus
We4IT Flyer - groupcalendar plusWe4IT Flyer - groupcalendar plus
We4IT Flyer - groupcalendar plusWe4IT Group
 

Más de We4IT Group (20)

Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...
Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...
Aveedo - Der schnellste Weg zur Modernisierung von Notes Anwendungen (SNoUG 2...
 
cloud oder nicht-cloud - strategien für sonnenschein am it-himmel
cloud oder nicht-cloud - strategien für sonnenschein am it-himmelcloud oder nicht-cloud - strategien für sonnenschein am it-himmel
cloud oder nicht-cloud - strategien für sonnenschein am it-himmel
 
Arbeitsplatz der Zukunft - We4IT Collaboration Cloud
Arbeitsplatz der Zukunft - We4IT Collaboration CloudArbeitsplatz der Zukunft - We4IT Collaboration Cloud
Arbeitsplatz der Zukunft - We4IT Collaboration Cloud
 
We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013
We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013
We4IT Mobile Solutions doclinkr and Aveedo - BLUG/Engage Mobile Conference 2013
 
We4IT - IBM Notes & Domino 9 Social Edition
We4IT - IBM Notes & Domino 9 Social EditionWe4IT - IBM Notes & Domino 9 Social Edition
We4IT - IBM Notes & Domino 9 Social Edition
 
We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...
We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...
We4IT LCTY 2013 - Social Girl - Social Communications Strategy and the IBM Sa...
 
We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...
We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...
We4IT LCTY 2013 - Infra-Man - Deep Dive into IBM Sametime - Advanced Video Te...
 
We4IT LCTY 2013 - Captain Mobility - INV102 Mobile Strategy
We4IT LCTY 2013 - Captain Mobility - INV102 Mobile StrategyWe4IT LCTY 2013 - Captain Mobility - INV102 Mobile Strategy
We4IT LCTY 2013 - Captain Mobility - INV102 Mobile Strategy
 
We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...
We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...
We4IT LCTY 2013 - captain mobility - delivering your existing ibm domino appl...
 
We4IT LCTY 2013 - social girl - enterprise 2.0
We4IT LCTY 2013 - social girl - enterprise 2.0We4IT LCTY 2013 - social girl - enterprise 2.0
We4IT LCTY 2013 - social girl - enterprise 2.0
 
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
We4IT LCTY 2013 - captain mobility - whats new ibm notes traveler and mobile ...
 
We4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmap
We4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmapWe4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmap
We4IT LCTY 2013 - x-pages-men - whats next - application modernization roadmap
 
We4IT lcty 2013 - social girl - social networks und -activitystreams
We4IT lcty 2013 - social girl - social networks und -activitystreamsWe4IT lcty 2013 - social girl - social networks und -activitystreams
We4IT lcty 2013 - social girl - social networks und -activitystreams
 
We4IT lcty 2013 - keynote - worst practices - the best of the worst
We4IT lcty 2013 - keynote - worst practices - the best of the worstWe4IT lcty 2013 - keynote - worst practices - the best of the worst
We4IT lcty 2013 - keynote - worst practices - the best of the worst
 
We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013
We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013
We4IT lcty 2013 - keynote - ibm messaging & collaboration roadmap 2013
 
We4IT lcty 2013 - infra-man - domino run faster
We4IT lcty 2013 - infra-man - domino run faster We4IT lcty 2013 - infra-man - domino run faster
We4IT lcty 2013 - infra-man - domino run faster
 
We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...
We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...
We4IT lcty 2013 - captain mobility - mobile domino applications offline capab...
 
We4IT lcty 2013 - captain mobility - das dropbox prinzip
We4IT lcty 2013 - captain mobility - das dropbox prinzipWe4IT lcty 2013 - captain mobility - das dropbox prinzip
We4IT lcty 2013 - captain mobility - das dropbox prinzip
 
We4IT Präsentation - doclinkr
We4IT Präsentation - doclinkrWe4IT Präsentation - doclinkr
We4IT Präsentation - doclinkr
 
We4IT Flyer - groupcalendar plus
We4IT Flyer - groupcalendar plusWe4IT Flyer - groupcalendar plus
We4IT Flyer - groupcalendar plus
 

We4IT lcty 2013 - infra-man - whats new in ibm domino application development

  • 1. AD201 What's New In IBM® Domino® Application Development And Domino Designer Social Edition Originally presented by: Pete Janzen | Sr. Product Manager - IBM Dan O'Connor | Domino Designer Team Lead – IBM Presented today by: Matthew Fyleman | Product / Project Manager - We4IT © 2013 IBM Corporation
  • 2. Please note: IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. 2 © 2013 IBM Corporation
  • 3. Agenda  IBM Domino Designer 9.0 Social Edition  XPages in 9.0 Social Edition  OpenSocial / Embedded Experiences  Programmability  Futures 3 © 2013 IBM Corporation
  • 4. Domino Designer Social Edition Design Goals  Integrate Domino Designer Extension Library tooling into Designer “core”  Improve Server Side JavaScript debugging experience!!  Improve Domino Designer “Welcome” and “Home Page” experiences  Improve XPages developer productivity  New Jar design element  Integrate and improve XSP Properties editor  Bug fixes and quality improvements in key 'high traffic' areas (such as LS editor) © 2013 IBM Corporation
  • 5. Domino Designer Server Side JavaScript Debugger  We heard you!!!!  New “Domino Designer Server Side JavaScript” Debug Configuration ● Debugging is only supported on Domino Social Edition servers and later ● Debugger is based on Eclipse “Remote Java Connection” protocol and uses JPDA/JDI © 2013 IBM Corporation
  • 6. Domino Designer Server Side JavaScript Debugger  Debugger can be invoked from a new toolbar item  Breakpoints can be set directly within XPages' SSJS or within SSJS Script Library  New 'breakpoint' keyword has been added to the SSJS syntax to allow for permanent breakpoints ─ Breakpoints are only enabled when the server is running in debug mode  Sever must be configured to run in 'debug mode' in order for debugger to work ─ Note this implies that a port must be opened on the server, so it is not recommended to debug servers that have unprotected access to the internet! – JavaEnableDebug=1 – JavascriptEnableDebug=1 – JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000 © 2013 IBM Corporation
  • 7. Debugging Server Side JavaScript! © 2013 IBM Corporation
  • 8. Client-Side JavaScript/Dojo Debug Option  New debug options ─ Use case: – Dojo Library deployed in an OSGi bundle on the server – Developer needs to debug uncompressed version of the source files • e.g. xspClientDojo.js vs xspClientDojo.js.uncompressed.js ─ How: – Set the “Use uncompressed resources” option in XSP Properties editor ─ Result: – The XPages runtime will server *.uncompressed.js & *.uncompressed.css if available (from within the OSGi bundle) © 2013 IBM Corporation
  • 9. Server-Side Debug Options  Java Source code is included for all plug-ins in Social edition that originate in 8.5.3 UP1  Development Environment setup: ─ VERY SIMILAR TO SSJS DEBUG SETUP!! :-) ─ Server must be started in debug mode (again be aware of open server port!) – JavaEnableDebug=1 – JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000 ─ Install Domino Debug Plugin into Domino Designer – http://tinyurl.com/XPagesDominoDebugPlugin ─ Import Java source plug-ins into Domino Designer – http://tinyurl.com/XPagesDesignerInstallSource (refer to step #11) ─ Set up Domino server and OSGI debug configurations © 2013 IBM Corporation
  • 10. Improve Domino Designer “Welcome” and “Home Page” experience © 2013 IBM Corporation
  • 11. Home Page and Welcome Experience  Updated look and feel to align with the new “Discover” page  Simplified by removing the Welcome page altogether and consolidating content onto Home page  Updated content with intros and help links to help topics for major functional areas  Quick Links tab provides a list of working sets (shows more than 5 working sets at a time!), task links, links to resources, and tips  Home remains closed on restart if manually closed before shutdown © 2013 IBM Corporation
  • 12. Improve XPages Developer Productivity  Content assist in xsp source editor editor!! (also works with SSJS in xsp source editor)  Hyperlink navigation within the xsp source editor  Hover help within the xsp source editor  Palette State Saving  Jar design element  Navigator now shows all working sets!! :-) © 2013 IBM Corporation
  • 13. Bug Fixes to Critical Issues  Bug fixes for: ─ Error 500 when using Java Design Element (also fixed in 853 FP1) ─ Source control issues encountered when importing databases with many script libraries (also fixed in 853 FP2) ─ Fixes to tooling issues reported against Upgrade Pack 1  Fixes to the LotusScript Editor and builder ─ Problems view reports correct line numbers for LotusScript errors! ─ Improve search navigation  Performance/memory improvements in the XPages editor  IMPORTANT! - Increase Designer JVM settings ─ See technote 1617708: Designer Performance Technote ─ http://tinyurl.com/DesignerJVMSettings © 2013 IBM Corporation
  • 14. Help Enhancements  Domino Designer 9.0 Social Edition user assistance ─ Improved Designer Home Page info and tips ─ Content assist and hover help within the XPages source  Designer Eclipse help plugins ─ Many customer Feedback issues addressed in help ─ ~ 1000 updates in the Designer basic guide ─ Content organization streamlined to remove redundant material ─ Language cross references added to some topics ─ Many new code examples – C&S APIs....  LotusScript Editor F1 help © 2013 IBM Corporation
  • 15. Agenda  IBM Domino Designer 9.0 Social Edition  XPages in 9.0 Social Edition  OpenSocial / Embedded Experiences  Programmability  Futures 15 © 2013 IBM Corporation
  • 16. Some Core Enhancements  Added 8.5.3 Upgrade Pack 1 to Domino, Domino Designer and Notes ─ XPages Extension Library from UP1 now delivered with base platform! ─ Domino data service (REST APIs) ─ Teamroom and Discussion application templates  Upgrade core dependencies ─ Dojo 1.8.1 offers enhanced mobile support and bug fixes ─ CKEditor 3.6.5 – Fixed a number of bugs regarding multiple instances on an XPage, image resizing, attachment handling – Added support for spell checker – Improved behavior on iOS (note: CKEditor is not supported on iOS) ─ Active Content Filter upgraded to 2.5.0.11 16 © 2013 IBM Corporation
  • 17. Redirect Control  Use cases: ─ Traveller or iNotes rewrites the Notes doclink to a web link ─ Custom redirect handling required within an application  How: ─ Set form display property to a target XPage that includes a Redirect control instance  Result: ─ The Redirect control instance will transform the request URL accordingly based on the set of redirect rules  Example: ─ For a mobile redirect rule: ─ http://foo/bar.nsf/0e5e7/04aae/?OpenDocument – becomes... ─ http://foo/bar.nsf/mobile.xsp?documentId=04AAE&action=openDocument#document © 2013 IBM Corporation
  • 18. A Fresh Look at XPiNC – Performance Improvements  Single Copy XPage Design feature ─ Design Only copy of your XPiNC app locally deployed and preloaded ─ Java classes (*.class) and resources (*.css, *.js *.image etc) are cached ─ VERY efficient where many instances of a single application are run using XpiNC  Single Copy Design with computeWithForm enhancements ─ computeWithForm can be very expensive in XPiNC when running remote applications ─ Computed form plus all its children must be downloaded and executed within the client ─ Forms may be arbitrarily large – Large forms + High Latency Networks == Poor XPiNC performance – With local S.C.D computeWithForm loads design elements from local NSF  XPiNC – Beware of Application Design Bad Practices ─ Avoid any application logic that incurs unnecessary network transactions – Custom Columns in a viewPanel that call getDocument.getItemXxx(); – @DbColumn().. @DBLookup() calls within the rendered property of controls © 2013 IBM Corporation
  • 19. XPiNC Performance Improvements  computeWithForm example: ─ Run a Java Agent in a Local application and then on the same application on a server Database app = session.getCurrentDatabase(); // Database app = session.getDatabase("myServer", “remoteReplica"); Document doc = app.createDocument(); doc.replaceItemValue("Form", "frmTask"); doc.replaceItemValue("Subject", "computeWithForm operation)"); doc.replaceItemValue("Body", "Text ... ..."); // log time before computeWithForm operation long startTs = System.currentTimeMillis(); if (doc.computeWithForm(false, false)) { // log time after computeWithForm operation long endTs = System.currentTimeMillis(); System.out.println(Long.toString(endTs-startTs) + " millisecs (local)"); doc.save(true, true); System.out.println("document saved"); } Sample Results © 2013 IBM Corporation
  • 20. XPiNC Performance Improvements – Run on Server  New “Run on Server” option ─ Ability to run remote applications directly on the Domino server ─ Mitigates situation where many XPiNC network transactions degrade performance ─ Maintains XPages current look and feel ─ Continues to support XPiNC custom features – Notes bookmarking – Notes clients context menus (e.g. Open in Designer) – EnabledModifiedFlag/DisableModified flag behavior ─ XPiNC applications can be coded conditionally according to execution mode ─ Uses Notes Account framework – Facilitates seamless application access by avoiding re-authentication – If seamless authentication fails, runtime falls back to conventional XPiNC mode (run on client) ─ Run on Server is NOT enabled by default – Can be set using an application wide setting – Can be enabled by end user – Can be set via policy © 2013 IBM Corporation
  • 21. XPiNC Client Side JS Enhancements  XPiNC now has an extensible client side JavaScript model ─ Since Domino 8.5.1 the client side XPiNC programming model has been limited – Developers were limited to a small number of predefined commands (alert, confirm etc..) ─ New XSP command available in IBM Domino 9.0 Social Edition – XSP.executeCommand(commandID, commandParameters) • commandID identifies the requested function • commandParams is an object containing arbitrary arg values – Or can be null ─ The referenced commands are implemented via client side Java plug-ins – Extension point name; “com.ibm.xsp.rcp.ExtendedCommands – Uses simple IextendedCommands Java interface ─ Provides secure access to Notes front end functionality via: – NotesUIWorkspace classes – Eclipse API classes – Custom Java code © 2013 IBM Corporation
  • 22. XPiNC Client Side JS Enhancements  XSP.executeCommand(...) - How it works: ─ XSP.executeCommand uses the same runtime path as other XPiNC XSP JS commands such as XSP.alert(...), XSP.publishEvent(..) etc.. ─ XSP.executeCommand(..) looks through the list of 'registered' providers (registered via ext point) – If a contributor is found, it is called – Results, if required are returned © 2013 IBM Corporation
  • 23. Agenda  IBM Domino Designer 9.0 Social Edition  XPages in 9.0 Social Edition  OpenSocial / Embedded Experiences  Programmability  Futures 23 © 2013 IBM Corporation
  • 24. Simplifying Access to Your Application's Data & Services  Challenge: constant context switching with today's applications ─ Many applications send notifications to our activity streams and inbox – One workflow application may generate thousands of notifications/day ─ Notifications not very useful by themselves ─ Constant context shifting from one app to another adversely impacts productivity  Embedded Experiences keep you in the app(s) you work in the most ─ They work where you work: Inbox or Activity Stream ─ Keep users in context and focused on their work ─ Enhances and extends the basic notification – emails become actionable with the latest data ─ Reduces cycle time and improves organizational productivity & responsiveness  Support for embedded experiences: ─ IBM Connections 4 CR2 mail & personal and community activity streams ─ Goal: IBM Notes 9 and IBM iNotes 9  Embedded experiences contain either ... ─ Arbitrary web pages or ─ OpenSocial gadgets 24 © 2013 IBM Corporation
  • 25. XPages Social Edition Integration Points ● New XPages SendMail Action: ● Drag & Drop action to facilitate sending simple e-mail ● Advanced features support Embedded Experience ● Encapsulates required JSON or XML payload © 2013 IBM Corporation
  • 26. Agenda  IBM Domino Designer 9.0 Social Edition  XPages in 9.0 Social Edition  OpenSocial / Embedded Experiences  Programmability  Futures 26 © 2013 IBM Corporation
  • 27. Programmability Updates  Backend Classes ─ Enhanced performance ViewNavigator  Enhancements to Domino data service ─ Improved support for rich text ─ Support for concurrent updates to documents (Last-Modified, If-Unmodified-Since, etc.) ─ Miscellaneous bug fixes  Java1.6SR12 + ifix  New Calendaring and Scheduling APIs!!! ─ Provides management of personal calendar data and scheduling operations ─ Based on iCalendar ─ Available for C, Java™, LotusScript®, and server-side JavaScript © 2013 IBM Corporation
  • 28. C&S APIs: Capabilities  Simple CRUD actions ● Create, Read, Update, and Delete calendar entries ● Leverage iCalendar data format ● Support for repeating entries ● Support for all calendar entry types – Meetings, appointments, reminders, all day events, anniversaries  Implicit Scheduling ● Invitations, updates, reschedules, cancels, etc – all sent out automatically  Calendar level operations ● Read calendar view data, get newly arrived invitations, ...  Entry level operations ● Cancel a meeting, counter a meeting on a calendar, delete an appointment, etc  Notice level operations ● Accept, decline, counter, and take other actions on invitations, reschedules, etc 28 © 2013 IBM Corporation
  • 29. Case Study – Core Transaction Enhancements  Large customer has critical Notes application taking 5 seconds minimum for common operations ─ Running 8.0.2  Comparative analysis showed benefits of moving to 8.5.3 FP2+  Outcome from just upgrading client to 8.5.3 FP2+ ─ ~ 50% decrease in hourglass waiting ─ ~ 40% decrease in overall NRPC Upgrading to current release can really payoff For details: AD209 Informed By The Client - Finding Inefficiencies In Critical Apps 29 © 2013 IBM Corporation
  • 30. Agenda  IBM Domino Designer 9.0 Social Edition  XPages in 9.0 Social Edition  OpenSocial / Embedded Experiences  Programmability  Futures 30 © 2013 IBM Corporation
  • 31. IBM Domino/XWork & Domino Designer Continued Investment In Application Development EO 2012 1H 2013 2H 2013 2014 2015  Notes/Domino/  Notes/Domino &  Notes/Domino/XWork/ Designer Domino Designer Designer 8.5.x  Notes/Domino/XWork/ Social Edition 9.0 Social Edition eGA Maintenance Release Designer Next Public BETA  XWork Server 9.0  IBM Enterprise  IBM Enterprise  IBM Enterprise Integrator for Integrator for Integrator for Domino 8.5.x Domino Next Domino 9.0 Maintenance Release  Note/Domino/XWork/ Designer 9.0 Upgrade Pack (App Dev)  Notes/Domino/XWork/Designer 9.x Social Edition Maintenance Release  IBM Enterprise Integrator for Domino 9.x Maintenance Release IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. 31 © 2013 IBM Corporation
  • 32. Proposed Enhancements for Domino Designer  UI enhancements to accelerate XPages development ─ New application creation experience (desktop and mobile web) ─ Improve usability when using CSS and Themes  Investigate Eclipse platform upgrade to improve development tooling  Support new XPages controls  Support for OpenSocial gadgets  Improve documentation  Improve serviceability 32 © 2013 IBM Corporation
  • 33. Proposed Enhancements for XPages  XPages core ─ Relational Database & REST data sources ─ Dojo upgrade + AMD support to improve performance ─ Encryption and signature support  XPages mobile ─ Enhanced mobile support – Further leverage Dojox mobile, – Better Tablet support – Mobile renderings for additional XPages controls ─ Make it simpler to build mobile web apps ─ Improved support hybrid applications – Working with IBM Worklight ─ Further enhance mobile rendering 33 © 2013 IBM Corporation
  • 34. Proposed Social App Dev Features  Leverage social services from Connections, Sametime, SmartCloud ─ Merge Social Business Toolkit SDK into XPages Social Enabler  Domino as an OAuth provider  Support for OpenSocial gadgets  Consume OpenSocial gadgets in custom applications 34 © 2013 IBM Corporation
  • 35. Additional App Dev Sessions of Interest Title Speakers When AD202: Debug Server Side Javascript, Java, and Michael Blount Wed, 30/Jan XPages Apps Using the SSJS Debugger Dan O'Connor 04:15 PM - 05:15 PM AD203: IBM Domino Designer: Tips and Tricks for Kathy Howard Tue, 29/Jan Maximum Productivity Dan O'Connor 10:00 AM - 11:00 AM (Repeat: Tue 3 – 4 PM) AD204: How To Develop Great Applications Using Martin Donnelly Wed, 30/Jan XPages Design Patterns Tony McGuckin 01:30 – 02:30 PM AD205: Successfully Delivering XPages Projects - Padraic Edwards Wed, 30/Jan All Things Considered Martin Donnelly 04:15 PM - 05:15 PM Tony McGuckin AD206: IBM Lotus Domino XPages: Embrace, Niklas Heidloff Tue, 29/Jan Extend, Integrate Padraic Edwards 01:30 PM - 02:30 PM AD208: IBM Lotus Domino XPages Performance in Marie Kehoe Tue, 29/Jan a Nutshell Tony McGuckin 10:00 AM - 11:00 AM AD209: Informed By The Client - Finding John Curtis Tue, 29/Jan Inefficiencies In Critical Apps Wei Shen 11:15 AM - 12:15 PM AD210: It's Here! Calendar APIs And REST Dave Delay Wed, 30/Jan Services Nathan Barry 01:30 PM - 02:30 PM AD211: What's New In The IBM Domino Objects? Jim Cooper Mon, 28/Jan Elizabeth Sawyer 02:15 PM - 03:15 PM (Repeat: Wed 10 – 11 AM) BOF205: IBM Domino Designer and XPages Dan O'Connor Wed, 30/Jan Martin Donnelly 05:30 PM - 06:30 PM & a cast of characters 35 © 2013 IBM Corporation
  • 36. Q&A 36 © 2013 IBM Corporation
  • 37. Legal disclaimer © IBM Corporation 2013. All Rights Reserved. The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both. 37 © 2013 IBM Corporation