Wykorzystujemy pliki cookies i podobne technologie w celu usprawnienia korzystania z serwisu Chomikuj.pl oraz wyświetlenia reklam dopasowanych do Twoich potrzeb.

Jeśli nie zmienisz ustawień dotyczących cookies w Twojej przeglądarce, wyrażasz zgodę na ich umieszczanie na Twoim komputerze przez administratora serwisu Chomikuj.pl – Kelo Corporation.

W każdej chwili możesz zmienić swoje ustawienia dotyczące cookies w swojej przeglądarce internetowej. Dowiedz się więcej w naszej Polityce Prywatności - http://chomikuj.pl/PolitykaPrywatnosci.aspx.

Jednocześnie informujemy że zmiana ustawień przeglądarki może spowodować ograniczenie korzystania ze strony Chomikuj.pl.

W przypadku braku twojej zgody na akceptację cookies niestety prosimy o opuszczenie serwisu chomikuj.pl.

Wykorzystanie plików cookies przez Zaufanych Partnerów (dostosowanie reklam do Twoich potrzeb, analiza skuteczności działań marketingowych).

Wyrażam sprzeciw na cookies Zaufanych Partnerów
NIE TAK

Wyrażenie sprzeciwu spowoduje, że wyświetlana Ci reklama nie będzie dopasowana do Twoich preferencji, a będzie to reklama wyświetlona przypadkowo.

Istnieje możliwość zmiany ustawień przeglądarki internetowej w sposób uniemożliwiający przechowywanie plików cookies na urządzeniu końcowym. Można również usunąć pliki cookies, dokonując odpowiednich zmian w ustawieniach przeglądarki internetowej.

Pełną informację na ten temat znajdziesz pod adresem http://chomikuj.pl/PolitykaPrywatnosci.aspx.

Nie masz jeszcze własnego chomika? Załóż konto

Building Java Enterprise Applications Architecture - Brett McLaughlin.pdf

ManovCorp / Ebooki / Informatyka / Programowanie / Java / Zagraniczne / Building Java Enterprise Applications Architecture - Brett McLaughlin.pdf
Download: Building Java Enterprise Applications Architecture - Brett McLaughlin.pdf

3,25 MB

5.0 / 5 (1 głos)
okładka


Opis:

What are the key decisions and tradeoffs you face as you design and develop enterprise applications? How do you build the back end so that it not only handles your current needs but is flexible enough to allow your system to evolve as your needs expand? Answer these questions and many more with Building Java Enterprise Applications, an advanced guide to building complex Java Enterprise Applications from the ground up that addresses design issues along the way. These practical books take a step back from detailed examination of the APIs and focus on the entire picture, so you can put the pieces together and build something that works!

This book explores the infrastructure issues so important to good application design. It isn't just a book about doing things with Entity Beans, JDBC and JMS and JNDI. It takes you step by step through building the back end, designing the data store so that it gives you convenient access to the data your application needs; designing a directory; figuring out how to handle security and where to store security credentials you need; and so on. On top of this, it shows -- as easily as possible --how to build the entity bean layer that makes information available to the rest of the application.

Throughout this guide, author Brett McLaughlin uses his wealth of real-world experience with enterprise development to show you one step at a time how to design and build a comprehensive enterprise application from the ground up, starting with the back end.

Komentarze:

Nie ma jeszcze żadnego komentarza. Dodaj go jako pierwszy!

Aby dodawać komentarze musisz się zalogować

