Celinio's technical blog : learning and adapting
Celinio's technical blog : learning and adapting
Compilation of technical references, tutorials and notes concerning software development
Skip to content
  • Code
  • Giving back
  • Screencasts
  • My book
  • Contact

February 2011

There were 8 posts published in February (this is page 1 of 1).

Start/stop Jonas with Maven and Cargo. And deploy too.

I found very little information on what to add exactly to the POM.xml file to start/stop Jonas with Maven and Cargo.
So here is a quick example with a basic webapp application.
Continue reading →

in JOnAS, Maven | 488 Words | 94 Webmentions | Comment

[Tutorial] Create a PDF document with Maven and iText

Here is a quick way to start learning how to use the open-source library iText to generate PDF documents.
I start with the archetype maven-archetype-quickstart (number 101, which is the default archetype), an archetype which contains a sample Maven project.
Continue reading →

in iText, Maven, Tutorials | 306 Words | 4209 Webmentions | Comment

[Tutorial] Start and stop JBoss with the Cargo plugin.

In this video tutorial, I show how to start / stop JBoss 6 using the plugin Cargo for Maven. And to deploy an archive.
In the previous tutorial, I created and imported the project in Eclipse with the m2Eclipse plugin.
Continue reading →

in Java EE, JBoss, Maven, Tutorials | 236 Words | 3349 Webmentions | Comment

[Tutorial] Create a Maven project and import it with m2Eclipse

In this video tutorial, I show how to create a Maven project under DOS. Then how to import it to Eclipse with m2Eclipse.
Continue reading →

in Eclipse, Java, Java EE, Maven, Tutorials | 142 Words | 24 Webmentions | Comment

[Tutorial] Create, compile and test a project with Maven

Here is a first video tutorial about Maven, under DOS.
First i create a project based on the maven-archetype-quickstart archetype with the following command and arguments :

mvn archetype:generate 
-DgroupId=com.company.celinio 
-DartifactId=FirstTuto 
-DarchetypeArtifactId=maven-archetype-quickstart 
-DinteractiveMode=false

Continue reading →

in Maven, Tutorials | 155 Words | Comment

[Tutorial] RESTful web services with CXF

This is a short follow-up to a previous post about Web Services with CXF.

Developing RESTful web services with CXF is quite easy. Here I quickly explore 2 ways to do it.

Continue reading →

in Apache CXF, REST, Web Services | 811 Words | 397 Webmentions | Comment

COBOL-IT developer studio

I have not done any COBOL programming for more than 15 years. The last time was in 1995, during my studies.
We used Microfocus Visual COBOL back then, I believe.
So anyways, the other day I heard about Cobol-IT Developer Studio, a free COBOL development workshop based on Eclipse !
Continue reading →

in Cobol | 245 Words | 22 Webmentions | Comment

[Tutorial] WSDL to Java with Apache CXF and soapUI

The WSDL2java command generates JAX-WS compliant Java code for the services that are defined in the WSDL document.
This is known as the Top-Down approach (contract first, based on an existing WSDL file).
Continue reading →

in Apache CXF, Java, Tutorials, Web Services | 416 Words | 8 Webmentions | Comment

Order my book

Les EJB 3 (avec Struts 2, JSF 2, JasperReports 3, Flex 3) Développez pour le web par l'exemple : 3 applications détaillées.

Categories

.Net Ajax Algorithms Apache CXF Architecture Book reviews C# CentOS Criteria Design Patterns Eclipse EJB EJB 3.0 EJB 3.1 ETL Flex General Git Google App Engine GWT Hibernate HTML5 JasperReports and iReport Java Java EE JavaScript JBoss JOnAS JPA JPQL jQuery Linux Maven Oracle RIA and RDA SCM Seam Spring SQL Server Integration Services Struts 2 Tests Tutorials UML WebLogic Server Web Services

