I have been using the Swing Application Framework, and very pleased with开发者_开发知识库 its sessions state storage.
I\'m developing a tiny app in Java using Swing and Swing Application Framework (JSR 296). It should work under Windows and Linux.
I\'m having a problem using the Swing Application Framework\'s Component Resource Injection, I read the tutorial provided by Sun and it kinda works.
I was calling render partial like this in MVC 1.0: <% Html.RenderPartial(\"~/views/shared/categories.ascx\", ViewData.Model.Categor开发者_如何学编程ies); %>