Development

FacebookTwitter
http://msdn.microsoft.com/en-us/library/ff647813.aspx Improving .NET Application Performance and Scalability J.D. Meier, Srinath Vasireddy, Ashish Babbar, and Alex Mackman Microsoft Corporation

Chapter 17 - Tuning .NET Application Performance

Google Relaunches Instantiations Developer Tools - Now Available for Free

(Cross-posted from the Google Web Toolkit blog ) In early August, Google acquired Instantiations, a company known for its focus on Eclipse Java developer tools, including GWT Designer. We're happy to announce today that we're relaunching the following former Instantiations products under the Google name and making them available to all developers at no charge: GWT Designer Powerful Eclipse-based development tools that enable Java developers to quickly create Ajax user interfaces using Google Web Toolkit (GWT) CodePro AnalytiX Comprehensive automated software code quality and security analysis tools to improve software quality, reliability, and maintainability WindowBuilder Pro Java graphical user interface designer for Swing, SWT, GWT, RCP, and XWT UI frameworks WindowTester Pro Test GUI interactions within Java client rich applications for the SWT and Swing UI frameworks http://googlecode.blogspot.com/2010/09/google-relaunches-instantiations.html
A Guide to DEBUG (Page Two) A DEBUG Tutorial Copyright©2005,2009 by Daniel B. Sedory This page may be freely copied for PERSONAL use ONLY ! ( It may NOT be used for ANY other purpose unless you have first contacted and received permission from the author! http://thestarman.pcministry.com/asm/debug/debug2.htm#O

ASM Tutorial

http://www.oracle.com/technetwork/java/index.html Oracle Oracle Technology Network > Java Article Why, Where, and How JavaFX Makes Sense CaptainCasa moved from Swing to JavaFX for front-end infrastructure, explaining that implementing an employee desktop front end with native technology is a valid approach and that JavaFX is a good fit. Posted 3/13/13 // Tags: java , JavaFX , RIA // Headlines Archive

Java Doc 1.6

http://ss64.com/nt/syntax-substring.html It is possible to retrieve specific characters from a string variable. Syntax %variable:~ num_chars_to_skip % %variable:~ num_chars_to_skip , num_chars_to_keep % This can include negative numbers: %variable:~ num_chars_to_skip , - num_chars_to_keep % %variable:~ - num_chars_to_skip , num_chars_to_keep % %variable:~ - num_chars_to_skip , - num_chars_to_keep % A negative number will count backwards from the end of the string. Examples The variable _test is used for all the following examples:

variable substring

parameters

A parameter (or argument) is any value passed into a batch script: C:> MyScript.cmd January 1234 "Some value" Parameters may also be passed to a subroutine with CALL: http://ss64.com/nt/syntax-args.html
School of Computing This tutorial was written in the early 1990s for version 4 of Perl. Although it is now significantly out of date, it was a popular source of information for many people over many years. It has therefore been left on-line as part of the historical archive of the Internet. To proceed to the archive of the Perl 4 tutorial (written by Nik Silver), press the button below: Alternatively, wait a few seconds and you will be redirected to the Perl Tutorial Hub http://www.comp.leeds.ac.uk/Perl/start.html

Perl tutorial: Start

Java Doc 1.42

Your feedback is important to us. Please send us comments: Contact Java Software . J2SE TM Platform at a Glance For information on a feature of the J2SE platform, click on the component in the diagram below. New to the Java Platform? General Information API & Language Documentation http://docs.oracle.com/javase/1.4.2/docs/

Secrets of the JavaScript Ninjas

http://www.codinghorror.com/blog/2008/08/secrets-of-the-javascript-ninjas.html August 13, 2008 One of the early technology decisions we made on Stack Overflow was to go with a fairly JavaScript intensive site . Like many programmers, I've been historically ambivalent about JavaScript: However, it's difficult to argue with the demonstrated success of JavaScript over the last few years.
http://docs.oracle.com/javase/1.5.0/docs/tooldocs/

JDK Tools

General General Information (file structure, classpath, how classes are found, changes) Standard JDK Tools and Utilities Basic Tools (javac, java, javadoc, apt, appletviewer, jar, jdb, javah, javap, extcheck) Security Tools (keytool, jarsigner, policytool, kinit, klist, ktab) Internationalization Tools (native2ascii) Remote Method Invocation (RMI) Tools (rmic, rmiregistry, rmid, serialver) Java IDL and RMI-IIOP Tools (tnameserv, idlj, orbd, servertool) Java Deployment Tools (pack200, unpack200) Java Plug-in Tools (htmlconverter) Java Web Start Tools (javaws) Experimental JDK Tools and Utilities NOTE - The tools described in this section are unsupported and experimental in nature and should be used with that in mind.

Java6 DocWeb

This web site contains the documentation for the Java Developers Kit version 6 (JDK6),Java Platform Enterprise Edition 5 (JavaEE 5 SDK) and Java ME Technology. It is essentially equivalent to the JavaDoc documentation web pages that are distributed with the JDK, JavaEE and JavaME. The key difference is that it is designed to be internationalized cooperatively by the community. When you are looking at a documentation page you will see two drop-down lists near the top-right corner of the page. The first selects the language that you want to see the documentation in. The second indicates the activity that you are engaged in.