Most programming books give equal weight to all areas of a given technology, forcing a developer to spend time sorting out the critical aspects. Code- Notes® takes a different approach, drilling down to the core aspects of a technology and focusing on the key elements needed to implement it immediately, thus presenting highly technical material in a format and style that is efficient and instantly useful.Показать полностьюMost programming books give equal weight to all areas of a given technology, forcing a developer to spend time sorting out the critical aspects. Code- Notes® takes a different approach, drilling down to the core aspects of a technology and focusing on the key elements needed to implement it immediately, thus presenting highly technical material in a format and style that is efficient and instantly useful. CodeNotes® is a unique resource for developers, bridging the gap between comprehensive manuals and pocket references.
J2EE Technology in Practice: Building Business Applications with the Java 2 Platform
21 ноября 2010Presents case studies which show how the Java 2 Platform, Enterprise Edition has helped ten companies or organizations develop distributed applications and deal with such issues as connecting dispersed users with centralized applications, building applications quickly and efficiently, and connecting heterogeneous clients and servers.
J2EE Design Patterns
21 ноября 2010Architects of buildings and architects of software have more in common than most people think. Both professions require attention to detail, and both practitioners will see their work collapse around them if they make too many mistakes.Показать полностьюArchitects of buildings and architects of software have more in common than most people think. Both professions require attention to detail, and both practitioners will see their work collapse around them if they make too many mistakes. It’s impossible to imagine a world in which buildings get built without blueprints, but it’s still common for software applications to be designed and built without blueprints, or in this case, design patterns. A software design pattern can be identified as "a recurring solution to a recurring problem." Using design patterns for software development makes sense in the same way that architectural design patterns make sense — if it works well in one place, why not use it in another? But developers have had enough of books that simply catalog design patterns without extending into new areas, and books that are so theoretical that you can't actually do anything better after reading them than you could before you started. Crawford and Kaplan’s J2EE Design Patterns approaches the subject in a unique, highly practical and pragmatic way. Rather than simply present another catalog of design patterns, the authors broaden the scope by discussing ways to choose design patterns when building an enterprise application from scratch, looking closely at the real world tradeoffs that Java developers must weigh when architecting their applications. Then they go on to show how to apply the patterns when writing realworld software. They also extend design patterns into areas not covered in other books, presenting original patterns for data modeling, transaction / process modeling, and interoperability. J2EE Design Patterns offers extensive coverage of the five problem areas enterprise developers face: * Maintenance (Extensibility) * Performance (System Scalability) * Data Modeling (Business Object Modeling) * Transactions (process Modeling) * Messaging (Interoperability) And with its careful balance between theory and practice, J2EE Design Patterns will give developers new to the Java enterprise development arena a solid understanding of how to approach a wide variety of architectural and procedural problems, and will give experienced J2EE pros an opportunity to extend and improve on their existing experience.
Mastering JavaServer™ Faces
21 ноября 2010JavaServer Faces (JSF) is an exciting new technology that will change the way we build user interfaces for Java 2 Enterprise Edition applications. With the introduction of JSF, we can finally create user interfaces simply with a set of reusable components.Показать полностьюJavaServer Faces (JSF) is an exciting new technology that will change the way we build user interfaces for Java 2 Enterprise Edition applications. With the introduction of JSF, we can finally create user interfaces simply with a set of reusable components. And with a component-based framework, Web applications are finally on a more level playing field with client-based User Interface (UI) frameworks such as Swing. Now, Web developers will be able to use and reuse components off the shelf in their applications so we will see tool support and components implemented for JSF.
Servlets and JavaServer pages™: the J2EE™ technology Web tier
21 ноября 2010Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4.Показать полностьюServlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Javabe it Linux, Windows, OSX, or Solaris. This authoritative book begins by explaining how to set up a Servlet and JSP development environment, including a discussion of containers, Java support, and installing and configuring Tomcat. The authors then thoroughly explore servlets and JSP, including significant coverage of custom tag libraries, newly available filters, and popular servlet and JSP design patterns. Readers can then test-drive the knowledge gained by constructing a book-support Web site.
Web Development with JavaServer Pages
21 ноября 2010As is often the case, there were some rough spots as the JSP specification went through major changes along the way. Hair was pulled, teeth were gnashed, lessons were learned.Показать полностьюAs is often the case, there were some rough spots as the JSP specification went through major changes along the way. Hair was pulled, teeth were gnashed, lessons were learned. Fortunately, we obtained a great deal of help from the JSP community—the developers at Sun and the other JSP vendors, as well as our fellow early adopters. This book thus serves a twofold purpose. First, we hope to help future users of JSP by sharing the hard-earned lessons of our experience. We offer them what we hope is a helpful guide to the current JSP feature set: JavaServer Pages is now at version 1.1 and the need for published reference material has long been recognized.
Java 2EE and XML Development
21 ноября 2010This book is intended to fill the gap between books on J2EE and those on XML. It demystifies the buzzwords, contains frank discussions on the capabilities and appropriate use of various enterprise Java and XML tools, and provides a logical context for deciding how to structure your XML-enabled J2EE applications. We hope you enjoy it.
Test-driven development: A J2EE Example
21 ноября 2010Test-driven development was first introduced as part of the extreme programming (XP) paradigm. While not everyone agrees with all aspects of XP, most developers believe in the benefits of test-driven development.Показать полностьюTest-driven development was first introduced as part of the extreme programming (XP) paradigm. While not everyone agrees with all aspects of XP, most developers believe in the benefits of test-driven development. Although the basic techniques of test-driven development are simple to understand, its application in the real world requires knowledge of certain tools and techniques needed to effectively create, run and organize tests. This book is targeted at Java developers who want to learn how to use test-driven development to improve the development process for constructing J2EE applications.
Core Servlets and JavaServer Pages
21 ноября 2010Servlets and JavaServer Pages provide a powerful, efficient, portable, and secure alternative to CGI programming for developing professional e-commerce sites and other Web-enabled applications.Показать полностьюServlets and JavaServer Pages provide a powerful, efficient, portable, and secure alternative to CGI programming for developing professional e-commerce sites and other Web-enabled applications. Here’s all you need to leverage the latest J2EE servlet 2.2 and JSP 1.1 standards: real-world insight, advanced techniques, industrial-strength code, and hands-on coverage of three top servlet/JSP engines, including Apache Tomcat.
Hibernate: a J2EE™ developer’s guide
21 ноября 2010Hibernate makes it far easier to build robust, high-performance database applications with Java. Now there’s a practical, hands-on guide to using Hibernate’s flexible, fast object/relational persistence and query services.Показать полностьюHibernate makes it far easier to build robust, high-performance database applications with Java. Now there’s a practical, hands-on guide to using Hibernate’s flexible, fast object/relational persistence and query services. Will Iverson covers every facet of development with Hibernate, from its mapping system to its advanced query mechanisms and transaction support. Iverson shows you how to build Hibernate solutions that can integrate with Swing, with JSP, and even with EJBs utilizing bean-managed persistence. Using realistic examples, he demonstrates how to work with persistent objects, manage schema, and optimize database application performance. After you've mastered Hibernate’s core techniques, Iverson presents best practices, tips, tricks, and style guidance for even more effective development.
Expert One-on-One J2EE Design and Development
21 ноября 2010Drawing on the author’s experience of designing successful high-volume J2EE applications and salvaging failing projects, this text guides you through the complexity of the J2EE services and APIs to enable you to build the simplest possible solution.
JMX: Managing J2EE with Java Management Extensions
21 ноября 2010JMX: Managing J2EE with Java Management Extensions leads you through the JMX API with thorough coverage of Standard MBeans, Dynamic MBeans, Model MBeans, the MBean server, and standard agent services.Показать полностьюJMX: Managing J2EE with Java Management Extensions leads you through the JMX API with thorough coverage of Standard MBeans, Dynamic MBeans, Model MBeans, the MBean server, and standard agent services. With the help of detailed code examples, you will le arn how to create management systems with JMX, create MBeans and services, and use the MBean server. This book also offers working examples of JMX Connectors and agent discovery, a model MBean implementation, a view of the J2EE Management specification, and a JMX use case using the JBoss application server.
Applying Enterprise JavaBeans™:Component-Based Development for the J2EE™ Platform
21 ноября 2010Written by the architects of the Enterprise JavaBean (EJB) specification, Applying Enterprise JavaBeans(TM), Second Edition is an advanced programming guide and reference source which has been updated and expanded to reflect updates in the EJB 2.1 specification.Показать полностьюWritten by the architects of the Enterprise JavaBean (EJB) specification, Applying Enterprise JavaBeans(TM), Second Edition is an advanced programming guide and reference source which has been updated and expanded to reflect updates in the EJB 2.1 specification. This book is an invaluable resource for IT personnel building in-house applications and for the independent software vendors (ISVs) building applications for sale to enterprise. The authors use example applications to clearly illustrate many of the typical problems encountered in enterprise application development, and to help developers learn to use the newest features of the EJB. Applying Enterprise JavaBeans(TM), Second Edition also explores the use of EJB architecture in the construction and accessing of Web services, thus integrating applications across enterprises with interoperable, standards-based protocols and service description formats.
Java 2 Enterprise Edition 1.4 Bible
21 ноября 2010J2EE is the foundation of many large-scale application-development projects. As major corporations shift away from expanding the spaghetti code contained within their monolithic mainframe systems, they are looking for an architecture that will prevent them from making past mistakes again.Показать полностьюJ2EE is the foundation of many large-scale application-development projects. As major corporations shift away from expanding the spaghetti code contained within their monolithic mainframe systems, they are looking for an architecture that will prevent them from making past mistakes again. J2EE is the answer. The author team, as writers and buyers of many of today’s information-technology books, wanted to write something different from what is currently on the shelves. This book is targeted toward architects and senior developers who understand the fundamentals of Java and want to take the next step. The driving goals are to provide a complete overview of the major J2EE technologies and to show how they can be used to solve non-trivial business problems.If you are a developer, an architect, or even a project manager, you will appreciate our attempt to bring you a no-frills introduction to J2EE. The author team has worked many long hours to bring you the ultimate guide that explains everything you need to know about J2EE. This book provides examples that clearly illustrate how the technologies contained within can be applied to existing business and technology undertakings. Where appropriate, this book will provide additional sources of information.
Server-Based Java Programming
21 ноября 2010The underlying theme of the book is the three zeroes goal for server-development—zero development, zero administration, and zero deployment. This is laudable, because very few software developers (and fewer authors) like to talk about administration or deployment.Показать полностьюThe underlying theme of the book is the three zeroes goal for server-development—zero development, zero administration, and zero deployment. This is laudable, because very few software developers (and fewer authors) like to talk about administration or deployment. As a result, these aspects of products are frequently built last, and designed never. Ted also starts you on the right path for writing those first lines of code, by demonstrating how to use oft-misunderstood platform features such as ClassLoaders, Serialization, threads, and JNI.
Effective enterprise Java
21 ноября 2010Neward, a software architect, provides tips that will help developers master Java 2 Platform Enterprise Edition (J2EE) development on a system and architectural level. He identifies areas that present developers with known pitfalls and provides workarounds in the form of patterns. Coverage includes architecture, communication, processing, state management, presentation, security, and the system.
Java™ 2 Platform, Enterprise Edition: Platform and Component Specifications
21 ноября 2010The Java 2(TM) Platform, Enterprise Edition (J2EE) defines a new standard in enterprise solutions through a simplified, component-based development model.Показать полностьюThe Java 2(TM) Platform, Enterprise Edition (J2EE) defines a new standard in enterprise solutions through a simplified, component-based development model. By extending the write-once, run-anywhere(TM) benefits of the Java programming language to enterprise servers, J2EE adds the scalability, robustness, and security required for todays vital e-commerce and enterprise solutions. The Java(TM) 2 Platform, Enterprise Edition: Platform and Components Specifications defines the architecture for developing applications with J2EE.
Enterprise Java for SAP
21 ноября 2010“Java Primer for SAP” is designed as an introduction to Enterprise Java for the SAP developer. After providing a general introduction to Java, author Austin Sincock explores how to open the typically closed SAP environment to the world of Java.Показать полностью“Java Primer for SAP” is designed as an introduction to Enterprise Java for the SAP developer. After providing a general introduction to Java, author Austin Sincock explores how to open the typically closed SAP environment to the world of Java. Sincock explores communicating with a SAP environment through such Enterprise Java technologies as JavaServer Pages (JSP), JDBC, and Enterprise Java Beans (EJB). Where possible, open source technologies are explored for the Java connections pieces-atypical for the SAP environment where everything is proprietary.
Designing Web services with the J2EE™ 1.4 platform JAX-RPC, SOAP, and XML technologies
21 ноября 2010Written by Sun Microsystems' Java(TM) BluePrints team, Designing Web Services with the J2EE(TM) 1.4 Platform is the authoritative guide to the best practices for designing and integrating enterprise-level Web services using the Java 2 Platform, Enterprise Edition (J2EE) 1.4.Показать полностьюWritten by Sun Microsystems' Java(TM) BluePrints team, Designing Web Services with the J2EE(TM) 1.4 Platform is the authoritative guide to the best practices for designing and integrating enterprise-level Web services using the Java 2 Platform, Enterprise Edition (J2EE) 1.4. This book provides the guidelines, patterns, and real-world examples architects and developers need in order to shorten the learning curve and start building robust, scalable, and portable solutions. The authors use the Java Adventure Builder application to bring the design process to life and help illustrate the use of Java APIs for XML Processing (JAXP), Java APIs for XML-Based RPC (JAX-RPC), and other Web service and Java-XML technologies.
[ 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 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 ]



Реклама
Лучшие новости