Sebanyak 2421 item atau buku ditemukan

Enterprise JavaBeans 3.1

Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide. Written by the developers of JBoss EJB 3.1, this book not only brings you up to speed on each component type and container service in this implementation, it also provides a workbook with several hands-on examples to help you gain immediate experience with these components. With version 3.1, EJB's server-side component model for building distributed business applications is simpler than ever. But it's still a complex technology that requires study and lots of practice to master. Enterprise JavaBeans 3.1 is the most complete reference on this specification. You'll find a straightforward, no-nonsense explanation of the underlying technology, including Java classes and interfaces, the component model, and the runtime behavior of EJB. Develop your first EJBs with a hands-on walkthrough of EJB 3.1 concepts Learn how to encapsulate business logic with Session Beans and Message-Driven Beans Discover how to handle persistence through Entity Beans, the EntityManager, and the Java Persistence API Understand EJB's container services such as dependency injection, concurrency, and interceptors Integrate EJB with other technologies in the Java Enterprise Edition platform Use examples with either the JBossAS, OpenEJB, or GlassFish v3 EJB Containers

Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide.

HTML5

The Missing Manual

A guide to HTML5 covers such topics as markup, Web forms, audio and video, Canvas, CSS3, data storage, offline applications, and JavaScript.

A guide to HTML5 covers such topics as markup, Web forms, audio and video, Canvas, CSS3, data storage, offline applications, and JavaScript.

Web Security Testing Cookbook

Systematic Techniques to Find Problems Fast

Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how developers and testers can check for the most common web security issues, while conducting unit tests, regression tests, or exploratory tests. Unlike ad hoc security assessments, these recipes are repeatable, concise, and systematic-perfect for integrating into your regular test suite. Recipes cover the basics from observing messages between clients and servers to multi-phase tests that script the login and execution of web application features. By the end of the book, you'll be able to build tests pinpointed at Ajax functions, as well as large multi-step tests for the usual suspects: cross-site scripting and injection attacks. This book helps you: Obtain, install, and configure useful-and free-security testing tools Understand how your application communicates with users, so you can better simulate attacks in your tests Choose from many different methods that simulate common attacks such as SQL injection, cross-site scripting, and manipulating hidden form fields Make your tests repeatable by using the scripts and examples in the recipes as starting points for automated tests Don't live in dread of the midnight phone call telling you that your site has been hacked. With Web Security Testing Cookbook and the free tools used in the book's examples, you can incorporate security coverage into your test suite, and sleep in peace.

This book helps you: Obtain, install, and configure useful-and free-security testing tools Understand how your application communicates with users, so you can better simulate attacks in your tests Choose from many different methods that ...

Coding4Fun

10 .NET Programming Projects for Wiimote, YouTube, World of Warcraft, and More

How would you like to build an Xbox game, use your Nintendo Wiimote to create an electronic whiteboard, or build your own peer-to-peer application? Coding4Fun helps you tackle some cool software and hardware projects using a range of languages and free Microsoft software. Now you can code for fun with C#, VB, ASP.NET, WPF, XNA Game Studio, Popfly, as well as the Lua programming language. If you love to tinker, but don't have time to figure it all out, this book gives you clear, step-by-step instructions for building ten creative projects, including: Alien Attack: Create a 2D clone of Space Invaders with XNA for the PC, Xbox 360, and Zune LEGO Soldier: Create an action game using Popfly with a custom-built virtual LEGO character World of Warcraft RSS Feed Reader: Use WoW's customizable interface to have feeds pop up while you're gaming InnerTube: Download YouTube videos automatically and convert them to a file format for off-line viewing PeerCast: Stream video files from any PC TwitterVote: Create custom online polls on Twitter WHSMail: Build a website with ASP.NET for Windows Home Server that lets you view the messages stored on a computer with Outlook "Wiimote" Controlled Car: Steer your remote-controlled car by tilting the Wii Remote controller left and right Wiimote Whiteboard: Create an interactive whiteboard using a Wii Remote Holiday Lights: Synchronize your holiday light display with music to create your own light show The perfect gift for any developer, Coding4Fun shows you how to use your programming skills in new and fun ways. "This book is amazing! The scope is so wonderfully broad that anyone who has an interest in designing games at any level should read this book." -- Alex Albrecht, Creator of Diggnation / Totally Rad Show / Project Lore

"This book is amazing! The scope is so wonderfully broad that anyone who has an interest in designing games at any level should read this book." -- Alex Albrecht, Creator of Diggnation / Totally Rad Show / Project Lore

Social Network Analysis for Startups

Finding connections on the social web

Does your startup rely on social network analysis? This concise guide provides a statistical framework to help you identify social processes hidden among the tons of data now available. Social network analysis (SNA) is a discipline that predates Facebook and Twitter by 30 years. Through expert SNA researchers, you'll learn concepts and techniques for recognizing patterns in social media, political groups, companies, cultural trends, and interpersonal networks. You'll also learn how to use Python and other open source tools—such as NetworkX, NumPy, and Matplotlib—to gather, analyze, and visualize social data. This book is the perfect marriage between social network theory and practice, and a valuable source of insight and ideas. Discover how internal social networks affect a company’s ability to perform Follow terrorists and revolutionaries through the 1998 Khobar Towers bombing, the 9/11 attacks, and the Egyptian uprising Learn how a single special-interest group can control the outcome of a national election Examine relationships between companies through investment networks and shared boards of directors Delve into the anatomy of cultural fads and trends—offline phenomena often mediated by Twitter and Facebook

This book is the perfect marriage between social network theory and practice, and a valuable source of insight and ideas.

Clojure Programming

Describes the fundamentals of Clojure, covering such topics as data structures, concurrency, macros, multimethods, JVM, REPL-oriented programming, and relational databases.

Describes the fundamentals of Clojure, covering such topics as data structures, concurrency, macros, multimethods, JVM, REPL-oriented programming, and relational databases.

21st Century C

C Tips from the New School

Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With 21st Century C, you’ll discover up-to-date techniques that are absent from every other C text available. C isn’t just the foundation of modern programming languages, it is a modern language, ideal for writing efficient, state-of-the-art applications. Learn to dump old habits that made sense on mainframes, and pick up the tools you need to use this evolved and aggressively simple language. No matter what programming language you currently champion, you’ll agree that C rocks. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Explore problematic C concepts that are too useful to throw out Solve C’s string-building problems with C-standard and POSIX-standard functions Use modern syntactic features for functions that take structured inputs Build high-level object-based libraries and programs Apply existing C libraries for doing advanced math, talking to Internet servers, and running databases

Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With 21st Century C, you’ll discover up-to-date techniques that are absent from every other C text available.

Programming Pig

This guide is an ideal learning tool and reference for Apache Pig, the programming language that helps programmers describe and run large data projects on Hadoop. With Pig, they can analyze data without having to create a full-fledged application--making it easy for them to experiment with new data sets.

This guide is an ideal learning tool and reference for Apache Pig, the programming language that helps programmers describe and run large data projects on Hadoop.

Using SQLite

Application developers, take note: databases aren't just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your application. With SQLite, you'll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You'll get a crash course in data modeling, become familiar with SQLite's dialect of the SQL database language, and much more. Learn how to maintain localized storage in a single file that requires no configuration Build your own SQLite library or use a precompiled distribution in your application Get a primer on SQL, and learn how to use several language functions and extensions Work with SQLite using a scripting language or a C-based language such as C# or Objective-C Understand the basics of database design, and learn how to transfer what you already know to SQLite Take advantage of virtual tables and modules "Complex SQL concepts explained clearly." --D. Richard Hipp, creator of SQLite

This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your application.

Google Maps Hacks

Google Maps makes Web-based mapping fun, and opens up an incredible variety of opportunities for developers. This resource shows developers how to add their own functionality to Google Maps.

Written by Schuyler Erle and Rich Gibson, authors of the popular Mapping Hacks, Google Maps Hacks shares dozens of tricks for combining the capabilities of Google Maps with your own datasets.