This
Java seminar was held January 29,
2014 at Claro M. Recto Hall PUP Manila. The speaker on the seminar was Mr. Neil Namorro, he clearly
discussed some of the special points with regards on programming on Java. And
the main scope of work using Java which are:
- User Management
- Built-in Security
- CRUD Support
- Search Support
- Raw Level Access Security
- Audit Logging
- System Codes
Then after all this he discussed the Data access object and
Services Data Access Object (DAO)
is an object that provides an abstract interface to some type of database or
other persistence mechanism. By mapping application calls to the persistence
layer, DAOs provide some specific data operations without exposing details of
the database. This isolation supports the Single responsibility principle. It
separates what data accesses the application needs, in terms of domain-specific
objects and data types (the public interface of the DAO), from how these needs
can be satisfied with a specific DBMS, database schema, etc.
They used Eclipse Spring on programming on Java Platform. Bottom-line
I learned many things after attending this seminar, good thing I already have a
good background when it comes to Java Platform because of our Course taken here
at National University the Professor was Engr. Gil Delas Alas and Engr. Marlon
Bagara.
Sample Java Program |
Mr. Neil Namarro at the stage discussing the special points in JAVA. |
Mr. Neil while discussing the codes use in JAVA. |
No comments:
Post a Comment