1 / 6

Oracle Enterprise Business Suite Development

We have already talked about the importance of Java Technologies at OracleEnterprise Business Suite in Bangalore. Not only for Oracle Company itself, but also for the Oracle Enterprise Business customers, whose investments must be preserved. Now we present tools and frameworks, you will use if you intend to develop in Java

sifbibank32
Download Presentation

Oracle Enterprise Business Suite Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle Enterprise Business Suite Development: New Technologies Link : https://www.blogger.com/blog/post/edit/preview/1382374368067854014/4488070581533977746

  2. Link : https://www.blogger.com/blog/post/edit/preview/1382374368067854014/4488070581533977746

  3. We have already talked about the importance of Java Technologies at OracleEnterprise Business Suite in Bangalore. Not only for Oracle Company itself, but also for the Oracle Enterprise Business customers, whose investments must be preserved. Now we present tools and frameworks, you will use if you intend to develop in Java • Java Language Itself: is an object oriented language, so if you are not used with this paradigm, we strongly advice you to study this already established paradigm. To develop in Java you will use a lot of standards and libraries, they are known by its name, J2ME, J2SE and J2EE, to portable, standard and enterprise applications respectively; • Link : https://www.blogger.com/blog/post/edit/preview/1382374368067854014/4488070581533977746

  4. JDeveloper: is an integrated development environment (IDE) built in Java for Java development. It is complete considering the development life cycle, so you can model, code, debug, test and deploy. It is prepared for Web, XML, Web Services, SQL, J2EE and Oracle ADF development. Provide built-in features for open sources tools and frameworks, such as Struts, Ant, JUnit and CVS. According to Oracle, JDeveloper is the tool of choice for Forms, Reports and Designer customers because it carries a similar development model. • Struts: is a java framework considered a de facto standard to build web applications. Struts is a solution to organize what was happing when people used Java Servlets and JSP freely. Struts implements the MVC (Model / View / Controller) pattern, so you might separate business logic (Model) from web application flow of control (Controller) and JSP/html code (View). • Link : https://www.blogger.com/blog/post/edit/preview/1382374368067854014/4488070581533977746

  5. J2EE: is an architecture to define standards to solve enterprise level problems, like persistence, scalability, availability, security, distributed computing, etc. This standard should be followed by application server vendors, so a J2EE application would run on any J2EE application server complaint, like Oracle OC4J (OAS), IBM WebSphere, BEA WebLogic, JBoss, etc. It is not a simple architecture to solve a simple problem. Get ready to study and understand the complexity of enterprise programming (we will deal with this matter on others papers to help you). • EJB: is a J2EE standard to define components to write business logic at the server side (Session Beans), to define a domain layer to access data (Entity Beans) and to deal with asynchronous and queuing messages (Message Driven Beans). The last EJB standard release (the 3.0), not commonly used yet, became much easier to develop with. The previous one (the 2.0 and 2.1) should be used with a series of design patterns to solve common problems, what make the code not so easy to program and understand. The first one (the 1.0 and 1.1) was useless to enterprise level development; it did not implement even a one to many relationship. • Link : https://www.blogger.com/blog/post/edit/preview/1382374368067854014/4488070581533977746

  6. Contact Us : Sifbi #13, 15th Cross, Kanaka Nagar, RT Nagar Bangalore-32 9385969218 contact@sifbi.com Link : https://sifbi.com/contact-us/

More Related