Download restx Free Java Code

Description

RESTX, the lightweight Java REST framework.

Source Files

The download file restx-master.zip has the following entries.


.gitignore/* w  w w  .ja va2  s  .  co m*/
.travis.yml
LICENSE.txt
README.md
module.ivy
pom.xml
restx-admin/md.restx.json
restx-admin/module.ivy
restx-admin/pom.xml
restx-admin/src/main/java/restx/admin/AdminModule.java
restx-admin/src/main/java/restx/admin/AdminPage.java
restx-admin/src/main/java/restx/admin/AdminPagesResource.java
restx-admin/src/main/java/restx/admin/AdminUIRoute.java
restx-admin/src/main/java/restx/config/ConfigAdminModule.java
restx-admin/src/main/java/restx/config/ConfigResource.java
restx-admin/src/main/java/restx/config/ConfigUIRoute.java
restx-admin/src/main/java/restx/exceptions/ErrorDescriptorsRoute.java
restx-admin/src/main/java/restx/exceptions/ErrorsAdminModule.java
restx-admin/src/main/java/restx/exceptions/ErrorsUIRoute.java
restx-admin/src/main/resources/restx/admin/css/admin.css
restx-admin/src/main/resources/restx/admin/css/alertify.core.css
restx-admin/src/main/resources/restx/admin/css/alertify.default.css
restx-admin/src/main/resources/restx/admin/css/bootstrap.min.css
restx-admin/src/main/resources/restx/admin/css/login.css
restx-admin/src/main/resources/restx/admin/css/slick.grid.css
restx-admin/src/main/resources/restx/admin/img/glyphicons-halflings.png
restx-admin/src/main/resources/restx/admin/index.html
restx-admin/src/main/resources/restx/admin/js/Spark-md5.min.js
restx-admin/src/main/resources/restx/admin/js/admin.js
restx-admin/src/main/resources/restx/admin/js/alertify.min.js
restx-admin/src/main/resources/restx/admin/js/jquery.querystring.js
restx-admin/src/main/resources/restx/admin/js/login.js
restx-admin/src/main/resources/restx/admin/js/securityHandling.js
restx-admin/src/main/resources/restx/admin/js/slick.core.js
restx-admin/src/main/resources/restx/admin/js/slick.dataview.js
restx-admin/src/main/resources/restx/admin/js/slick.grid.js
restx-admin/src/main/resources/restx/admin/js/slick.rowselectionmodel.js
restx-admin/src/main/resources/restx/admin/login.html
restx-admin/src/main/resources/restx/config/css/app.css
restx-admin/src/main/resources/restx/config/index.html
restx-admin/src/main/resources/restx/config/js/app.js
restx-admin/src/main/resources/restx/exceptions/css/app.css
restx-admin/src/main/resources/restx/exceptions/index.html
restx-admin/src/main/resources/restx/exceptions/js/app.js
restx-annotation-processors-package/pom.xml
restx-annotation-processors-package/src/main/java/restx/Empty.java
restx-apidocs/md.restx.json
restx-apidocs/module.ivy
restx-apidocs/pom.xml
restx-apidocs/src/main/java/restx/apidocs/ApiDeclarationRoute.java
restx-apidocs/src/main/java/restx/apidocs/ApiDocsIndexRoute.java
restx-apidocs/src/main/java/restx/apidocs/ApiDocsModule.java
restx-apidocs/src/main/java/restx/apidocs/ApiDocsUIRoute.java
restx-apidocs/src/main/java/restx/apidocs/SpecsResource.java
restx-apidocs/src/main/resources/restx/apidocs/css/docs.css
restx-apidocs/src/main/resources/restx/apidocs/index.html
restx-apidocs/src/main/resources/restx/apidocs/js/app.js
restx-apidocs/src/main/resources/restx/apidocs/js/controllers/ApisController.js
restx-apidocs/src/main/resources/restx/apidocs/js/controllers/OperationController.js
restx-apidocs/src/main/resources/restx/apidocs/js/services/Api.js
restx-apidocs/src/main/resources/restx/apidocs/lib/jquery.scrollto.js
restx-apidocs/src/main/resources/restx/apidocs/lib/keymaster.min.js
restx-apidocs/src/main/resources/restx/apidocs/lib/underscore.string.js
restx-apidocs/src/main/resources/restx/apidocs/views/apis.html
restx-apidocs/src/main/resources/restx/apidocs/views/operation.html
restx-barbarywatch/LICENSE
restx-barbarywatch/md.restx.json
restx-barbarywatch/module.ivy
restx-barbarywatch/pom.xml
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/CFAllocatorRef.java
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/CFArrayRef.java
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/CFIndex.java
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/CFRunLoopRef.java
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/CFStringRef.java
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/CarbonAPI.java
restx-barbarywatch/src/main/java/com/barbarysoftware/jna/FSEventStreamRef.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/AbstractWatchKey.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/AbstractWatchService.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/ClosedWatchServiceException.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/Demo.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/MacOSXListeningWatchService.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/MacOSXPollingWatchService.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/MacOSXWatchKey.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/ProviderMismatchException.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/StandardWatchEventKind.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/WatchEvent.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/WatchKey.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/WatchService.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/Watchable.java
restx-barbarywatch/src/main/java/com/barbarysoftware/watchservice/WatchableFile.java
restx-barbarywatch/src/main/java/restx/common/watch/BarbaryWatchService.java
restx-barbarywatch/src/main/resources/META-INF/services/restx.common.watch.WatcherService
restx-barbarywatch/src/test/java/com/barbarysoftware/watchservice/WatchServiceTest.java
restx-build-shell/md.restx.json
restx-build-shell/module.ivy
restx-build-shell/pom.xml
restx-build-shell/src/main/java/restx/build/shell/BuildShellCommand.java
restx-build/md.restx.json
restx-build/module.ivy
restx-build/pom.xml
restx-build/src/main/java/restx/build/GAV.java
restx-build/src/main/java/restx/build/IvySupport.java
restx-build/src/main/java/restx/build/MavenSupport.java
restx-build/src/main/java/restx/build/ModuleDependency.java
restx-build/src/main/java/restx/build/ModuleDescriptor.java
restx-build/src/main/java/restx/build/ModuleFragment.java
restx-build/src/main/java/restx/build/RestxBuild.java
restx-build/src/main/java/restx/build/RestxBuildHelper.java
restx-build/src/main/java/restx/build/RestxJsonSupport.java
restx-build/src/main/java/restx/build/org/json/JSONArray.java
restx-build/src/main/java/restx/build/org/json/JSONException.java
restx-build/src/main/java/restx/build/org/json/JSONObject.java
restx-build/src/main/java/restx/build/org/json/JSONString.java
restx-build/src/main/java/restx/build/org/json/JSONTokener.java
restx-build/src/main/java/restx/build/org/json/None.java
restx-build/src/main/java/restx/build/org/json/README
restx-build/src/main/java/restx/build/org/json/XML.java
restx-build/src/main/java/restx/build/org/json/XMLTokener.java
restx-build/src/main/resources/restx/build/fragments/maven/annotation-processing-disable.xml
restx-build/src/main/resources/restx/build/fragments/maven/copy-dependencies.xml
restx-build/src/main/resources/restx/build/fragments/maven/jar-main-class.xml
restx-build/src/main/resources/restx/build/fragments/maven/java-agent.xml
restx-build/src/test/java/restx/build/GAVTest.java
restx-build/src/test/java/restx/build/RestxBuildTest.java
restx-build/src/test/resources/restx/build/Module1.ivy
restx-build/src/test/resources/restx/build/Module1.pom.xml
restx-build/src/test/resources/restx/build/Module1.restx.json
restx-build/src/test/resources/restx/build/Module2.ivy
restx-build/src/test/resources/restx/build/Module2.restx.json
restx-build/src/test/resources/restx/build/Module3.pom.xml
restx-build/src/test/resources/restx/build/Module3.restx.json
restx-build/src/test/resources/restx/build/Module4.ivy
restx-build/src/test/resources/restx/build/Module4.pom.xml
restx-build/src/test/resources/restx/build/Module4.restx.json
restx-build/src/test/resources/restx/build/Module5.ivy
restx-build/src/test/resources/restx/build/Module5.pom.xml
restx-build/src/test/resources/restx/build/Module5.properties.json
restx-build/src/test/resources/restx/build/Module5.restx.json
restx-classloader/md.restx.json
restx-classloader/module.ivy
restx-classloader/pom.xml
restx-classloader/src/main/java/restx/classloader/ClasspathResourceEvent.java
restx-classloader/src/main/java/restx/classloader/CompilationFinishedEvent.java
restx-classloader/src/main/java/restx/classloader/CompilationManager.java
restx-classloader/src/main/java/restx/classloader/CompilationSettings.java
restx-classloader/src/main/java/restx/classloader/HotReloadingClassLoader.java
restx-classloader/src/main/java/restx/classloader/HotswapAgent.java
restx-classloader/src/test/java/restx/classloader/CompilationManagerTest.java
restx-classloader/src/test/test-classes-sources/restx/classloader/TestSimpleClass.java
restx-classloader/src/test/test-classes-sources/restx/classloader/test_resource.txt
restx-classloader/src/test/test-classes-sources/restx/classloader/test_resource.txt___jb_old___
restx-common/md.restx.json
restx-common/module.ivy
restx-common/pom.xml
restx-common/src/main/java/restx/common/ConfigElement.java
restx-common/src/main/java/restx/common/Crypto.java
restx-common/src/main/java/restx/common/MoreFiles.java
restx-common/src/main/java/restx/common/MoreIO.java
restx-common/src/main/java/restx/common/MoreMaps.java
restx-common/src/main/java/restx/common/MorePreconditions.java
restx-common/src/main/java/restx/common/MoreResources.java
restx-common/src/main/java/restx/common/MoreStrings.java
restx-common/src/main/java/restx/common/Mustaches.java
restx-common/src/main/java/restx/common/RestxConfig.java
restx-common/src/main/java/restx/common/StdRestxConfig.java
restx-common/src/main/java/restx/common/Types.java
restx-common/src/main/java/restx/common/UUIDGenerator.java
restx-common/src/main/java/restx/common/Version.java
restx-common/src/main/java/restx/common/Visitor.java
restx-common/src/main/java/restx/common/watch/EventCoalescor.java
restx-common/src/main/java/restx/common/watch/FileWatchEvent.java
restx-common/src/main/java/restx/common/watch/StdWatcherService.java
restx-common/src/main/java/restx/common/watch/WatcherService.java
restx-common/src/main/java/restx/common/watch/WatcherServiceLoader.java
restx-common/src/main/java/restx/common/watch/WatcherSettings.java
restx-common/src/test/java/restx/common/CryptoTest.java
restx-common/src/test/java/restx/common/MoreFilesTest.java
restx-common/src/test/java/restx/common/MustachesTest.java
restx-common/src/test/java/restx/common/StdRestxConfigTest.java
restx-common/src/test/java/restx/common/watch/EventCoalescorTest.java
restx-common/src/test/resources/restx/common/MustachesTestFixture1.mustache
restx-common/src/test/resources/restx/common/config.properties
restx-core-annotation-processor/md.restx.json
restx-core-annotation-processor/module.ivy
restx-core-annotation-processor/pom.xml
restx-core-annotation-processor/src/main/java/restx/annotations/processor/RestxAnnotationProcessor.java
restx-core-annotation-processor/src/main/java/restx/annotations/processor/TypeHelper.java
restx-core-annotation-processor/src/main/java/restx/config/processor/SettingsAnnotationProcessor.java
restx-core-annotation-processor/src/main/java/restx/exceptions/processor/ErrorAnnotationProcessor.java
restx-core-annotation-processor/src/main/resources/META-INF/services/javax.annotation.processing.Processor
restx-core-annotation-processor/src/main/resources/restx/annotations/processor/RestxRouter.mustache
restx-core-annotation-processor/src/main/resources/restx/config/processor/SettingsConfig.mustache
restx-core-annotation-processor/src/main/resources/restx/config/processor/SettingsProvider.mustache
restx-core-annotation-processor/src/main/resources/restx/exceptions/processor/ErrorDescriptor.mustache
restx-core-annotation-processor/src/test/java/restx/annotations/processor/TypeHelperTest.java
restx-core-shell/md.restx.json
restx-core-shell/module.ivy
restx-core-shell/pom.xml
restx-core-shell/src/main/java/restx/core/shell/AppShellCommand.java
restx-core-shell/src/main/java/restx/core/shell/DepsShellCommand.java
restx-core-shell/src/main/java/restx/core/shell/ShellAppRunner.java
restx-core-shell/src/main/resources/restx/core/shell/AppModule.java.mustache
restx-core-shell/src/main/resources/restx/core/shell/AppServer.java.mustache
restx-core-shell/src/main/resources/restx/core/shell/HelloResource.java.mustache
restx-core-shell/src/main/resources/restx/core/shell/HelloResourceSpecTest.java.mustache
restx-core-shell/src/main/resources/restx/core/shell/Message.java.mustache
restx-core-shell/src/main/resources/restx/core/shell/UserRepository.java.mustache
restx-core-shell/src/main/resources/restx/core/shell/logback.xml.mustache
restx-core-shell/src/main/resources/restx/core/shell/md.restx.json.mustache
restx-core-shell/src/main/resources/restx/core/shell/should_admin_say_hello.spec.yaml.mustache
restx-core-shell/src/main/resources/restx/core/shell/should_user1_say_hello.spec.yaml.mustache
restx-core-shell/src/main/resources/restx/core/shell/should_user2_not_say_hello.spec.yaml.mustache
restx-core-shell/src/main/resources/restx/core/shell/web.xml.mustache
restx-core-shell/src/test/java/restx/core/shell/NewAppTest.java
restx-core/md.restx.json
restx-core/module.gen.ivy
restx-core/module.ivy
restx-core/pom.xml
restx-core/src/main/java/restx/AbstractRequest.java
restx-core/src/main/java/restx/AbstractRouteLifecycleListener.java
restx-core/src/main/java/restx/AppSettings.java
restx-core/src/main/java/restx/AppSettingsConfig.java
restx-core/src/main/java/restx/Apps.java
restx-core/src/main/java/restx/CoreModule.java
restx-core/src/main/java/restx/MatchedEntityRoute.java
restx-core/src/main/java/restx/ResourcesRoute.java
restx-core/src/main/java/restx/RestxContext.java
restx-core/src/main/java/restx/RestxFilter.java
restx-core/src/main/java/restx/RestxHandler.java
restx-core/src/main/java/restx/RestxHandlerMatch.java
restx-core/src/main/java/restx/RestxHandlerMatcher.java
restx-core/src/main/java/restx/RestxLogLevel.java
restx-core/src/main/java/restx/RestxMainRouter.java
restx-core/src/main/java/restx/RestxMainRouterFactory.java
restx-core/src/main/java/restx/RestxRequest.java
restx-core/src/main/java/restx/RestxRequestMatch.java
restx-core/src/main/java/restx/RestxRequestMatcher.java
restx-core/src/main/java/restx/RestxRequestWrapper.java
restx-core/src/main/java/restx/RestxResponse.java
restx-core/src/main/java/restx/RestxResponseWrapper.java
restx-core/src/main/java/restx/RestxRoute.java
restx-core/src/main/java/restx/RestxRouter.java
restx-core/src/main/java/restx/RestxRouting.java
restx-core/src/main/java/restx/RouteLifecycleListener.java
restx-core/src/main/java/restx/RoutingMachine.java
restx-core/src/main/java/restx/Status.java
restx-core/src/main/java/restx/StdRequest.java
restx-core/src/main/java/restx/StdRestxMainRouter.java
restx-core/src/main/java/restx/StdRestxRequestMatch.java
restx-core/src/main/java/restx/StdRestxRequestMatcher.java
restx-core/src/main/java/restx/StdRoute.java
restx-core/src/main/java/restx/WebException.java
restx-core/src/main/java/restx/annotations/DELETE.java
restx-core/src/main/java/restx/annotations/GET.java
restx-core/src/main/java/restx/annotations/HEAD.java
restx-core/src/main/java/restx/annotations/POST.java
restx-core/src/main/java/restx/annotations/PUT.java
restx-core/src/main/java/restx/annotations/Param.java
restx-core/src/main/java/restx/annotations/RestxResource.java
restx-core/src/main/java/restx/annotations/SuccessStatus.java
restx-core/src/main/java/restx/annotations/Verbosity.java
restx-core/src/main/java/restx/common/UUIDGenerators.java
restx-core/src/main/java/restx/config/ConfigLoader.java
restx-core/src/main/java/restx/config/ConfigSupplier.java
restx-core/src/main/java/restx/config/ConsolidatedConfigFactoryMachine.java
restx-core/src/main/java/restx/config/ElementsFromConfigFactoryMachine.java
restx-core/src/main/java/restx/config/Settings.java
restx-core/src/main/java/restx/config/SettingsKey.java
restx-core/src/main/java/restx/converters/MainStringConverter.java
restx-core/src/main/java/restx/description/DescribableRoute.java
restx-core/src/main/java/restx/description/ErrorResponseDescription.java
restx-core/src/main/java/restx/description/OperationDescription.java
restx-core/src/main/java/restx/description/OperationParameterDescription.java
restx-core/src/main/java/restx/description/OperationReference.java
restx-core/src/main/java/restx/description/ResourceDescription.java
restx-core/src/main/java/restx/entity/AbstractEntityResponseWriter.java
restx-core/src/main/java/restx/entity/Empty.java
restx-core/src/main/java/restx/entity/EntityContentTypeResolver.java
restx-core/src/main/java/restx/entity/EntityDefaultContentTypeProvider.java
restx-core/src/main/java/restx/entity/EntityRequestBodyReader.java
restx-core/src/main/java/restx/entity/EntityRequestBodyReaderFactory.java
restx-core/src/main/java/restx/entity/EntityRequestBodyReaderRegistry.java
restx-core/src/main/java/restx/entity/EntityResponseWriter.java
restx-core/src/main/java/restx/entity/EntityResponseWriterFactory.java
restx-core/src/main/java/restx/entity/EntityResponseWriterRegistry.java
restx-core/src/main/java/restx/entity/StdEntityRoute.java
restx-core/src/main/java/restx/entity/TextContentTypeModule.java
restx-core/src/main/java/restx/entity/VoidContentTypeModule.java
restx-core/src/main/java/restx/exceptions/ErrorCode.java
restx-core/src/main/java/restx/exceptions/ErrorDescriptor.java
restx-core/src/main/java/restx/exceptions/ErrorField.java
restx-core/src/main/java/restx/exceptions/ExceptionsFactory.java
restx-core/src/main/java/restx/exceptions/RestxError.java
restx-core/src/main/java/restx/http/HTTP.java
restx-core/src/main/java/restx/http/HttpStatus.java
restx-core/src/main/java/restx/jackson/FrontObjectMapperFactory.java
restx-core/src/main/java/restx/jackson/JsonContentTypeModule.java
restx-core/src/main/java/restx/jackson/JsonEntityRequestBodyReader.java
restx-core/src/main/java/restx/jackson/JsonEntityResponseWriter.java
restx-core/src/main/java/restx/jackson/StdJsonProducerEntityRoute.java
restx-core/src/main/java/restx/jackson/Views.java
restx-core/src/main/java/restx/security/CORS.java
restx-core/src/main/java/restx/security/CORSAuthorizer.java
restx-core/src/main/java/restx/security/CORSFilter.java
restx-core/src/main/java/restx/security/CORSRoute.java
restx-core/src/main/java/restx/security/Permission.java
restx-core/src/main/java/restx/security/Permissions.java
restx-core/src/main/java/restx/security/PermitAll.java
restx-core/src/main/java/restx/security/RestxPrincipal.java
restx-core/src/main/java/restx/security/RestxSecurityManager.java
restx-core/src/main/java/restx/security/RestxSession.java
restx-core/src/main/java/restx/security/RestxSessionCookieDescriptor.java
restx-core/src/main/java/restx/security/RestxSessionFilter.java
restx-core/src/main/java/restx/security/RestxSessionFilterMachine.java
restx-core/src/main/java/restx/security/RolesAllowed.java
restx-core/src/main/java/restx/security/SecurityFactory.java
restx-core/src/main/java/restx/security/SignatureKey.java
restx-core/src/main/java/restx/security/StdCORSAuthorizer.java
restx-core/src/main/java/restx/security/StdRestxSecurityManager.java
restx-core/src/main/java/restx/server/WebServer.java
restx-core/src/main/java/restx/server/WebServerSupplier.java
restx-core/src/main/java/restx/server/WebServers.java
restx-core/src/main/java/restx/specs/Given.java
restx-core/src/main/java/restx/specs/GivenTime.java
restx-core/src/main/java/restx/specs/GivenTimeLoader.java
restx-core/src/main/java/restx/specs/GivenUUIDGenerator.java
restx-core/src/main/java/restx/specs/GivenUUIDGeneratorLoader.java
restx-core/src/main/java/restx/specs/GivenUUIDGeneratorRecorder.java
restx-core/src/main/java/restx/specs/HotReloadRestxSpecRepository.java
restx-core/src/main/java/restx/specs/RestxSpec.java
restx-core/src/main/java/restx/specs/RestxSpecLoader.java
restx-core/src/main/java/restx/specs/RestxSpecRecorder.java
restx-core/src/main/java/restx/specs/RestxSpecRepository.java
restx-core/src/main/java/restx/specs/RestxSpecTape.java
restx-core/src/main/java/restx/specs/SpecModule.java
restx-core/src/main/java/restx/specs/Then.java
restx-core/src/main/java/restx/specs/ThenHttpResponse.java
restx-core/src/main/java/restx/specs/When.java
restx-core/src/main/java/restx/specs/WhenCookieHeaderLoader.java
restx-core/src/main/java/restx/specs/WhenHttpRequest.java
restx-core/src/main/java/restx/specs/WhenRestxSessionHeaderLoader.java
restx-core/src/main/java/restx/validation/Validations.java
restx-core/src/main/java/restx/validation/ValidatorFactory.java
restx-core/src/main/resources/restx/appConfig.properties
restx-core/src/main/resources/restx/http/mime-types.properties
restx-core/src/main/resources/restx/specs/specConfig.properties
restx-core/src/test/java/restx/StdRequestTest.java
restx-core/src/test/java/restx/StdRouteMatcherTest.java
restx-core/src/test/java/restx/config/ConfigLoaderTestModule.java
restx-core/src/test/java/restx/config/ConfigMachineTest.java
restx-core/src/test/java/restx/exceptions/RestxErrorTest.java
restx-core/src/test/java/restx/http/HTTPTest.java
restx-core/src/test/java/restx/http/HeaderTokenCompatibleWithRfc2616Test.java
restx-core/src/test/java/restx/security/SecurityFactoryTest.java
restx-core/src/test/java/restx/specs/RestxSpecLoaderTest.java
restx-core/src/test/java/restx/specs/RestxSpecRepositoryTest.java
restx-core/src/test/java/restx/specs/RestxSpecTest.java
restx-core/src/test/resources/cases/test/test.spec.yaml
restx-core/src/test/resources/cases/test/test2.spec.yaml
restx-core/src/test/resources/restx/common/config.properties
restx-doc/Factory.md
restx-doc/Rest.md
restx-doc/assets/small-call-stack.png
restx-factory-admin/md.restx.json
restx-factory-admin/module.ivy
restx-factory-admin/pom.xml
restx-factory-admin/src/main/java/restx/factory/FactoryAdminModule.java
restx-factory-admin/src/main/java/restx/factory/FactoryDumpRoute.java
restx-factory-admin/src/main/java/restx/factory/FactoryUIRoute.java
restx-factory-admin/src/main/java/restx/factory/WarehouseRoute.java
restx-factory-admin/src/main/resources/restx/factory/css/app.css
restx-factory-admin/src/main/resources/restx/factory/index.html
restx-factory-admin/src/main/resources/restx/factory/js/app.js
restx-factory-admin/src/main/resources/restx/factory/js/controllers/FactoryController.js
restx-factory-admin/src/main/resources/restx/factory/js/controllers/WarehouseController.js
restx-factory-admin/src/main/resources/restx/factory/lib/vivagraph.min.js
restx-factory-admin/src/main/resources/restx/factory/views/factory.html
restx-factory-admin/src/main/resources/restx/factory/views/warehouse.html
restx-factory-testing/pom.xml
restx-factory-testing/src/test/java/restx/factory/FactoryTest.java
restx-factory-testing/src/test/java/restx/factory/TestMandatoryDependency.java
restx-factory-testing/src/test/java/restx/factory/TestOptionalDependency.java
restx-factory/md.restx.json
restx-factory/module.ivy
restx-factory/pom.xml
restx-factory/src/main/java/restx/factory/Alternative.java
restx-factory/src/main/java/restx/factory/AlternativesFactoryMachine.java
restx-factory/src/main/java/restx/factory/AutoStartable.java
restx-factory/src/main/java/restx/factory/BillOfMaterials.java
restx-factory/src/main/java/restx/factory/BoundlessComponentBox.java
restx-factory/src/main/java/restx/factory/Component.java
restx-factory/src/main/java/restx/factory/ComponentBox.java
restx-factory/src/main/java/restx/factory/ComponentBoxWrapper.java
restx-factory/src/main/java/restx/factory/ComponentCustomizer.java
restx-factory/src/main/java/restx/factory/ComponentCustomizerEngine.java
restx-factory/src/main/java/restx/factory/DefaultFactoryMachine.java
restx-factory/src/main/java/restx/factory/DisposableComponentBox.java
restx-factory/src/main/java/restx/factory/EmptyBox.java
restx-factory/src/main/java/restx/factory/Factory.java
restx-factory/src/main/java/restx/factory/FactoryMachine.java
restx-factory/src/main/java/restx/factory/FactoryMachineWrapper.java
restx-factory/src/main/java/restx/factory/Machine.java
restx-factory/src/main/java/restx/factory/MachineEngine.java
restx-factory/src/main/java/restx/factory/MachineEngineWrapper.java
restx-factory/src/main/java/restx/factory/Module.java
restx-factory/src/main/java/restx/factory/Name.java
restx-factory/src/main/java/restx/factory/NamedComponent.java
restx-factory/src/main/java/restx/factory/NoDepsMachineEngine.java
restx-factory/src/main/java/restx/factory/NoopFactoryMachine.java
restx-factory/src/main/java/restx/factory/Provides.java
restx-factory/src/main/java/restx/factory/ProvisionException.java
restx-factory/src/main/java/restx/factory/SatisfiedBOM.java
restx-factory/src/main/java/restx/factory/SingleComponentClassCustomizerEngine.java
restx-factory/src/main/java/restx/factory/SingleComponentCustomizerEngine.java
restx-factory/src/main/java/restx/factory/SingleComponentNameCustomizerEngine.java
restx-factory/src/main/java/restx/factory/SingleNameFactoryMachine.java
restx-factory/src/main/java/restx/factory/SingletonFactoryMachine.java
restx-factory/src/main/java/restx/factory/StdMachineEngine.java
restx-factory/src/main/java/restx/factory/SystemPropertyFactoryMachine.java
restx-factory/src/main/java/restx/factory/Warehouse.java
restx-factory/src/main/java/restx/factory/WarehouseProvidersMachine.java
restx-factory/src/main/java/restx/factory/When.java
restx-factory/src/main/java/restx/factory/processor/FactoryAnnotationProcessor.java
restx-factory/src/main/resources/META-INF/services/javax.annotation.processing.Processor
restx-factory/src/main/resources/META-INF/services/restx.factory.FactoryMachine
restx-factory/src/main/resources/restx/factory/processor/AlternativeMachine.mustache
restx-factory/src/main/resources/restx/factory/processor/ComponentMachine.mustache
restx-factory/src/main/resources/restx/factory/processor/ConditionalMachine.mustache
restx-factory/src/main/resources/restx/factory/processor/ModuleMachine.mustache
restx-factory/src/test/java/restx/factory/FactoryTest.java
restx-factory/src/test/java/restx/factory/TestMissingAnnotatedMachine.java
restx-factory/src/test/java/restx/factory/WarehouseTest.java
restx-jongo-specs-tests/md.restx.json
restx-jongo-specs-tests/module.ivy
restx-jongo-specs-tests/pom.xml
restx-jongo-specs-tests/src/main/java/restx/jongo/specs/tests/GivenJongoCollectionRunner.java
restx-jongo-specs-tests/src/main/java/restx/jongo/specs/tests/GivenJongoCollectionSpecRuleSupplier.java
restx-jongo/md.restx.json
restx-jongo/module.ivy
restx-jongo/pom.xml
restx-jongo/src/main/java/restx/jackson/BsonJodaTimeModule.java
restx-jongo/src/main/java/restx/jackson/FixedPrecision.java
restx-jongo/src/main/java/restx/jackson/FixedPrecisionDeserializer.java
restx-jongo/src/main/java/restx/jackson/FixedPrecisionSerializer.java
restx-jongo/src/main/java/restx/jackson/FrontObjectMapperCustomizer.java
restx-jongo/src/main/java/restx/jongo/Counter.java
restx-jongo/src/main/java/restx/jongo/JongoCollection.java
restx-jongo/src/main/java/restx/jongo/JongoCollectionFactory.java
restx-jongo/src/main/java/restx/jongo/JongoDefaultsModule.java
restx-jongo/src/main/java/restx/jongo/JongoFactory.java
restx-jongo/src/main/java/restx/jongo/JongoModule.java
restx-jongo/src/main/java/restx/jongo/Jongos.java
restx-jongo/src/main/java/restx/jongo/StdJongoCollection.java
restx-jongo/src/main/java/restx/specs/mongo/GivenJongoCollection.java
restx-jongo/src/main/java/restx/specs/mongo/GivenJongoCollectionLoader.java
restx-jongo/src/main/java/restx/specs/mongo/GivenJongoCollectionRecorder.java
restx-jongo/src/test/java/restx/specs/mongo/GivenJongoCollectionTest.java
restx-jongo/src/test/resources/restx/tests/data_example.json
restx-jongo/src/test/resources/restx/tests/expected_restx_case_example_1.yaml
restx-jongo/src/test/resources/restx/tests/restx_test_case_example_1.yaml
restx-monitor-admin/md.restx.json
restx-monitor-admin/module.ivy
restx-monitor-admin/pom.xml
restx-monitor-admin/src/main/java/restx/monitor/GraphiteSettings.java
restx-monitor-admin/src/main/java/restx/monitor/MetricsConfiguration.java
restx-monitor-admin/src/main/java/restx/monitor/MetricsResource.java
restx-monitor-admin/src/main/java/restx/monitor/MonitorAdminModule.java
restx-monitor-admin/src/main/java/restx/monitor/MonitorRouter.java
restx-monitor-admin/src/main/resources/restx/monitor/css/app.css
restx-monitor-admin/src/main/resources/restx/monitor/index.html
restx-monitor-admin/src/main/resources/restx/monitor/js/app.js
restx-package/pom.xml
restx-package/src/main/assembly/shell.xml
restx-package/src/main/resources/plugins/README.txt
restx-package/src/main/script/launch.bat
restx-package/src/main/script/launch.sh
restx-package/src/main/script/restx
restx-package/src/main/script/restx.bat
restx-security-basic/md.restx.json
restx-security-basic/module.ivy
restx-security-basic/pom.xml
restx-security-basic/src/main/java/restx/security/BasicPrincipalAuthenticator.java
restx-security-basic/src/main/java/restx/security/BasicSecurityModule.java
restx-security-basic/src/main/java/restx/security/Session.java
restx-security-basic/src/main/java/restx/security/SessionResource.java
restx-server-jetty/md.restx.json
restx-server-jetty/module.ivy
restx-server-jetty/pom.xml
restx-server-jetty/src/main/java/restx/server/JettyServerModule.java
restx-server-jetty/src/main/java/restx/server/JettyWebServer.java
restx-server-jetty/src/test/java/restx/server/WebServerExample.java
restx-server-jetty/src/test/resources/restx/server/WebServerExample-web.xml
restx-server-simple/md.restx.json
restx-server-simple/module.ivy
restx-server-simple/pom.xml
restx-server-simple/src/main/java/restx/server/simple/simple/SimpleRestxRequest.java
restx-server-simple/src/main/java/restx/server/simple/simple/SimpleRestxResponse.java
restx-server-simple/src/main/java/restx/server/simple/simple/SimpleServerModule.java
restx-server-simple/src/main/java/restx/server/simple/simple/SimpleWebServer.java
restx-server-simple/src/test/java/restx/server/simple/CookiesTest.java
restx-server-simple/src/test/java/restx/server/simple/WebServerExample.java
restx-server-testing/md.restx.json
restx-server-testing/module.ivy
restx-server-testing/pom.xml
restx-server-testing/src/main/webapp/WEB-INF/web.xml
restx-server-testing/src/test/java/restx/servers/SessionsTest.java
restx-server-testing/src/test/resources/specs/sessions/should_authentication_be_in_failure.spec.yaml
restx-server-testing/src/test/resources/specs/sessions/should_authentication_be_successful.spec.yaml
restx-server-testing/src/test/resources/specs/sessions/should_disconnection_be_successful.spec.yaml
restx-server-tomcat/md.restx.json
restx-server-tomcat/module.ivy
restx-server-tomcat/pom.xml
restx-server-tomcat/src/main/java/restx/server/TomcatWebServer.java
restx-server-tomcat/src/main/java/restx/server/TomcatWebServerModule.java
restx-servlet/md.restx.json
restx-servlet/module.ivy
restx-servlet/pom.xml
restx-servlet/src/main/java/restx/servlet/AbstractRestxMainRouterServlet.java
restx-servlet/src/main/java/restx/servlet/HttpServletRestxRequest.java
restx-servlet/src/main/java/restx/servlet/HttpServletRestxResponse.java
restx-servlet/src/main/java/restx/servlet/RestxMainRouterServlet.java
restx-shell-manager/md.restx.json
restx-shell-manager/module.ivy
restx-shell-manager/pom.xml
restx-shell-manager/src/main/java/restx/plugins/ModuleDescriptor.java
restx-shell-manager/src/main/java/restx/plugins/ModulesManager.java
restx-shell-manager/src/main/java/restx/plugins/PluginsShellCommand.java
restx-shell-manager/src/main/resources/restx/plugins/upgrade.bat
restx-shell-manager/src/main/resources/restx/plugins/upgrade.sh
restx-shell-manager/src/test/java/restx/plugins/ModuleDescriptorTest.java
restx-shell-manager/src/test/java/restx/plugins/ModulesManagerTest.java
restx-shell-manager/src/test/resources/restx/plugins/modules.json
restx-shell/md.restx.json
restx-shell/module.ivy
restx-shell/pom.xml
restx-shell/src/main/java/restx/shell/RestxShell.java
restx-shell/src/main/java/restx/shell/ShellCommand.java
restx-shell/src/main/java/restx/shell/ShellCommandRunner.java
restx-shell/src/main/java/restx/shell/ShellIvy.java
restx-shell/src/main/java/restx/shell/StdShellCommand.java
restx-shell/src/main/java/restx/shell/WatchDir.java
restx-shell/src/main/java/restx/shell/commands/ExitCommand.java
restx-shell/src/main/java/restx/shell/commands/HelpCommand.java
restx-shell/src/main/java/restx/shell/commands/SystemCommands.java
restx-shell/src/main/resources/logback.xml
restx-shell/src/main/resources/restx/shell/ivysettings.xml
restx-specs-admin/md.restx.json
restx-specs-admin/module.ivy
restx-specs-admin/pom.xml
restx-specs-admin/src/main/java/restx/specs/SpecRecorderRoute.java
restx-specs-admin/src/main/java/restx/specs/SpecRecorderRouteFactoryMachine.java
restx-specs-admin/src/main/java/restx/specs/SpecTestAdminPage.java
restx-specs-admin/src/main/java/restx/specs/SpecTestResource.java
restx-specs-admin/src/main/java/restx/specs/SpecTestsUIRoute.java
restx-specs-admin/src/main/resources/restx/specs/recorder/css/app.css
restx-specs-admin/src/main/resources/restx/specs/recorder/index.html
restx-specs-admin/src/main/resources/restx/specs/recorder/js/app.js
restx-specs-admin/src/main/resources/restx/specs/tests/css/app.css
restx-specs-admin/src/main/resources/restx/specs/tests/index.html
restx-specs-admin/src/main/resources/restx/specs/tests/js/app.js
restx-specs-admin/src/main/resources/restx/specs/tests/js/controllers/HomeController.js
restx-specs-admin/src/main/resources/restx/specs/tests/js/controllers/TestResultController.js
restx-specs-admin/src/main/resources/restx/specs/tests/js/services/Tests.js
restx-specs-admin/src/main/resources/restx/specs/tests/views/home.html
restx-specs-admin/src/main/resources/restx/specs/tests/views/testResult.html
restx-specs-server/md.restx.json
restx-specs-server/module.ivy
restx-specs-server/pom.xml
restx-specs-server/src/main/java/restx/specs/server/SpecsServer.java
restx-specs-server/src/main/java/restx/specs/server/SpecsServerRoute.java
restx-specs-server/src/test/java/restx/specs/server/SpecsServerTest.java
restx-specs-server/src/test/resources/cases/should_use_spec.spec.yaml
restx-specs-shell/md.restx.json
restx-specs-shell/module.ivy
restx-specs-shell/pom.xml
restx-specs-shell/src/main/java/restx/specs/shell/SpecsShellCommand.java
restx-specs-tests/md.restx.json
restx-specs-tests/module.ivy
restx-specs-tests/pom.xml
restx-specs-tests/src/main/java/restx/tests/FindSpecsIn.java
restx-specs-tests/src/main/java/restx/tests/GivenCleaner.java
restx-specs-tests/src/main/java/restx/tests/GivenRunner.java
restx-specs-tests/src/main/java/restx/tests/GivenSpecRule.java
restx-specs-tests/src/main/java/restx/tests/GivenSpecRuleSupplier.java
restx-specs-tests/src/main/java/restx/tests/GivenTimeRunner.java
restx-specs-tests/src/main/java/restx/tests/GivenUUIDGeneratorRunner.java
restx-specs-tests/src/main/java/restx/tests/RestxServerRule.java
restx-specs-tests/src/main/java/restx/tests/RestxSpecRule.java
restx-specs-tests/src/main/java/restx/tests/RestxSpecRunner.java
restx-specs-tests/src/main/java/restx/tests/RestxSpecTestServer.java
restx-specs-tests/src/main/java/restx/tests/RestxSpecTests.java
restx-specs-tests/src/main/java/restx/tests/RestxSpecTestsRunner.java
restx-specs-tests/src/main/java/restx/tests/TestRequest.java
restx-specs-tests/src/main/java/restx/tests/TestResult.java
restx-specs-tests/src/main/java/restx/tests/TestResultSummary.java
restx-specs-tests/src/main/java/restx/tests/WhenChecker.java
restx-specs-tests/src/main/java/restx/tests/WhenHttpChecker.java
restx-specs-tests/src/main/java/restx/tests/WhenThenCheck.java
restx-specs-tests/src/test/java/restx/MyRestxResourcesRoute.java
restx-specs-tests/src/test/java/restx/ResourcesRouteTest.java
restx-specs-tests/src/test/resources/static/hello.txt
restx-specs-tests/src/test/webapp/WEB-INF/web.xml
restx-specs/md.restx.json
restx-specs/module.ivy
restx-specs/pom.xml
restx.build.properties.json

Download

Click the following link to download restx-master.zip.

restx-master.zip




















Home »
  Java Free Code »
    Web Framework »




Framework Web
GWT
PlayFramework
PureMVC
RESTful
Servlet
websocket
Wicket