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

jsonsrv.2.8.1.source-code.jsonsrv.xml Maven / Gradle / Ivy

Go to download

A self-describing, java web framework for easily exposing business methods as JSON RPC services over HTTP

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans 
	   					   http://www.springframework.org/schema/beans/spring-beans.xsd">

    <bean id="jsonsrv.version"
          class="org.brutusin.jsonsrv.impl.VersionAction">
    </bean>
    <bean id="jsonsrv.services"
          class="org.brutusin.jsonsrv.impl.ServiceListAction">
    </bean>
    <bean id="jsonsrv.schema"
          class="org.brutusin.jsonsrv.impl.SchemaAction">
    </bean>
    <bean id="jsonsrv.schema-provider"
          class="org.brutusin.jsonsrv.impl.DynamicSchemaProviderAction">
    </bean>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy