Pro JavaFX 2 Posted: 25 Apr 2013 10:15 AM PDT Book Description In Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology, Jim Weaver, Weiqi Gao, Stephen Chin, Dean Iverson, and Johan Vos show you how you can use the JavaFX platform to create rich-client Java applications. You’ll see how JavaFX provides a powerful Java-based UI platform capable of handling large-scale data-driven business applications. Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 2. It contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. Written in an engaging and friendly style, Pro JavaFX 2 is an essential guide to JavaFX 2. What you'll learn - How to get started with JavaFX 2, including downloading the SDK and available tools.
- How to express user interfaces with a declarative-style enabled by the JavaFX builder classes.
- How to use property binding to keep the UI easily in sync with the model.
- How to use the rich set of JavaFX UI controls, charts, shapes, effects, transformations, and animations to create stunning, responsive, user interfaces.
- How to use the powerful JavaFX layout classes to define the user interface in a cross-platform fashion.
- How to leverage the observable collection classes to observe changes in, and bind to, Java collections.
- How to use the JavaFX media classes to play audio and video.
- How to interact with external application services to create an enterprise application with JavaFX.
- How to use the JavaFX API with alternative languages such as Scala, Groovy, and Visage.
- How to uncover the JavaFX APIs to whatever degree you choose. The tutorials, reference materials, and pointers to resources are exhaustive.
Who this book is for Application developers, graphic designers, and IT decision makers. Not only does this book contain comprehensive technical information for developers and designers, it builds a compelling case for choosing JavaFX for web applications and RIAs. Table of Contents Chapter 1. Getting a Jump Start in JavaFX Chapter 2. Creating a User Interface in JavaFX Chapter 3. Properties and Bindings Chapter 4. Building Dynamic UI Layouts in JavaFX Chapter 5. Using the JavaFX UI Controls Chapter 6. Collections and Concurrency Chapter 7. Creating Charts in JavaFX Chapter 8. Using the Media Classes Chapter 9. Accessing Web Services Chapter 10. JavaFX Languages and Markup Appendix. The Visage Language in Depth Book Details - Paperback: 640 pages
- Publisher: Apress (March 2012)
- Language: English
- ISBN-10: 1430268727
- ISBN-13: 978-1430268727
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Pro JavaFX 2 appeared first on Wow! eBook. |
Pro ASP.NET Web API Security Posted: 25 Apr 2013 10:09 AM PDT Book Description ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP. With such wide accessibility, securingyour code effectively needs to be a top priority. You will quickly find that the WCF security protocols you're familiar with from .NET (WS-* and similar)are less suitable than they once were in this new environment; proving themselves cumbersome and limited in terms of the standards they can work with. Fortunately, ASP.NET Web API provides asimple robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP meaningthat there is no limit to the range of devices that it can work with – if it can understand HTTP then it can be secured by Web API. These SOAP-less security techniques are the focus of this book. What you'll learn - Identity management and cryptography
- HTTP basic and digest authentication and Windows authentication
- HTTP advanced concepts such as web caching, ETag, and CORS
- Ownership factors of API keys, client X.509 certificates, and SAML tokens
- Simple Web Token (SWT) and signed and encrypted JSON Web Token (JWT)
- OAuth 2.0 from the ground up using JWT as the bearer token
- OAuth 2.0 authorization codes and implicit grants using DotNetOpenAuth
- Two-factor authentication using Google Authenticator
- OWASP Top Ten risks for 2013
Who this book is for No prior experience of .NET-security is needed to read this book. All security related concepts will be introduced from first-principles and developed to the point where you can use them confidently in a professional environment. A goodworking knowledge and experience of C# and the .NET framework are the onlypre-requisites to benefit from this book. Table of Contents Chapter 1. Welcome to ASP.NET Web API Chapter 2. Building RESTful Services Chapter 3. Extensibility Points Chapter 4. HTTP Anatomy and Security Chapter 5. Identity Management Chapter 6. Encryption and Signing Chapter 7. Custom STS through WIF Chapter 8. Knowledge Factors Chapter 9. Ownership Factors Chapter 10. Web Tokens Chapter 11. OAuth 2.0 Using Live Connect API Chapter 12. OAuth 2.0 from the Ground Up Chapter 13. OAuth 2.0 Using DotNetOpenAuth Chapter 14. Two-Factor Authentication Chapter 15. Security Vulnerabilities Appendix. ASP.NET Web API Security Distilled Book Details - Paperback: 416 pages
- Publisher: Apress (March 2013)
- Language: English
- ISBN-10: 1430257822
- ISBN-13: 978-1430257820
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Pro ASP.NET Web API Security appeared first on Wow! eBook. |
Pro T-SQL 2012 Programmer’s Guide, 3rd Edition Posted: 25 Apr 2013 10:05 AM PDT Book Description Pro T–SQL 2012 Programmer's Guide is every developer's key to making full use of SQL Server 2012's powerful, built–in Transact–SQL language. Discussing new and existing features, the book takes you on an expert guided tour of Transact–SQL functionality. Fully functioning examples and downloadable source code bring technically accurate and engaging treatment of Transact–SQL into your own hands. Step–by–step explanations ensure clarity, and an advocacy of best–practices will steer you down the road to success. Transact–SQL is the language developers and DBAs use to interact with SQL Server. It's used for everything from querying data, to writing stored procedures, to managing the database. New features in T-SQL 2012 include full support for window functions, stored sequences, the ability to throw errors, data paging, and more. All these important new features are covered in this book. Developers and DBAs alike can benefit from the expressive power of Transact-SQL, and Pro T-SQL 2012 Programmer’s Guide provides the gateway to success in applying this increasingly important database language to everyday business and technical tasks. What you'll learn - Take full advantage of window functions and other new features in T-SQL 2012
- Move business logic into the database via procedures and functions
- Develop using advanced features such as encryption and full-text search
- Store and retrieve XML data using XQuery and XPath
- Debug and Optimize T-SQL Execution
- Build ADO.NET Client Applications
Who this book is for Pro T–SQL 2012 Programmer's Guide is written for SQL Server and Transact–SQL developers who want to implement best–practices and take full advantage of all that SQL Server has to offer. NET programmers will find the book helpful in showing how to run .NET code within SQL Server. Database administrators who need to write triggers and the occasional stored procedure will also benefit from the book. Table of Contents Chapter 1. Foundations of T-SQL Chapter 2. Tools of the Trade Chapter 3. Procedural Code and CASE Expressions Chapter 4. User-Defined Functions Chapter 5. Stored Procedures Chapter 6. Triggers Chapter 7. Encryption Chapter 8. Common Table Expressions and Windowing Functions Chapter 9. Data Types and Advanced Data Types Chapter 10. Full-Text Search Chapter 11. XML Chapter 12. XQuery and XPath Chapter 13. Catalog Views and Dynamic Management Views Chapter 14. CLR Integration Programming Chapter 15. .NET Client Programming Chapter 16. Data Services Chapter 17. Error Handling and Dynamic SQL Chapter 18. Performance Tuning Appendix A. Exercise Answers Appendix B. XQuery Data Types Appendix C. Glossary Appendix D. SQLCMD Quick Reference Book Details - Paperback: 696 pages
- Publisher: Apress; 3rd Edition (September 2012)
- Language: English
- ISBN-10: 1430245964
- ISBN-13: 978-1430245964
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Pro T-SQL 2012 Programmer’s Guide, 3rd Edition appeared first on Wow! eBook. |
Windows 8 App Projects, XAML and C# Edition Posted: 25 Apr 2013 10:01 AM PDT Book Description Become a leading Windows 8 app developer by using Windows 8 App Projects – XAML and C# Edition to learn techniques, tools, and ideas to create successful, 5-star apps. Windows 8 App Projects – XAML and C# Edition shows you the nuts and bolts of the Windows 8 development ecosystem. Then, through a series of example driven chapters, you’ll discover how to leverage the platform's unique features. With each project, you’ll be one step closer to building full-featured, responsive, and well designed apps that feel like they're a part of the operating system. Windows 8 App Projects – XAML and C# Edition is a great book for developers that already know their way around the .net framework and want to leverage their existing knowledge into building apps for the new and exciting Windows RT platform and the great touch-first tablet and hybrid devices that accompany Windows 8 to market. - Learn to build apps for Windows 8 in an example driven way
- Leverage existing skills onto the Windows 8 platform
- Get to know and use the new Modern UI style to make your apps stand out
What you'll learn - Start building apps on the new and exciting Windows 8 platform
- Learn how to leverage Windows 8′s unique features
- Build apps that feel fast and fluid and is always connected
- Learn the nuts and bolts of the new Modern UI style
- Prepare your apps for selling on the marketplace
- Pass certification on the first try
Who this book is for Windows 8 App Projects – XAML and C# Edition is for professional and hobby developers who have an interest in developing and selling applications on the Windows Store. The book is aimed both at developers who want to start creating apps and at developers who are already creating apps on any platform. The book follows a project oriented way of working making it easier to place all subjects in a certain context. Table of Contents Chapter 1. Introduction Chapter 2. Getting Started Chapter 3. Building a First Project Chapter 4. Consuming Data Chapter 5. Build a Charming Application Chapter 6. Using Live Tiles Chapter 7. Notifications Chapter 8. Building an Adaptable App Chapter 9. Sensors Chapter 10. Games Chapter 11. The Windows Store Book Details - Paperback: 228 pages
- Publisher: Apress (March 2013)
- Language: English
- ISBN-10: 1430250658
- ISBN-13: 978-1430250654
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Windows 8 App Projects, XAML and C# Edition appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar