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
-
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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().
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-06-28
labels: --> Support enhancement
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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().
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.