All
All
Projects
Snippets
Go
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Projects
Snippets
Collaboration Today
Sign In
Username
Password
Forgotten your login credentials?
Login
Register
All
All
Projects
Snippets
Go
Overview of the XPages Scaffolding Project on OpenNTF
Posted by
Jesse Gallagher
on
March 20, 2014
A little while ago, I created a new project from one of my GitHub repositories:
XPages Scaffolding
. At its core, Scaffolding is the template that I use when creating new XPages projects, and it contains a number of features that I've built up over the years to make the process of building a clean XPages app easier. These range from small utility features like a flashScope object to larger frameworks such as the current versions of my controller and model frameworks.
More specifically, the main functions that the scaffolding provides are:
- An applicationLayout-based layout with a couple useful custom controls
-
flashScope
-
DynamicViewCustomizer
-
frostillicus.controller classes
-
frostillicus.model classes
-
frostillicus.event classes
- DominoDocumentMap, a bean for easily accessing document fields by UNID via EL
- A JSFUtil class with a number of handy utility methods including
MIMEBean methods
-
A properties-based app config object
- A handful of converters for common needs
- Some Notes-client design elements for good measure, such as:
- A basic outline, frameset, and shared actions
- A subform that does some simple modified-by tracking
- A "Formula Console" form for testing/executing arbitrary formula/LS code in the context of the database
Scaffolding for writing FacesContext-aware servlets
I update the
GitHub project
periodically whenever I add refinements and bug fixes to my main NTF, and will likely upload significant releases to OpenNTF.
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus