• No results found

Course Materials

Multimodal design and hybrid course materials: developing a new paradigm for course delivery at USQ

Multimodal design and hybrid course materials: developing a new paradigm for course delivery at USQ

... multimedia materials educators are keenly aware that learners, for many reasons, use a variety of learning/cognitive styles to process ...learning materials provided in a variety of traditional learning ...

10

Understand Collection and Association relationships See how to realize relationships in Java and databases Walk through the Hibernate approach of mapping both C ll ti d A i ti Collections and Associations.

Understand Collection and Association relationships See how to realize relationships in Java and databases Walk through the Hibernate approach of mapping both C ll ti d A i ti Collections and Associations.

... Association and Collection Mapping Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/hibernate.html Customized Java EE Training: http://c[r] ...

27

Refresher in enterprise application hi architectures Traditional persistence Hib tti Hibernate motivation Installation

Refresher in enterprise application hi architectures Traditional persistence Hib tti Hibernate motivation Installation

... Introduction to Hibernate Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/hibernate.html Customized Java EE Training: http://courses.co[r] ...

27

Batch Processing Data Filtering Interceptors and Events Calling Triggers and Stored Procedures 2 nd Level Cache Statistics DDL Generation Integration with Spring

Batch Processing Data Filtering Interceptors and Events Calling Triggers and Stored Procedures 2 nd Level Cache Statistics DDL Generation Integration with Spring

... Calling Triggers and Stored Procedures Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/hibernate.html Customized Java EE Training: http[r] ...

32

Quick GWT RPC review Motivation Advantages/Disadvantages Basic steps Example More examples Alternatives

Quick GWT RPC review Motivation Advantages/Disadvantages Basic steps Example More examples Alternatives

... Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/gwt.html Customized Java EE Training: http://courses.coreservlets.com/ GWT, Java, JSF 2[r] ...

10

Problems with Pure Declarative Security

Problems with Pure Declarative Security

... Programmatic Security Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/msajsp.html Customized Java EE Training: http://courses.coreservl[r] ...

12

Pull back specific data from a database based on specific requirements Retrieve a specific object Retrieve a collection of a specific object type Retrieve a collection of different object types In the database, handled through the Structured Query Languag

Pull back specific data from a database based on specific requirements Retrieve a specific object Retrieve a collection of a specific object type Retrieve a collection of different object types In the database, handled through the Structured Query Language (SQL) SELECT statements for querying

... Hib Hibernate t Querying Q i Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/hibernate.html Customized Java EE Training: http://courses[r] ...

27

The Google Web Toolkit (GWT): Overview & Getting Started

The Google Web Toolkit (GWT): Overview & Getting Started

... The Google Web Toolkit GWT: Overview & Getting Started GWT 2.5 Version Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/gwt.html Customi[r] ...

25

Motivation Panel design HTML setup Setting History tokens Responding to History tokens 3 most common mistakes in History (handling) Advanced issues

Motivation Panel design HTML setup Setting History tokens Responding to History tokens 3 most common mistakes in History (handling) Advanced issues

... The Google Web Toolkit GWT: Handling History and Bookmarks GWT 2.5 Version Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/gwt.html Cus[r] ...

28

Motivation Spring Hello World POJO development Runtime environment Dependency injection Inversion of control

Motivation Spring Hello World POJO development Runtime environment Dependency injection Inversion of control

... The Spring Framework: Foundations Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/spring.html Customized Java EE Training: http://cours[r] ...

31

Motivation Idea: Flyweight Design Pattern Simple CellList example Just a simple CellList with days of the week Pagable CellList example Thousands of rows with a pager Incredibly fast paging! Other available Cell widgets and Cell types

Motivation Idea: Flyweight Design Pattern Simple CellList example Just a simple CellList with days of the week Pagable CellList example Thousands of rows with a pager Incredibly fast paging! Other available Cell widgets and Cell types

... The Google Web Toolkit GWT: Introduction to Cell Widgets GWT 2.5 Version Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/gwt.html Custo[r] ...

12

Edit auto-generated HTML file

Edit auto-generated HTML file

... The Google Web Toolkit GWT: Programming Basics GWT 2.5 Version Originals of Slides and Source Code for Examples: http://courses.coreservlets.com/Course-Materials/gwt.html Customized Java[r] ...

25

Scripting elements calling servlet code directly Scripting elements calling servlet code indirectly (by means of utility (classes) Beans Servlet/JSP combo (MVC) MVC with JSP expression language Custom tags MVC with beans, custom tags, and a framework like

Scripting elements calling servlet code directly Scripting elements calling servlet code indirectly (by means of utility (classes) Beans Servlet/JSP combo (MVC) MVC with JSP expression language Custom tags MVC with beans, custom tags, and a framework like JSF 2.0

... JSP-Based Tags Tag Files Customized Java EE Training: http://courses.coreservlets.com/ Java, JSF 2, PrimeFaces, Servlets, JSP, Ajax, jQuery, Spring, Hibernate, RESTful Web Services, Hado[r] ...

36

Reason for listeners Monitoring creation and destruction of the servlet context Dt ti hi l t tDetecting changes in servlet context attributes Recognizing session creation and destruction Watching for changes in session attributes Combining activities g

Reason for listeners Monitoring creation and destruction of the servlet context Dt ti hi l t tDetecting changes in servlet context attributes Recognizing session creation and destruction Watching for changes in session attributes Combining activities g

... The servlet context is usually used to read previously stored attributes getAttribute, store new or changed attributes setAttribute and make entries in the log file log.. Declare the lis[r] ...

28

Brush up on transactions, and recognize they’re not just for databases Explore the different ways to include transactions into our applications Learn a technique for ensuring persistent changes to objects don’t pgj inadvertently overwrite other user’s act

Brush up on transactions, and recognize they’re not just for databases Explore the different ways to include transactions into our applications Learn a technique for ensuring persistent changes to objects don’t pgj inadvertently overwrite other user’s actions

... Programmatic Transactions in Hibernate with JTA // inject the transaction @Resource private i UserTransaction i utx; try { // start transaction utx begin; utx.begin; Session session = Hi[r] ...

24

Major security concerns Declarative vs. programmatic security Using form-based authentication

Major security concerns Declarative vs. programmatic security Using form-based authentication

... Form-Based Authentication • When a not-yet-authenticated user tries to access a protected resource: – Server automatically redirects user to Web page with an HTML form that asks for user[r] ...

22

Controlling Web g Application Behavior The Deployment Descriptor: web xml The Deployment Descriptor: web.xml

Controlling Web g Application Behavior The Deployment Descriptor: web xml The Deployment Descriptor: web.xml

... Custom URLs Servlet Mappings pp g Customized Java EE Training: http://courses.coreservlets.com/ Servlets, JSP, JSF 1.x & JSF 2.0, Struts Classic & Struts 2, Ajax, GWT, Spring, Hibernate[r] ...

24

Using and Deploying Web Applications pp

Using and Deploying Web Applications pp

... Idea of Web Applications • Single directory or file – Servlets, JSP pages, HTML files, utility classes, beans, tag libraries, etc.. are bundled together in a single directory hierarchy o[r] ...

18

Show all 10000 documents...

Related subjects