All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cts.runtime.4.0-alpha-2.source-code.installer-registry.properties Maven / Gradle / Ivy

############################################################
# METAMODEL
############################################################

# reflector
org.nakedobjects.runtime.system.installers.JavaReflectorInstaller   # "java"



############################################################
# FRAMEWORK
############################################################

# authenticators
org.nakedobjects.runtime.authentication.standard.file.PasswordFileAuthenticationManagerInstaller # "file"
org.nakedobjects.runtime.authentication.standard.ldap.LdapAuthenticationManagerInstaller         # "ldap"

# authorization (reflector decorators)
org.nakedobjects.runtime.authorization.standard.file.FileAuthorizationFacetDecoratorInstaller  # "file"
org.nakedobjects.runtime.authorization.standard.ldap.LdapAuthorizationFacetDecoratorInstaller  # "ldap"

# object persistence
org.nakedobjects.runtime.objectstore.inmemory.InMemoryPersistenceMechanismInstaller # "in-memory"
org.nakedobjects.xmlpersistence.objectstore.XmlPersistenceMechanismInstaller   # "xml"

# profile persistence
org.nakedobjects.runtime.userprofile.inmemory.InMemoryUserProfileStoreInstaller # "in-memory"
org.nakedobjects.xmlpersistence.profilestore.XmlUserProfileLoaderInstaller # "xml"

# fixture loaders
org.nakedobjects.runtime.fixturesinstaller.config.FixturesFromConfiguration  "configuration"

# client connections
org.nakedobjects.plugins.remoting.command.client.facetdecorator.SerializingOverSocketsProxyDecoratorInstaller  # "serializing"
org.nakedobjects.plugins.remoting.command.client.facetdecorator.EncodingOnSocketsProxyDecoratorInstaller     # "encoding"

# server connections
org.nakedobjects.plugins.remoting.command.server.SerializingOverSocketsServerListenerInstaller  # "serializing"
org.nakedobjects.plugins.remoting.command.server.EncodingOverSocketsServerListenerInstaller     # "encoding"

# other reflector decorators
org.nakedobjects.runtime.i18n.resourcebundle.ResourceBasedI18nDecoratorInstaller  # "resource-i18n"
org.nakedobjects.runtime.help.file.FileBasedHelpDecoratorInstaller                # "help-file"
org.nakedobjects.runtime.transaction.facetdecorator.standard.StandardTransactionFacetDecoratorInstaller      # "transaction-standard"

############################################################
# DNDVIEWER
############################################################

# clients
org.nakedobjects.plugins.dndviewer.client.DndClientInstaller      # "dnd"


############################################################
# HTMLVIEWER
############################################################

# clients
org.nakedobjects.plugins.htmlviewer.client.JettyHostingHtmlViewerClientInstaller  # "html"

# image loader
org.nakedobjects.runtime.imageloader.awt.TemplateImageLoaderAwtInstaller # "awt"

# services
org.nakedobjects.runtime.persistence.services.config.ServicesFromConfiguration   # "configuration"


############################################################
# XSTREAMMARSHALLER
############################################################

# client connections
org.nakedobjects.plugins.remoting.command.client.facetdecorator.XStreamOverSocketsProxyDecoratorInstaller      # "xstream"

# server connections
org.nakedobjects.plugins.remoting.command.server.XStreamOverSocketsServerListenerInstaller      # "xstream"



############################################################
# MISC
############################################################

# nothing here...


############################################################
# HIBERNATE
############################################################

# persistors
org.nakedobjects.plugins.hibernate.objectstore.HibernatePersistenceMechanismInstaller  # "hibernate"

# authenticators
org.nakedobjects.plugins.hibernate.authentication.DatabaseAuthenticationManagerInstaller  # "database"

# authorization (reflector decorators)
org.nakedobjects.plugins.hibernate.authorization.DatabaseAuthorizationFacetDecoratorInstaller  # "database"



############################################################
# CLI (incubator)
############################################################

# viewers
#org.nakedobjects.nos.client.cli.text.SystemConsoleCliClientInstaller
#org.nakedobjects.nos.client.cli.awt.AwtConsoleCliClientInstaller


############################################################
# OBJECT STORE: CACHE (incubator)
############################################################

#org.nakedobjects.objstore.cache.CachePersistorInstaller


############################################################
# OBJECT STORE: SQL (incubator)
############################################################

#org.nakedobjects.objstore.sql.SqlPersistorInstaller


############################################################
# CLIENTSERVER: EJB (incubator)
############################################################

# client connections
#org.nakedobjects.ejb.client.EjbClientConnection


############################################################
# CLIENTSERVER: TELNET (incubator)
############################################################

# server connections
#org.nakedobjects.system.install.server.TelnetConsoleListenerInstaller


####### END #########





© 2015 - 2025 Weber Informatics LLC | Privacy Policy