Skip to main content

previous disabled Page of 4
and
  1. No Access

    Book

    Beginning Jakarta EE Web Development

    Using JSP, JSF, MySQL, and Apache Tomcat for Building Java Web Applications

    Luciano Manelli, Giulio Zambon (2020)

  2. No Access

    Chapter

    JSP Application Architectures

    In the first two chapters, you learned a large portion of JSP’s components through brief examples. In this chapter, I will tell you how everything fits together in complex applications.

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  3. No Access

    Chapter

    Eshop Application

    In the first three chapters, you learned a large portion of JSP’s components through brief examples, while in the fourth chapter you were introduced to the Eshop application and implemented the database. In th...

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  4. No Access

    Chapter

    JSP Elements

    A JSP page is made out of a page template, which consists of HTML code and JSP elements such as scripting elements, directive elements, and action elements. In the previous chapter, after explaining how to instal...

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  5. No Access

    Chapter

    Databases

    In many cases, a web application is nothing more than a front end for a database (DB). In fact, what makes web pages dynamic is precisely the fact that there is a significant amount of data behind them.

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  6. No Access

    Chapter

    JSP in Action

    In Chapter 2, you learned that there are three types of JSP elements: scripting, directives, and actions. I described the first two types directly in Chapter 2, and the time has come to look at JSP actions....

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  7. No Access

    Chapter

    JavaServer Faces 2.3

    In this chapter, I’ll introduce you to JSF and show you how to use it to create user interfaces for web-based applications. Within the MVC application architecture I described in Chapter 3 (refer to Figure 3-2...

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  8. No Access

    Chapter

    Conclusion

    In several chapters of this book, I’ve used examples taken from three different versions of an online bookshop application: eshop (see Chapter 5), eshopx (introduced in Chapter 7), and eshopf (the subject o...

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  9. No Access

    Chapter

    Introducing JSP and Tomcat

    Web applications (together with apps) can be considered the cornerstone of the modern technology both in private and government organizations. In fact, by interacting with a remote server, it is possible to fi...

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  10. No Access

    Chapter

    XML and JSP

    HTML is probably the first markup language most of us came into contact with. It is a great language, but it’s not without its problems.

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  11. No Access

    Chapter

    JSF and Eshop

    In Chapter 5, I introduced the eshop project, followed in Chapter 7 by eshopx, functionally identical to eshop except that I replaced the JSP pages containing scripting elements with JSP documents in XML fo...

    Luciano Manelli, Giulio Zambon in Beginning Jakarta EE Web Development (2020)

  12. No Access

    Article

    Skyline tensile force monitoring of mobile tower yarders operating in the Italian Alps

    This study analysed the skyline tensile forces in 502 complete work cycles during ordinary cable logging operations on 12 different cable lines in the Italian Alps. The objectives of the research were to quant...

    Omar Mologni, C. Kevin Lyons, Giulio Zambon in European Journal of Forest Research (2019)

  13. No Access

    Book

  14. No Access

    Chapter

    Introduction

    Because this is a book of recipes, you will not find a description of C, although to ensure that we are all on the same page (pun entirely intended!), I sometimes include brief explanations of individual featu...

    Giulio Zambon in Practical C (2016)

  15. No Access

    Chapter

    Exception Handling

    When talking about why computer programs fail, many people distinguish between user errors and developer/programmer errors (i.e., bugs). But such a distinction is, in my opinion, ill defined. For example, supp...

    Giulio Zambon in Practical C (2016)

  16. No Access

    Chapter

    Dynamic Arrays

    The size of arrays in C is set at compile time. In the previous chapter, you learned a way of defining dynamically allocated C strings, which are arrays of characters. In this chapter, you will see how you can...

    Giulio Zambon in Practical C (2016)

  17. No Access

    Chapter

    String Utilities

    In C strings are null-terminated arrays of characters. You can manipulated them with a series of functions declared in the standard header file string.h, but there are two drawbacks.

    Giulio Zambon in Practical C (2016)

  18. No Access

    Chapter

    Numerical Integration

    Numerical integration is the part of numerical analysis that studies how to calculate values of integrals. It is concerned with calculating definite integrals, like the example shown in Figure 10-1, rather tha...

    Giulio Zambon in Practical C (2016)

  19. No Access

    Chapter

    Searching

    Searches work by comparing primitive or structured data types. Therefore, it makes sense to begin this chapter with a section about comparisons.

    Giulio Zambon in Practical C (2016)

  20. No Access

    Chapter

    Databases

    A database consists of organized data—that is, the data itself and a schema that provides data structures. Nowadays, most databases are organized in tables, and you can define the table characteristics indepen...

    Giulio Zambon in Practical C (2016)

previous disabled Page of 4