Categories

  • .Net (4)
    • C# (4)
    • Visual Studio (2)
  • Ajax (3)
    • jQuery (2)
  • Algorithms (2)
  • Android (2)
  • AOP (1)
    • AspectJ (1)
  • Apache (2)
  • Apache Commons Configuration (1)
  • Apache Tika (1)
  • Apache Tomcat (1)
  • Architecture (8)
  • Arduino (2)
  • ASP.NET (1)
  • Book reviews (9)
  • Business Intelligence (4)
    • ETL (3)
      • SQL Server Integration Services (3)
      • Talend (1)
    • SQL Server Analysis Services (1)
  • C (2)
  • CMS (1)
    • Joomla! (1)
  • Cobol (1)
  • Continuous integration (1)
    • Jenkins (1)
  • CRM (2)
    • Dynamics CRM (2)
  • Databases (1)
    • NoSQL (1)
  • Design Patterns (5)
  • Docker (1)
  • Eclipse (7)
  • EJB (8)
    • EJB 3.0 (7)
    • EJB 3.1 (3)
  • Flex (3)
  • General (9)
  • Github (1)
  • Google App Engine (4)
  • GraniteDS (1)
  • Groovy (1)
  • GWT (13)
  • Hibernate (3)
  • HTML5 (3)
  • iPad (1)
  • iPhone (1)
  • iText (1)
  • JasperReports and iReport (4)
  • Java (21)
    • Scala (1)
  • Java EE (9)
  • JavaScript (2)
  • JBoss (6)
  • JOnAS (7)
  • JPA (9)
    • Criteria (3)
    • EclipseLink (2)
    • JPQL (4)
  • JSF (1)
    • JSF 2 (1)
  • JSP (2)
  • LDAP (1)
  • Liferay (1)
  • Linux (3)
    • CentOS (3)
  • Log4j (2)
  • Maven (17)
  • Microsoft (1)
  • MVP (2)
  • Oracle (4)
  • Portals (1)
  • PostgreSQL (1)
  • RIA and RDA (3)
  • SCM (6)
    • Git (5)
    • Subversion (2)
  • Scrum (1)
  • Seam (2)
  • Sonar (1)
  • Spring (4)
    • Spring AOP (1)
    • Spring Batch (1)
    • Spring Boot (1)
  • Struts 1.X (1)
  • Struts 2 (3)
  • Tests (2)
    • PowerMockito (1)
    • Selenium (1)
  • Tutorials (7)
  • UML (2)
  • Virtualization (1)
  • Web design (1)
  • Web Services (4)
    • Apache CXF (3)
    • REST (1)
  • WebLogic Server (3)

Archives

  • June 2019 (1)
  • February 2019 (2)
  • December 2018 (1)
  • November 2017 (1)
  • October 2017 (1)
  • September 2017 (1)
  • March 2017 (1)
  • July 2015 (2)
  • December 2014 (1)
  • June 2014 (1)
  • March 2014 (2)
  • June 2013 (1)
  • April 2013 (1)
  • March 2013 (2)
  • January 2013 (2)
  • December 2012 (1)
  • September 2012 (2)
  • June 2012 (1)
  • April 2012 (2)
  • March 2012 (1)
  • February 2012 (2)
  • January 2012 (1)
  • December 2011 (1)
  • November 2011 (3)
  • October 2011 (3)
  • September 2011 (2)
  • August 2011 (2)
  • July 2011 (2)
  • June 2011 (1)
  • May 2011 (3)
  • April 2011 (4)
  • March 2011 (3)
  • February 2011 (8)
  • January 2011 (2)
  • December 2010 (1)
  • November 2010 (3)
  • October 2010 (1)
  • September 2010 (5)
  • August 2010 (4)
  • July 2010 (4)
  • June 2010 (6)
  • May 2010 (1)
  • April 2010 (2)
  • March 2010 (5)
  • February 2010 (3)
  • January 2010 (1)
  • December 2009 (1)
  • November 2009 (1)
  • October 2009 (1)
  • September 2009 (1)
  • July 2009 (1)
  • June 2009 (3)
  • February 2009 (1)
  • November 2008 (1)
  • October 2008 (2)
  • September 2008 (2)
  • August 2008 (2)
  • July 2008 (3)
  • June 2008 (4)

Viadeo

Now Reading

Planned books:

  • L\\\’idiot by Fedor Dostoievsky

Current books:

  • Les démons

    Les démons by Fedor Dostoievsky

Recent books:

  • Business intelligence avec sql server 2008 R2 by Sébastien FANTINI
  • Pro HTML5 Programming by Peter Lubbers, Brian Albers, Frank Salim
  • The Pillars of the Earth by Ken Follett
  • The catcher in the rye by J.D. Salinger
  • Under the dome by Stephen King

View full Library

February 2011
M T W T F S S
« Jan   Mar »
 123456
78910111213
14151617181920
21222324252627
28  

Blogroll

  • Adam Bien's Weblog
  • AlcionTech blog
  • Antonio Goncalves
  • Arun Gupta's weblog
  • Benoit Courtine
  • Bistro!: Alexis Moussine-Pouchkine's Weblog
  • Bruno Lowagie's online gazette
  • Jaikiran Pai's blog
  • James Gosling's blog
  • JDuchess France
  • Linda DeMichiel's Blog
  • Martin Fowler's blog
  • Nicolas De Loof's blog
  • Octo
  • Olivier Croisier
  • ProxiAD
  • Responcia
  • Xebia
  • Zenika

My links

  • Cheat Sheets
  • http://blog.developpez.com/longbeach
  • http://fmbip.com/
  • http://longbeach.developpez.com/
  • http://www.caniuse.com
  • Jar finder
  • My GitHub projects
  • Parleys
  • SQL Zoo

Flag counter

free counters

RSS Upcoming JUG events

  • An error has occurred, which probably means the feed is down. Try again later.

My shelf of books

Shelfari: Book reviews on your book blog
Independent Publisher empowered by WordPress