• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java enterprise project using Maven from beginning to the end.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello colleagues,

I want to create a business project working on TomEE. The idea is to using a:
- Maven
- TomEE
- EJB
- Web Dynamic Project
- JAX-RS
- JPA
- JavaScript

I'm familiar with the technology, but the overall concept of building a project is what I miss.
If any of you come across an article, tutorial or something to help me?

What is the correct flow of work?

I tried to create Maven project with archetypes, also to create DWP and add facets, but something does not work as I expect.

Sorry if my question is seen as silly, but honestly I am lost in resource information, and I wish if I can see how to create such a project from beginning to end. Unfortunatelly I cannot find such a thing.

I would be very grateful if anyone can help.

P.S. Excuse me if the forum is not the correct one, but it looked the most appropriate to me.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This tutoriallooks pretty good. I would start with just Maven and build a war. Once you can do that, try to start it up on Tomcat. Not until you have those working should you worry about any of the other technologies.
 
Friends help you move. Good friends help you move bodies. This tiny ad will help:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic