View Single Post
  #1 (permalink)  
Old 09-12-2007, 08:28 AM
FED's Avatar
FED FED is offline
--:: Administrator ::--
 
Join Date: Apr 2007
Location: Free-Ebook-Download.net
Age: 21
Posts: 8,030
Default On The Job Training Series: Java - CBT Nuggets

Java is being used everywhere from mobile phones to the Mars rover. It's become one of the top application development platforms for enterprise use, and is relied on in the aerospace, transportation, telecommunication, healthcare and banking industries, plus many more. Java is a valuable platform for programmers to know.

There are many common functionalities that businesses expect their application developers to be able to implement. The On The Job Training Series: Java videos give you the advanced Java knowledge needed to implement these functionalities and to create other Java applications common in enterprise use. This includes training on archiving, using timers, creating servlets, using the StringTokenizer class, serializing objects, the collection framework, handling cookies, implementing hierarchical data and more.
The real-world training content of these videos was selected based on instructor Robert Barr's years of experience as a Java programmer, plus input we gathered from other professional programmers about what they'd like to see in an on-the-job Java training series.

Instructor Robert Barr explains, "This course focuses on real-world programming tasks that are common in the work place. You'll learn the intricacies of Swing programming, interacting with the file system, creating applets, and practical uses of collections. You'll be able to apply what you learn in this course directly into projects you're currently working on."

The On The Job Training Series: Java videos focus entirely on real-world application and do not map specifically to an exam. A solid foundation in Java programming, such as a working knowledge of the material covered in the Java SCJP Certification Package, is recommended before viewing this training.


Contents:

- Series Intro
- File and Directory Compression
- Java I/O Compression: Laying out a Frame
- Accessing the File System
- Compressing a Directory (Zip)
- Unzipping
- Enhancing the User Interface with Toolbars
- Distributing Java Applications using JAR Files
- Executing External Applications
- Java Collections
- Iterating Java Collections
- Java Maps
- Parsing Text Files using the StringTokenizer
- Understanding the Jtree
- Hierarchical Web Site Navigation with Trees
- Simple Timer
- Uploading Files using Servlets
- Multi-part Form Data
- Setting Cookies with JSP
- Reading Cookies with JSP
- Object Serialization
- Understanding Server Variables
- Building an HTTP Authentication Servlet
- Sharing Information between JSP pages using the Session Object
- The Next Step: Other APIs
http://rapidshare.com/files/55081080...tras.part1.rar
http://rapidshare.com/files/55082386...tras.part2.rar
Reply With Quote
 

Search Engine Optimization by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219