|
|
|
|
|
by revetkn
1865 days ago
|
|
Both Java. Pyranid - https://www.pyranid.com I prefer SQL to ORMs and I don't like libraries with dependencies. Really simple mapping of resultsets to Java objects. Plays nicely with DI (I like Guice a lot). Lokalized - https://www.lokalized.com Another no-dependencies lib. I don't think any other platform handles translations in a powerful enough way. The magic is a simple expression language that lets the translator specify rules (e.g special cases for certain languages to be more "natural sounding") instead of embedding all that logic in code. |
|