java Programming Glossary: presentations
What's a good Java API for creating Word documents? [closed] http://stackoverflow.com/questions/203174/whats-a-good-java-api-for-creating-word-documents lets you build MS Office compatible charts spreadsheets presentations etc. We were able to dynamically build sophisticated Word documents..
Choosing a Java Web Framework now? [closed] http://stackoverflow.com/questions/2084169/choosing-a-java-web-framework-now . Actually I'd suggest to take a look at Matt Raible's presentations he really did a great job at comparing web frameworks showing.. this one is the most recent Really have a look at these presentations they will help you to find an appropriate framework there is..
Why GWT? Advantages and Trade-Offs of Using This RIA Framework http://stackoverflow.com/questions/2097964/why-gwt-advantages-and-trade-offs-of-using-this-ria-framework you get to say ɡwɪt a lot this is a quote from one of the presentations on Google IO 2009 IIRC many more.. Take a look at the videos..
Struts2 vs Spring 3 http://stackoverflow.com/questions/5123816/struts2-vs-spring-3 on how they compare I suggest you check out Matt Raible's presentations in years past on this topic http raibledesigns.com rd entry.. http static.raibledesigns.com repository presentations ComparingJavaWebFrameworks ApacheConUS2007.pdf including a spreadsheet..
How to choose the right bean scope? http://stackoverflow.com/questions/7031885/how-to-choose-the-right-bean-scope Use the request scope for simple and non ajax forms presentations. Use the view scope for rich ajax enabled dynamic views ajaxbased..
|