mirror of
https://github.com/akullpp/awesome-java.git
synced 2025-02-17 15:55:19 -05:00
Change JavaCC description
This commit is contained in:
parent
dac0c5ae23
commit
4160e7c70c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||
* [HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded.
|
||||
* [Hudson](http://hudson-ci.org/) - Continuous integration server still in active development.
|
||||
* [Java Modeling Language (JML)](http://www.eecs.ucf.edu/~leavens/JML/) - Behavioral interface specification language that can be used to specify the behavior of code modules. It combines the design by contract approach of Eiffel and the model-based specification approach of the Larch family of interface specification languages, with some elements of the refinement calculus. Used by several other verification tools.
|
||||
* [JavaCC](https://javacc.org/) - More specific and slightly easier to learn. Has syntactic lookahead.
|
||||
* [JavaCC](https://javacc.org/) - Parser generator with syntactic lookahead.
|
||||
* [JavaServer Faces](https://javaserverfaces.java.net/) - Oracle's open-source implementation of the JSF standard, Mojarra.
|
||||
* [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries.
|
||||
* [JUnit](http://junit.org/) - Common testing framework.
|
||||
|
|
Loading…
Add table
Reference in a new issue