background preloader

J2ee

Facebook Twitter

Apache Tomcat 6 Installation on OS X 10.7 Lion and Eclipse Integration. Download the latest stable distribution of Apache Tomcat 6.x from the downloads page.

Apache Tomcat 6 Installation on OS X 10.7 Lion and Eclipse Integration

Download the tar.gz file to your Downloads folder. Double click on the file to decompress and extract the Tomcat's distribution. On success you should be able to locate a folder named apache-tomcat-6.x, where x stands for the minor version release you downloaded. Open Terminal and execute the commands below: In order to be able to manage Tomcat from the browser use your favorite editor and edit tomcat-users.xml and add the following lines under the tag tomcat-users: After the changes the file should look like: <tomcat-users> //some other stuff here...

Now you should edit .profile to add JAVA_HOME and CATALINA_HOME environment variables: To test the installation: #start the server /Library/Tomcat/Home/bin/. #start the server /Library/Tomcat/Home/bin/. Installation of Eclipse Indigo #move eclipse distribution to Library sudo mv ~/Downloads/eclipse /Library/ Using the context menu choose Make Alias.

Careers Foundation. Architect_log.pdf (objeto application/pdf) JSP Tutorial. Servlet Tutorial. Beginning and Intermediate-Level. The beginning and intermediate-level tutorials on this page were originally based on the second edition of Marty's book Core Servlets and JavaServer Pages, but have been extensively upgraded since then, including coverage of servlets 3.0 and JSP 2.2 (e.g., for Tomcat 7).

JSP Tutorial. Servlet Tutorial. Beginning and Intermediate-Level.

The materials have been tested by Marty in live training courses in Canada, Australia, Puerto Rico, Japan, Cambodia, Mexico, India, Norway, the Philippines, and dozens of US venues. Click on a topic below to get the detailed tutorial, download the source code, or get the exercises on the topic. Practice is the key to learning, so if you serious about learning the technology, you should do at least some of the exercises in each topic before moving on to the next topic. These tutorials assume that you already know Java; they definitely move too fast for those without prior Java experience.

If you don't already know the Java language, please see the Java programming tutorial series. How to Set Up Eclipse for Web-application Development. Set up ADF Faces JSF environment on Tomcat 6.0. Configurar Spring + Jsf + PostgreSQL en Eclipse. JSF 2, Spring 3, JPA (Hibernate 3), PostgreSQL, c3p0 - everything together (part 2 of 2) Note: below description uses Eclipse Indigo, Tomcat 7.0.28, MyFaces 2.1.7, Spring Framework 3.1.1, Spring Security 3.1.0, Hibernate 3.6.10 (Final), PostgreSQL 9.1.

Requirements: running database and complete project with all required libraries integrated, described in previous post (can be found here) ADF 11g Overview - The development framework for Fusion. WebCenter Portal Template Design Best Practices. eCourse. Discover Yourself! Formación ADF 11g: Presentaciones, Demos, Tutoriales, Talleres y otra información. Ultimamente, y especialmente desde que salió Fusion Middleware 11g, me hacen una pregunta de forma recurrente. Supongamos que un cliente o un partner está empezando con ADF, ¿cuales son los recursos recomendables durante las primeras horas con ADF?

Voy a intentar recopilar estos recursos, que incluyen presentaciones, tutoriales, demos, y otros enlaces interesantes y que además son los que usamos habitualmente en el Taller ADF de una jornada. PRESENTACIONESDurante la primera hora, lo mejor es poner ADF en contexto, y para ello nada mejor que una presentación. De este forma se entiende como encaja ADF en la arquitectura y estrategia Fusion de Oracle, se ven los detalles de arquitectura, el modelo MVC, la paleta de componentes ricos AJAX (ADF Faces Rich Client), el rol que juega JDeveloper, etc También es muy interesante esta presentación de Pedro Gallardo (BBR), ya que incluye audio, y sale la voz de Pedro contando las transparencias.

JDeveloper 11g Release 2 (11.1.2.0.0) Tutorials. The following tutorials are available for Oracle JDeveloper and Oracle Application Development Framework (ADF).

JDeveloper 11g Release 2 (11.1.2.0.0) Tutorials

These step-by-step instructions guide you through common tasks for application developers and provide background concepts and information to help you understand what you are accomplishing in the steps. These tutorials are designed for the release version specified above. If you are using a different version of JDeveloper, you may experience some inconsistencies. Use the navigations on the left side of this page to select the tutorials for a different release. Oracle ADF - Tips and Techniques: Getting started with Oracle ADF. Hi all, Oracle ADF is an evolving technology and many of the web application developers are tend to learn and use it in practice.

Oracle ADF - Tips and Techniques: Getting started with Oracle ADF

So, for the purpose of new learners, I'm about to start a step-by-step tutorial of what is Oracle ADF technology and how easily and efficiently we can use it to build our next generation web applications. Please note that I'm not going to copy-paste the content from Oracle ADF developer guide. I'm just going to write my understanding of ADF based on my experience working with it for about more than 3years. Having said that I can't be 100% sure that each line I write should be correct. Lets start now with answers to some basic questions. What is Oracle ADF? How ADF is different from JSF? Coming to JSF, we need to have our entire business logic in java code. What is Oracle Fusion Middleware?