Demoiselle AppletExecute error in the manual

1

In the Demoiselle's documentation for the link: link

To create the sample applet, add the following dependency to the project:

<dependency>
    <groupId>br.gov.frameworkdemoiselle.component</groupId>
    <artifactId>demoiselle-certificate-signer</artifactId>
    <version>2.0.0</version>
</dependency>

And after that extend the class: AbstractAppletExecute . But the class is not found in pacore, not even the package to which it belongs:

br.gov.frameworkdemoiselle.certificate.applet.action

Has there been any change in how to create the applet? Does anyone use this?

    
asked by anonymous 17.05.2016 / 22:04

0 answers