Answer the question
In order to leave comments, you need to log in
Small cycling web framework?
I want to introduce you to my bike, which I do in my free time, so that my brain does not get fat from constantly writing boring code for enterprise applications: code.google.com/p/nop . I wrote a tutorial on the framework: the first and second parts. In the process of writing a wiki engine based on the framework: code.google.com/p/xthl . I would like to know if anyone is interested in the project? If someone who would experience the same perverse fun that I did when coding for the sake of the process itself, and it does not matter that nothing fundamentally new is created? And in general, will some of the components of the project be of interest in themselves, such as a JSON-based RMI analogue, a database migrator, and a LinQ-like DSL for Java?
Answer the question
In order to leave comments, you need to log in
Judgment on the pluses for the question, someone was interested in this topic. But I would like to get not pluses, but feedback. I generally want to hear people's opinions, to discuss.
Looks very cool. I understand you have implemented DI? It is very similar to Google Guice. At the same time, there is no normal web framework in the juice itself, but this is a bit not what we would like. Do not want to make your library as an extension to Juice?
Another question: what is the use of typing template parameters? Somehow there is a validation regarding the correspondence of properties in the interface and placeholders in the template? If it is not there, then there is no special point in typing, it could be done just like in Spring MVC: type view.add("title", title), i.e. through the string value of the fieldholder.
And another question. How componentized is your framework? For example, it is possible to fasten XSLT as a template engine without much torment?
There is no demo version. It's the same framework. What should I show on it? To expose on it an example application? Not indicative. After all, the application is outwardly uninteresting, much more interesting is how it is written. That's why I gave links to the tutorial. There will be an interesting application on top of the framework - I will definitely make a demo version. But this is a completely different project.
Wrote a review article on the nop.sql library, which is part of the framework. Who wants me to publish it - throw karma.
Looks very cool. I understand you have implemented DI? It is very similar to Google Guice. At the same time, there is no normal web framework in the juice itself, but this is a bit not what we would like. Do not want to make your library as an extension to Juice?
Another question: what is the use of typing template parameters? Somehow there is a validation regarding the correspondence of properties in the interface and placeholders in the template? If it is not there, then there is no special point in typing, it could be done just like in Spring MVC: type view.add("title", title), i.e. through the string value of the fieldholder.
And another question. How componentized is your framework? For example, it is possible to fasten XSLT as a template engine without much torment?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question