Inne foldery z plikami do pobrania
Inne pliki do pobrania z tego chomika
okładka
Opis: Shows Java developers everything they need to know to build Java database applications with MySQL. Takes a hands-on, code-intensive approach in which readers will learn how to build a sophisticated Web database management application. Begins with a review of the fundamentals of MySQL. Explains using Java's JDBC with MySQL, as well as servlet and JSP programming with MySQL. Provides a code-rich tutorial on how to build the sample Java database application using EJBs. The companion Web site provides the full code examples plus links to useful sites.
okładka
Opis: You are a Java developer. You are asked to add a simple feature to your application. But "simple" can be deceiving: you have to make many changes, in locations which can be difficult to find. If this sounds familiar, you want to know about Java reflection. With reflection, you can work smarter by designing flexible applications to which you can easily add likely new requirements. Then, with a few code changes in easy-to-find places, you've got the job done. Reflection adds a new dimension to your programming skills. It will boost your effectiveness. Java Reflection in Action starts from the basics. It gradually builds a complete understanding, adding as it goes reflective concepts illustrated with many small examples that are useful in real applications. In a subplot, the book follows a programmer, George, as he tackles common but difficult tasks. In each case, George finds flexible, reflective solutions that replace the usual hard-coded ones. The power of reflection becomes clear through his story.
okładka
Opis: Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Peformance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code's performance. Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, Java Performance Tuning, Second Edition includes four new chapters: a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs. Java Performance Tuning offers common-sense advice about what to tune and what to leave alone, emphasizing techniques that provide big performance gains with minimal code restructuring. It gives you crucial guidance that helps you tune without destroying your program's architecture. Blindly changing things in an effort to make a program run faster is a great way to create buggy, unmaintainable code. Java Performance Tuning teaches you to work efficiently and effectively, resulting in code that is robust, maintainable, and fast. Java Performance Tuning, Second Edition shows you how to: Create a performance plan Glean information about your program's behavior from profiling tools Identify bottlenecks before tuning Minimize the number of objects your program creates, particularly critical for J2EE applications Optimize the use of strings Avoid performance penalties from inefficient code Improve the behavior of loops and switches Optimize I/O behavior Use appropriate algorithms for sorting and other common tasks Use threads effectively Optimize the performance of distributed systems Speed up servlets and JSPs Structure JDBC usage efficiently Use effective design patterns to optimize EJB performance
okładka
Opis: Version 5.0 of the Java 2 Standard Edition SDK is the most important upgrade since Java first appeared a decade ago. With Java 5.0, you'll not only find substantial changes in the platform, but to the language itself-something that developers of Java took five years to complete. The main goal of Java 5.0 is to make it easier for you to develop safe, powerful code, but none of these improvements makes Java any easier to learn, even if you've programmed with Java for years. And that means our bestselling hands-on tutorial takes on even greater significance. Learning Java is the most widely sought introduction to the programming language that's changed the way we think about computing. Our updated third edition takes an objective, no-nonsense approach to the new features in Java 5.0, some of which are drastically different from the way things were done in any previous versions. The most essential change is the addition of "generics", a feature that allows developers to write, test, and deploy code once, and then reuse the code again and again for different data types. The beauty of generics is that more problems will be caught during development, and Learning Java will show you exactly how it's done. Java 5.0 also adds more than 1,000 new classes to the Java library. That means 1,000 new things you can do without having to program it in yourself. That's a huge change. With our book's practical examples, you'll come up to speed quickly on this and other new features such as loops and threads. The new edition also includes an introduction to Eclipse, the open source IDE that is growing in popularity. Learning Java, 3rd Edition addresses all of the important uses of Java, such as web applications, servlets, and XML that are increasingly driving enterprise applications.
okładka
Opis: Dowiedz się, dlaczego dla niektórych tworzenie aplikacji w Visual Studio .NET 2005 jest takie proste? Wyobraź sobie jak by to było, gdyby pisanie programów było czystą zabawą, lekkim zajęciem, przypominającym składanie z klocków, gdyby język programowania stworzony był z myślą o wygodzie programisty a nie wygodzie komputera, gdyby składnia języka była jasna i przyjemna a dokumentacja programu tworzyła się prawie sama. Programiści Microsoftu mieli takie same marzenia, dlatego stworzyli język C# ( c-sharp, czytaj: see-sharp) specjalnie po to, by pisanie programów było łatwe, szybkie, bezpieczne i efektywne. Dzięki dobrej znajomości C# ( c-sharp ) możesz pisać aplikacje szybciej i prościej. Zastanów się na co przeznaczysz zaoszczędzony czas.
okładka
Opis: C# to pierwsza książka z nowej serii wydawniczej Porady i Metody Książka zawiera ponad 300 gotowych do użycia rozwiązań opracowanych przez profesjonalistów, pozwalających tworzyć aplikacje internetowe i programy dla Windows. Pomaga wykorzystać całą potęgę Platformy.NET oraz efektywniej pisać programy. Ułatwia też zastosowanie konstrukcji C# w istniejących aplikacjach lub w budowie programów od podstaw. Język C# łącząc podstawowe cechy C++ i Visual Basica jest niezależnym językiem programowania zorientowanego obiektowo, który jednocześnie umożliwia tworzenie potężnych rozwiązań oraz uzyskiwanie wysokiej jakości. Język został zaprojektowany tak, aby ograniczyć liczbę błędów programowych i przyspieszyć cykl budowy oprogramowania. Dzięki precyzyjnym, sprawdzonym w działaniu poradom udzielanym przez profesjonalistów książka pomaga: odkryć zintegrowane środowisko do tworzenia oprogramowania. NET tworzyć programy zorientowane obiektowo rozwijać aplikacje C# z Visual Studio pisać programy internetowe korzystając z formatek upraszczać zarządzanie danymi za pomocą kolekcji C# upraszczać interfejsy użytkownika dzięki użyciu typowych kontrolek importować kontrolki ActiveX i korzystać z COM+ tworzyć, testować i wdrażać usługi Web Services chronić nazwy klas za pomocą przestrzeni nazw korzystać z delegacji C# przy implementacji procedur obsługi zdarzeń
okładka
Opis: Microsoft Visual C# .NET to potężny, choć prosty język przeznaczony przede wszystkim dla programistów tworzących aplikacje na platformę .NET Microsoftu. Wzięto to, co najlepsze z C++ i Microsoft Visual Basica, rezygnując przy tym z niektórych niekonsekwencji i anachronizmów, dzięki czemu uzyskano znacznie bardziej przejrzysty i logiczny język programowania. C# zawiera też przydatne innowacje, które przyspieszają tworzenie aplikacji, zwłaszcza z wykorzystaniem pakietu Microsoft Visual Studio .NET. Książka Visual C# .NET Krok po kroku ma na celu wyjaśnienie podstaw programowania w C# za pomocą Visual Studio.NET oraz .NET Framework. Omawia właściwości i mechanizmy języka C# oraz ich zastosowanie do budowania aplikacji przeznaczonych dla systemu operacyjnego Microsoft Windows. Ci, którzy przeczytają tę książkę, posiądą gruntowną wiedzę o C# i będą wiedzieć, jak zastosować ją do budowania aplikacji Windows Forms, projektowania aplikacji ASP.NET oraz tworzenia i używania usług WWW.
okładka
Opis: Now more than ever, Windows applications have to work well and look good. Windows Presentation Foundation (WPF), Microsoft's new user interface framework, gives you the ability to create stunning graphics, rich interactions, and highly-usable Windows applications. WPF is the API beneath Windows Vista interfaces, and it's also available for older versions of Windows. Up to this point, it has only been possible to build WPF applications manually, mainly by hand-coding in XAML-WPF's declarative XML-based markup language. The soon-to-be-released Visual Studio 2008 provides the full set of developer tools you need to take advantage of this exciting technology. The combination of WPF and Visual Studio 2008 represents the start of the next generation of Windows applications. Hand-coding XAML is fine if you're an early adopter, but to put WPF into production, you need to master the tools and application styles you'll use in your day job. WPF In Action focuses on WPF development using Visual Studio 2008 and other available tools.. The book starts with thorough coverage of the basics-layouts, styles, resources, and themes. It then takes you through several real-world scenarios, exploring common challenges and application-types. You'll build several sample applications, ranging from a simple calculator to a typical line-of-business application. Along the way, you'll add graphical elements, animation, and support for printing, accessibility, and other standard functionality. Written in a witty, engaging style, WPF In Action can be read cover-to-cover or used to reference specific problems and issues. The approach is practical and always focused on how you'll use WPF in real development scenarios. You'll learn how to handle the many new issues presented by the extreme flexibility of WPF. The authors also provide numerous tips and suggestions for how to work efficiently. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
okładka
Opis: Książka jest podręcznym przewodnikiem po setkach scenariuszy programistycznych C# i Microsoft® .NET Framework w przejrzystej formie: problem - rozwiązanie. Książka uporządkowana jest tak, aby można było skupić się na zagadnieniach, które są potrzebne - wraz z praktycznymi przykładami, fragmentami kodu, wskazówkami i nieudokumentowanymi właściwościami, ułatwiającymi realizację zadań.
więcej plików z tego folderu...
Zgłoś jeśli naruszono regulamin
W ramach Chomikuj.pl stosujemy pliki cookies by umożliwić Ci wygodne korzystanie z serwisu. Jeśli nie zmienisz ustawień dotyczących cookies w Twojej przeglądarce, będą one umieszczane na Twoim komputerze. W każdej chwili możesz zmienić swoje ustawienia. Dowiedz się więcej w naszej Polityce Prywatności