Mostrar mensagens com a etiqueta Eclipse. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta Eclipse. Mostrar todas as mensagens

19 fevereiro 2019

Eclipse MicroProfile Starter



If you choosed Thorntail, then run the following command:

$ mvn clean package && java -jar target/hello_microprofile_world-thorntail.jar


or if you choosed the OpenLiberty, run the following command:

$ mvn clean package && java -jar target/hello_microprofile_world.jar


If you choosed another version then the following commands are used for the following servers:

Payara:

$ mvn clean package && java -jar target/hello_microprofile_world-microbundle.jar


Apache TomEE:

$ mvn clean package && java -jar target/hello_microprofile_world-exec.jar


KumuluzEE:

$ mvn clean package && java -jar target/hello_microprofile_world.jar


You find the test page at http://localhost:8181/index.html

Calling RestController
http://localhost:8181/demo/data/hello



Source: kodnito.com

16 abril 2015

JBoss Forge - how to use it and extend the functionality


Instalation in Eclipse: Search for "JBoss Tools (Luna)" in Eclipse via:
Help > Eclipse Marketplace...

After instalation open Forge Console and you can create new project with:
[no project] workspace $ new-project --named my-forge-app --topLevelPackage com.example.app

create webapp
[my-forge-app] my-forge-app $ scaffold setup
[my-forge-app] my-forge-app $ persistence setup --provider HIBERNATE --container JBOSS_AS7
[my-forge-app] my-forge-app $ entity --named Person
[my-forge-app] Person.java $ field string --named firstName
[my-forge-app] Person.java $ field string --named lastName
[my-forge-app] Person.java $ field int --named age
[my-forge-app] Person.java $ scaffold from-entity

This will generate the CRUD pages for your model:
scaffold from-entity ~.model.* --scaffoldType faces --overwrite; 

More information in emiliosimoes.blogspot.pt or JBoss Forge tutorial


Instalation in NetBeans

 

17 outubro 2014

Web Tutorial - JSF 2.2 tutorial with Eclipse and WildFly


About tutorial:
"In this tutorial you will learn how to setup a JSF 2.2 (Mojarra) playground with Eclipse 4.4 (Luna) and WildFly 8.1. This tutorial assumes that you're starting from scratch and thus covers every single step necessary towards a working JSF web page."



17 novembro 2013

Web Tutorials

Web Tutorials

JAVA
Simple Java Database Swing Application
How to Send Email from Java Program with Example
Java ResourceBundle Example

Creating Maven Projects
Hibernate 3 with Maven 2 and MySQL 5 Example (XML Mapping and Annotation)
How to create a EJB 3.x project using Maven in Eclipse – Part 1
Setup of Dynamic Web Project using Maven
Create Web Application Project with Maven Example

JMS
Spring JMS Example

Java EE7 and Maven
Java EE7 and Maven project for newbies - part1 part2 part3 part4 part5 part6 part7 part8
Spring JPA Data + Hibernate + MySQL + MAVEN
Spring MVC Hello World Example
Spring MVC File Upload Example
Spring MVC beginner tutorial with Spring Tool Suite IDE
Upload Files to Database with Spring MVC and Hibernate

Logging 
Logback
Logback Configuration Example

WELD - Java Contexts and Dependency Injection for the Java EE platform (CDI)
DI (Dependency Injection) / CDI – Basics
Writing JSR-352 style jobs with Spring Batch Part 2: Dependency injection

Spring Data MongoDB
Spring Data MongoDB with Java config

JPA
JPA Tutorial: Setting Up JPA in a Java SE Environment
JPA Tutorial: Mapping Entities – Part 1 - Part 2 - Part 3

Hibernate
Hibernate annotations example
Hibernate tutorial with Eclipse

Persistence
The DAO with JPA and Spring
How to maintain history of tables in Hibernate

Android Tutorials
Android Development Tutorial

27 junho 2012

Eclipse Juno

As is the tradition for the end of June, the Eclipse community celebrates the release of the annual Eclipse release train, this year code-named Juno. This is the ninth year the community has shipped a release train, and each year the release gets bigger. Juno represents the work of 72 project teams ...

27 fevereiro 2010

Novo Logo para o Eclipse

Com a intenção de renovar a imagem do Eclipse, encontra-se em aberto a votação para a escolha do novo logo. As votações poderão ser feitas neste site até ao dia 3 de Março.