1415161718192021
@GET @Path( "/get" ) @Produces( "text/javascript" ) public String getCDEplugins() { CdePlugins plugins = new CdePlugins(); return plugins.getCdePlugins(); }