Hello.
Is there analogue of Django Messages Framework (or RoR flash messages) in Java?
http://docs.djangoproject.com/en/dev/ref/contrib/messages/
I want to show a message for user one time.
Hello.
I created several web applications that use the same static files (css, js, images).
When I use svn for version control, I use an external repository (svn: externals) to add files to the current project.
For example:
- Project_1
---- Webapp
-------- Static (external to static's repo)
- Project_2
---- Webapp
-------- Static (external…