Java Regular Expressions: Taming the Java.Util.Regex Engine
ISBN: 9781590591079 / Angielski / Miękka / 284 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Java has always been an excellent language for working with objects. But Java's text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This package provides you everything necessary to use regular expressions--all packaged in a simplified object-oriented framework. In addition to working examples and best practices, this book features a detailed API reference with examples supporting nearly every method, and a... Java has always been an excellent language for working with objects. But Java's text manipulation mechanisms have always been limited, compared to ... |
|
cena:
132,87 zł |
WebSphere Studio Application Developer 5.0: Practical J2EE Development
ISBN: 9781590591208 / Angielski / Miękka / 656 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych.
WebSphere Studio Application Developer 5.0: Practical J2EE Development covers the latest release of the IBM's J2EE 1.3 development tool, WebSphere Studio Application...
|
|
cena:
175,88 zł |
Advanced Java Game Programming
ISBN: 9781590591239 / Angielski / Miękka / 584 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Advanced Java Game Programming teaches you how to create desktop and Internet computer games using the latest Java programming language techniques. Whereas other Java game programming books focus on introductory Java material, this book covers game programming for experienced Java developers. David Wallace Croft, founder of the Game Developers Java Users Group (GameJUG), has assembled an open-source reusable game library--a Swing animation engine that allows developers to use these techniques and put out new games very rapidly. The open-source game... Advanced Java Game Programming teaches you how to create desktop and Internet computer games using the latest Java programming language tech... |
|
cena:
168,05 zł |
Enterprise Java Development on a Budget: Leveraging Java Open Source Technologies
ISBN: 9781590591253 / Angielski / Miękka / 632 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Open source has had a profound effect on the Java community. Many Java open source projects have even become de-facto standards. The principal purpose of Enterprise Java Development on a Budget is to guide you through the development of a real enterprise Java application using nothing but open source Java tools, projects, and frameworks. This book is organized by activities and by particular open source projects that can help you take on the challenges of building the different tiers of your applications. The authors also present a realistic example application that covers... Open source has had a profound effect on the Java community. Many Java open source projects have even become de-facto standards. The principal purp... |
|
cena:
234,51 zł |
Oracle Jdeveloper 10g: Empowering J2ee Development
ISBN: 9781590591420 / Angielski / Miękka / 296 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The age for using a simple text editor is long gone. The ever-growing complexity of Java and J2EE creates a need for Java development tools that offer more. If you want to be more productive with Java, you need a Java IDE. Oracle JDeveloper 10g is an IDE that enables you to develop Java applications with minimal effort. JDeveloper can do wonders for your Swing, JSP, Servlets, Struts, EJBs, and Web Services developments. In this indispensable guide, renowned author Harshad Oak puts the technology first, enhancing the text with sample applications that... The age for using a simple text editor is long gone. The ever-growing complexity of Java and J2EE creates a need for Java development tools that of... |
|
cena:
132,87 zł |
J2EE Performance Testing with BEA WebLogic Server
ISBN: 9781590591819 / Angielski / Miękka / 464 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Written by recognized experts in their field who work with J2EE developers on a day-to-day basis, this book provides a detailed reference that can be used to design, evaluate and understand the performance of enterprise J2EE applications. The book has been developed and honed to meet the precise requirements of experienced Java architects, developers or administrators, responsible for building or maintaining such applications. Written by recognized experts in their field who work with J2EE developers on a day-to-day basis, this book provides a detailed reference that can ... |
|
cena:
195,26 zł |
Decompiling Java
ISBN: 9781590592656 / Angielski / Twarda / 264 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Both Java and .NET use the idea of a "virtual machine," or VM. And while VMs are useful for some purposes, they undermine the security of your source code, because creation can be reversed, or decompiled. Which makes this one-of-a-kind book extremely useful: you must understand decompilation, to properly protect your intellectual property. For example, how secure is your code after you run an obfuscator? The book will answer questions like this, and provide more thorough information about Java byte codes and the Java Virtual Machine (JVM) than any other book on the market. This book...Both Java and .NET use the idea of a "virtual machine," or VM. And while VMs are useful for some purposes, they undermine the security of your sour... |
|
cena:
234,51 zł |
JBoss 3.2 Deployment and Administration
ISBN: 9781590592816 / Angielski / Miękka / 368 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Deploying J2EE applications and configuring the application server are some of the most tricky, non-standard elements of J2EE development. But JBoss 3.2 Deployment and Administration will help you navigate configurative, administrative, and deployment tasks on the JBoss application server. Meanwhile, JBoss is the leading open-source J2EE application server. It was voted the JavaWorld 2002 Editor's Choice for Best Application Server. Further, a TogetherSoft poll named JBoss the leading choice (at 43 percent) for development. Deploying J2EE applications and configuring the application server are some of the most tricky, non-standard elements of J2EE development. But J... |
|
cena:
132,87 zł |
Pro Jakarta Commons: The Expert's Voice in Java
ISBN: 9781590592830 / Angielski / Miękka / 229 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Jakarta Commons are easily reusable components that can quickly be put to good use in any server-side Java development undertaking. In fact, components are not big applications, but sleek code bits that perform specific tasks very well. This book provides much-needed documentation and usage information about the popular sub-projects forming Jakarta Commonsso that you can efficiently incorporate them into Java applications. Jakarta Commons have potential to extend the core functionality of the Java language (the Lang sub-project), and they can provide a Validation framework... Jakarta Commons are easily reusable components that can quickly be put to good use in any server-side Java development undertaking. In fact, compon... |
|
cena:
132,87 zł |
Building Portals with the Java Portlet API
ISBN: 9781590592847 / Angielski / Miękka / 416 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. How do developers bring existing applications into a portal? How do developers integrate content management systems and search engines with a portal? And how do developers get started with the Portlet API? Jeff Linwood and Dave Minter show you how to solve these real problems in Building Portals with the Java Portlet API. This book describes the new Java portlet API, including security, portlet life cycles, and portlet interaction with servlets and JSP. The examples will work on any portal that complies with the JSR-168 portlet API. Several... How do developers bring existing applications into a portal? How do developers integrate content management systems and search engines with a porta... |
|
cena:
168,05 zł |
The Definitive Guide to SWT and JFace
ISBN: 9781590593257 / Angielski / Miękka / 838 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Need to build stand-alone Java applications? The Definitive Guide to SWT and JFace will help you build them from the ground up. The book first runs down the Java GUI toolkit history. Then the book explains why SWT is superior and provides extensive examples of building applications with SWT. You'll come to understand the entire class hierarchy of SWT, and you'll learn to use all components in the toolkit with Java code. Furthermore, the book describes JFace, an additional abstraction layer built on SWT. Demonstrations of building JFace applications are also included and... Need to build stand-alone Java applications? The Definitive Guide to SWT and JFace will help you build them from the ground up. The book f... |
|
cena:
156,32 zł |
Test-Driven Development: A J2EE Example
ISBN: 9781590593271 / Angielski / Miękka / 278 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. * This will be the first book to show how to implement a test-driven development process in detail as it applies to real world J2EE applications. * Combines the tools and methodologies of test-driven development with real world use cases, unlikely most titles which cover one or the other. * Looks at the complete process including test coverage strategies, test organization, incorporating TDD into new and existing projects as well as how to automate it all. * This book is not version specific. * This will be the first book to show how to implement a test-driven development process in detail as it applies to real world J2EE applications. |
|
cena:
132,87 zł |
Beginning JSP 2: From Novice to Professional
ISBN: 9781590593394 / Angielski / Miękka / 480 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Let Beginning JSP 2 be your guide as you begin using JSP. This comprehensive guide starts by steering you through your first JSP application. It reviews HTML, and provides you with a useful overview of JSP. You'll then be ready to start learning one of the core techniques in JSP: pulling data from a database and working with that data. When you've mastered this technique, you'll be ready to branch out powerfully into other JSP topics: variables, scope, flow control, and code reuse for productive time management. Finally, the book shows you how you can use JSP with XML and... Let Beginning JSP 2 be your guide as you begin using JSP. This comprehensive guide starts by steering you through your first JSP application... |
|
cena:
132,87 zł |
Pro J2EE 1.4: from professional to expert
ISBN: 9781590593400 / Angielski / Miękka / 908 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This chapter has covered a lot of ground. After reading it, you should have a thorough understanding of the new features available in the JSP 2.0 specification. We covered what you need to know to write your own custom actions, regardless of which imple mentation you choose. Custom actions are useful for creating reusable JSP compo nents. New in the JSP 2.0 specification are the notions of tag files and JSP fragments. These are simple ways to create custom actions without having to know how to write Java. They provide a mechanism for page authors to create their own custom tag libraries...
This chapter has covered a lot of ground. After reading it, you should have a thorough understanding of the new features available in the JSP 2.0 spec...
|
|
cena:
214,97 zł |
Beginning J2ee 1.4: From Novice to Professional
ISBN: 9781590593417 / Angielski / Miękka / 628 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. On ce you have a good grasp of the java language and feel comfartable with applying the dass libraries using the Standard Edition of the java System Development Kit, you'll almost certainly be looking at where to go next. Progression to the Enterprise Edition of the SDK is likely to be a natural choice for many, simply because so much professional java programming effort is deployed in developing network-based applications. However, getting into developing Web Services and Enterprise Applications generally is more of a giant leap than a small step, simply because of the vast range of...
On ce you have a good grasp of the java language and feel comfartable with applying the dass libraries using the Standard Edition of the java System D...
|
|
cena:
168,05 zł |
J2ME Games with MIDP 2
ISBN: 9781590593820 / Angielski / Miękka / 287 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Java 2 ME (Micro Edition) is the client-side Java development platform for building wireless Java-based cell phone and PDA applications. This book addresses the fun challenge of building game applications for these kinds of portable devices. Author Carol Hamer shows you how to use J2ME for developing, using the latest MIDP 2.0 specification. If you are new to developing with J2ME, we recommend you first read Jonathan Knudsen's Wireless Java: Developing with J2ME, Second Edition. We suggest that you read this book second, then complete the "series" with David... Java 2 ME (Micro Edition) is the client-side Java development platform for building wireless Java-based cell phone and PDA applications. This book ... |
|
cena:
132,87 zł |
Pro Jakarta Velocity: From Professional to Expert
ISBN: 9781590594100 / Angielski / Miękka / 384 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Nearly any application you build requires some form of output. And the output format may change on a regular basis, which can lead to a heavy maintenance burden and a restrictive test cycle. But by utilizing the power of the Velocity template engine, you can integrate templated output into your application, decoupling the application logic from the output format. Pro Jakarta Velocity: From Professional to Expert leads leads you immediately toward configuration and setup, all the way through to full-blown application development. This is not merely a book about web... Nearly any application you build requires some form of output. And the output format may change on a regular basis, which can lead to a heavy maint... |
|
cena:
132,87 zł |
Foundations of JSP Design Patterns
ISBN: 9781590594117 / Angielski / Miękka / 300 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Foundations of JSP Design Patterns gives you the tools to build scalable enterprise applications using JSP. While other books merely provide instruction on basic JSP and servlet development, this insightful guide goes a step further to offer a variety of best practices and design principles, enabling you to build your own scalable and extensible enterprise Java applications quickly and easily. Through the application of enterprise design patterns, JSP technology can be used to build complex enterprise applications in a highly reusable manner.
Foundations of JSP Design Patterns gives you the tools to build scalable enterprise applications using JSP. While other books merely provide in...
|
|
cena:
132,87 zł |
The Definitive Guide to Java Swing
ISBN: 9781590594476 / Angielski / Miękka / 928 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Completely revised, expanded, and updated for version 1.4 of the Java 2 Standard Edition (J2SE), this Third Edition not only adds updated programming examples of key Swing features but rounds out the book with key concepts like printing so the title provides a more complete reference for those interested in component-based user interface programming in Java. Key areas of new and updated material include drag and drop, accessibility, printing, focus management, and deployment. From the author: One of the things I'm trying to do with this edition is to expand things a little. With prior...
Completely revised, expanded, and updated for version 1.4 of the Java 2 Standard Edition (J2SE), this Third Edition not only adds updated programming ...
|
|
cena:
390,87 zł |
Pro Spring
ISBN: 9781590594612 / Angielski / Miękka / 806 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Spring--the open source Java-based framework--allows you to build lighter, better performing applications. Written by Spring insiders Rob Harrop and Jan Machacek, Pro Spring is the only book endorsed by Rod Johnson, founder of the Spring Framework. At over 800 pages, this is by far the most comprehensive book available and thoroughly explores the power of Spring. You'll learn Spring basics and core topics, as well as share the authors' insights and real-world experience with remoting, mail integration, hibernate, and EJB. From the foreword:... Spring--the open source Java-based framework--allows you to build lighter, better performing applications. Written by Spring insiders Rob H... |
|
cena:
168,05 zł |