How Does the Single Store Xpages work? -


i have number of xpages design elements use in many different databases. if read wiki correctly single store or nothing situation. want create unique design in database use set of reusable xpages element single store location. wiki says: apart "dummy or blank xpage same name of default xpage" in each instance application, matter if 'instance' contains xpage design elements?

no. if scxd set on application xpages design elements ignored on database , application uses design elements on scxd database.

if case have create databases 75% of code reusable have repeat (and maintain it) in dozens of separate databases. pity!

xpages , related elements (custom controls, ssjs libraries, java code) can inherited specific template other design elements. so, setup database called, perhaps, "core components" (.ntf or .nsf) template name of "corecomponents". on individual elements in target db set inheritance "corecomponents" template. elements unique each database not inherit template. can use file-application-refresh design update elements specific inheritance , 1 unique in database not overwritten.

you need clean build after refresh, recommend keep core components database locally or on different server others daily design task not update them resulting in corrupted xsp elements.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -