hey everyone, i'm switching my server side app from coldfusion to java- i'm still new to java so i'm looking for some docs or any tips that cover the basics:
1) sessions/persisting variables between requests to the app server, how do you handle it? i'm assuming that I might need an application server to handle that right? My current plan was to just export my java project to a JAR- what options do I have for persistence? 2) working with query resultsets 3) any particular framework that you develop in that works well with blazeds (or does it matter)? sorry, i know it's really a java question, but I figure a lot of you have a java background and might be able to give me some tips on ramping up with java+flex (i have seen the blazeds turnkey sample apps, so i've seen 1 example of using List to handle query resultsets) thanks d.

