Specify the services ServiceStack should register -


is possible specify services ss registers rather picking finds.

given library 10 services, can deployed on multiple servers, depending on server deployed on, services need enabled, these can't in separate projects otherwise end billions of dll's manage.

i want able "register these 3 types , routes"

you can override strategy used find services overriding createservicemanager, e.g:

protected virtual servicemanager createservicemanager(     params assembly[] assemblieswithservices) {     new servicecontroller(() => justservicesiwant(assemblieswithservices)); } 

also see wiki on modularizing services explains how manually register services inside plugins, etc.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -