Package org.apache.juneau.examples.rest.command
package org.apache.juneau.examples.rest.command
REST Command Examples
Example classes demonstrating how to use command pattern with Juneau's REST server. These examples show various command-based REST API scenarios.
-
ClassesClassDescriptionImplements an 'echo' console command that simply returns the command arguments as a comma-delimited list.