Menu

#4 Demo applet on frej.sf.net

open
5
2011-06-28
2011-06-22
No

It is preferable that visitors could try FREJ abilities without necessity to download frej.jar.

Possible solution is to add java applet on main page of frej.sf.net. This applet should give simple user interface for public methods of java.Regex.

Discussion

  • Anonymous

    Anonymous - 2011-06-26

    1) Here is prototype of applet in /stuff/FrejDemo folder. It lacks build file for Apache Ant. It is necessary to provide such file. Building should:
    - call build-file for frej.jar itself;
    - unzip frej.jar/frej to /stuff/FrejDemo;
    - build applet with unpacked classes;
    - jar applet together with unpacked classes.

     
  • Anonymous

    Anonymous - 2011-06-26

    2) Interface of applet should be improved.
    - pattern input field should be multi-line;
    - label for output "similarity measure" is necessary (double value of #.## format) - value should be provided by regex.getMatchResult();
    - Two more buttons should be added for calling regex.matchFromStart() and regex.presentInSequence().

     
  • Anonymous

    Anonymous - 2011-06-28
    • labels: --> Support enhancement
     
  • Anonymous

    Anonymous - 2011-07-02

    3) At last "demo" mode should be implemented. Activated by separate button or by timeout (60sec) - automatic filling forms with example patterns and input text samples (not very fast, about 10 characters per second), then automatically clicking buttons showing user the results... etc.

     
  • Anonymous

    Anonymous - 2011-07-04
     

Log in to post a comment.