java.net Weblogs by Satya KomatineniWeblogs by Satya Komatineni from Java.netWorking with ServletRequest's setCharacterEncoding for UTF-8 form submissions- (Found July 2, 2008 ) when it comes to complicated things such as setting digital watches, programming vcrs, ordering a sub for your spouse (Who always has a very discriminating taste), ordering at a local McDonalds drive through, self checkouts at Home Depot, and ofcourse software, I am a minimalist. If something is not hampering my imagination and productivity I usually don't upgrade. Well I had to learn the details and implications of the "setCharacterEncoding()" and move over to servlets 1.3 (for my compiles).http://weblogs.java.net/pub/wlg/1322 A valuable server side java programming guidereference- (Found July 2, 2008 ) With the proliferation of java server side technologies, this tutorial from Sun is very well laid out and quite refreshing. Unlike the title this tutorial actually covers servlets, jsp, tags, web services, jaxb, soap, xslt, jsf, localization, tomcat. Essentially everything that is needed to create real world server side applications with the exceptions of EJBs. I am not complaining on that account :-). Any way good job who ever has done it.http://weblogs.java.net/pub/wlg/1315 Show me the code: A taste of JAXB- (Found July 2, 2008 ) The following sample code is extracted from "Architecture for XML Binding (JAXB) by Ed Ort and Bhakti Mehta, March 2003" to show you a taste of how jaxb coding look like with some of my own comments pepperred in.http://weblogs.java.net/pub/wlg/1138 Parts, Pipelines, and Declarative programming: An architectural model- (Found July 2, 2008 ) Here is an architectural model that I use often in my serverside programming efforts. Read the full weblog for further details which include an example pipeline followed by source code for some sample parts.http://weblogs.java.net/pub/wlg/992 A knowledge folder for portlets based on JetSpeed- (Found July 2, 2008 ) A working set of documents that deals with issues related developing portlets using the current JetSpeed.http://weblogs.java.net/pub/wlg/647 |