GithubHelp home page GithubHelp logo

aspineon / softuni-java-web-development-basics-jan-2019 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martin-bg/softuni-java-web-development-basics-jan-2019

0.0 1.0 0.0 44.34 MB

Java Web Development Basics course at Sofuni - Jan 2019

Home Page: https://softuni.bg/trainings/2252/java-web-development-basics-january-2019

HTML 20.13% CSS 2.66% Java 77.20% JavaScript 0.01%

softuni-java-web-development-basics-jan-2019's Introduction

Java Web Development Basics

Java Web Development Basics course at SoftUni - Java EE - Jan 2019

Projects

  1. HTML and CSS
  1. HTTP Protocol and State Management - simple parsing and constructing of HTTP requests and responses, implemented in a funny way :)
  1. Java EE - finally something more advanced :)
  • Fluffy Duffy Munchkin Cats - servlets, servlet context as storage, custom HTML templating, HTML & CSS only, use of static resources

  • Chushka - a simple Web application with Servlets and Hibernate, deployed on TomEE. The most important part was the configuration (described in details at the link). Highlights:

    • JTA enabled EntityManager
    • Enum with AttributeConverter
    • Lombok - deal with code noise in POJOs
    • Creating beans of external classes by @Produces annotation
    • Access to resource files by relative path
    • Custom HTML templating
  • Me Tube - A simple Web application with Servlets, JSP and Hibernate, deployed on TomEE. Details provided at the link. Highlights:

    • JTA enabled EntityManager
    • Use of NamedQueries in repositories for retrieving data
    • Lombok - deal with code noise in POJOs
    • Creating beans of external classes by @Produces annotation
    • Access static resources in JSP files
    • Basic JSP templating
    • Bind model from request parameters in Filter (using Reflection)
    • Service methods used for retrieving data accept desired return data type (ViewModel)
  • Workshop Me Tube Extended - Refactoring, new functionality:

    • CRUD repository, extensive use of Generics for type safety, Optional<>, logging
    • Exported common service logic to base class, Generics
    • Use of Jargon2 for password hashing
  • Employee Register - Simple single page web application with JSF and Hibernate, deployed on TomEE.

  • Fluffy Duffy Munchkin Cats v2 - Simple 3-page web application with JSF and Hibernate, deployed on TomEE.

  1. Exam preparations:
  1. Final exam (24/02/2019):
  • EXODIA - Simple multi-page 2-entities web application with JSF and Hibernate, deployed on TomEE.
    • Same setup as in Sboj.gb
    • Convert Markdown data to PDF format with Markdown2Pdf
    • Build of PDF file and download by client

softuni-java-web-development-basics-jan-2019's People

Contributors

martin-bg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.