Developing Business Applications for the Web


Book Description

This book focuses on using common Web tools to develop business applications. Professional business programmers who are new to Web development will quickly acquire the relevant information they need, starting with HTML and CSS. The book goes beyond simple HTML and introduces other common Web technologies, including Java Server Pages (JSP), PHP, ASP.NET, and JavaScript. The book shows how those technologies interact with HTML and how developers can use them to develop and deploy business applications that users access via the Web. This book is written by business programmers and educators for business programmers. It is not just an introduction to HTML, but an introduction to the most common tools any business programmer needs to develop browser-based applications. Upon completion of the book, a business developer or student will have learned to develop and implement a completed browser-based business application.







Developing Business Applications with OpenStepTM


Book Description

OpenStep is the software development environment co-developed by Sun and Next Computers. This book provides the first introduction to OpenStep and how it is used to build business applications for Next, Sun, and Windows NT systems. As well as covering the basics, it covers WebObjects (for developing world wide web applications) and the Enterprise Objects framework for developing database applications. No serious OpenStep developer will want to be without this book.




Pro Business Applications with Silverlight 5


Book Description

Silverlight 5 has the potential to revolutionize the way we build business applications. With its flexibility, web deployment, cross-platform capabilities, rich .NET language support on the client, rich user interface control set, small runtime, and more, it comes close to the perfect platform on which to build business applications. It’s a very powerful technology, and despite its youth, it’s moving forward at a rapid pace and is gaining widespread popularity. This book guides you through the process of designing and developing enterprise-strength business applications in Silverlight 5 and C#. You'll learn how to take advantage of the power of Silverlight to develop rich and robust business applications—from getting started to deployment, and everything in between. In particular, this book will serve developers who want to learn how to design business applications. It will introduce the patterns you'll use, the issues you’ll face, and how to resolve them. Author Chris Anderson, who has been building line-of-business applications for years, demonstrates his expertise through a candid presentation of how to tackle real-life issues, rather than just avoiding them. Developers will benefit from his hard-won expertise through business application design patterns that he shares throughout the book. With this book in hand, you will: Create a fully-functional business application in Silverlight Discover how to satisfy the general requirements that most business applications need Develop a business application framework







Technological Developments in Industry 4.0 for Business Applications


Book Description

One of the most important issues businesses face is how to adapt to changing operational and administrative processes. Globalization and high competition highlight the importance of technological innovation and its contribution to the organizational performance of businesses. Technological Developments in Industry 4.0 for Business Applications is a collection of innovative research on the methods and applications of developing new services related to industrial processes in order to improve organizational well-being. It also looks at the technological, organizational, and social aspects of Industry 4.0. Highlighting a range of topics including enterprise integration, logistic models, and supply chain, this book is ideally designed for computer engineers, managers, business and IT professionals, business researchers, and post-graduate students seeking current research on the evolution and development of business applications in the modern industry era.




Web Data Mining and Applications in Business Intelligence and Counter-Terrorism


Book Description

The explosion of Web-based data has created a demand among executives and technologists for methods to identify, gather, analyze, and utilize data that may be of value to corporations and organizations. The emergence of data mining, and the larger field of Web mining, has businesses lost within a confusing maze of mechanisms and strategies for obta







E-Business Applications for Product Development and Competitive Growth: Emerging Technologies


Book Description

"This book will serve as an integrated e-business knowledge base for those who are interested in the advancement of e-business theory and practice through a variety of research methods including theoretical, experimental, case, and survey research methods"--Provided by publisher.




Functional Web Development with Elixir, OTP, and Phoenix


Book Description

Elixir and Phoenix are generating tremendous excitement as an unbeatable platform for building modern web applications. For decades OTP has helped developers create incredibly robust, scalable applications with unparalleled uptime. Make the most of them as you build a stateful web app with Elixir, OTP, and Phoenix. Model domain entities without an ORM or a database. Manage server state and keep your code clean with OTP Behaviours. Layer on a Phoenix web interface without coupling it to the business logic. Open doors to powerful new techniques that will get you thinking about web development in fundamentally new ways. Elixir and OTP provide exceptional tools to build rock-solid back-end applications that scale. In this book, you'll build a web application in a radically different way, with a back end that holds application state. You'll use persistent Phoenix Channel connections instead of HTTP's request-response, and create the full application in distinct, decoupled layers. In Part 1, start by building the business logic as a separate application, without Phoenix. Model the application domain with Elixir functions and simple data structures. By keeping state in memory instead of a database, you can reduce latency and simplify your code. In Part 2, add in the GenServer Behaviour to make managing in-memory state a breeze. Create a supervision tree to boost fault tolerance while separating error handling from business logic. Phoenix is a modern web framework you can layer on top of business logic while keeping the two completely decoupled. In Part 3, you'll do exactly that as you build a web interface with Phoenix. Bring in the application from Part 2 as a dependency to a new Phoenix project. Then use ultra-scalable Phoenix Channels to establish persistent connections between the stateful server and a stateful front-end client. You're going to love this way of building web apps! What You Need: You'll need a computer that can run Elixir version 1.5 or higher and Phoenix 1.3 or higher. Some familiarity with Elixir and Phoenix is recommended.