You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "tom.m2h." <ma...@gmail.com> on 2010/11/05 12:44:26 UTC

how to start

Hello everyone,
If anyone can give me general advices about how to put everything together
or any importan tip
using Eclipse and maven (m2eclipse)   in these parts:
...............................................
tomcat and axis (plugin Cargo?)
hibernate, mysql,
git
use of xslt.
struts 2
Xalan.
................................................
Thank you in advance.

RE: how to start

Posted by "Craddolph, Roland" <Ro...@argushealth.com>.
You don't have to set maven for anything.  The m2eclipse plugin allows
for you to use the maven-archetypes without typing them by hand in the
command prompt.  If you are wanting to use Struts2 I would go for
http://struts.apache.org/2.2.1/docs/struts-2-maven-archetypes.html.  It
is still possible to start from scratch with a really basic pom file and
include each project individually.


Roland T. Craddolph
Staff Software Developer
Web Development
Argus Health Systems
(816) 843-5284

-----Original Message-----
From: tom.m2h. [mailto:mavenjv@gmail.com] 
Sent: Friday, November 05, 2010 8:48 AM
To: Maven Users List
Subject: Re: how to start

Thanks for your help.
All right, it is a fantastic idea that u can add what u need.
if I want to start with git, web container and db.
So do I have to set maven in any special way or  any maven-archetype to
save
time?
Thanks again.

On 5 November 2010 13:22, Nayan Hajratwala <na...@chikli.com> wrote:

> Right on with Justin's comment.
>
> Also, I'd suggest starting with the simplest possible POM and slowly
add
> things to it as you discover a need for them. Don't try to create a
> tomcat/hibernate/git/xslt/struts pom right out of the gate.
>
> On Nov 5, 2010, at 8:57 AM, Justin Edelson wrote:
>
> > I'm not sure what kind of response you are expecting, but here's a
tip...
> > Don't think about what libraries you need. Think about what business
> > problems you're trying to solve and then derive the right libraries
from
> > those requirements.
> >
> > Also, search the mailing list archives.
> >
> > On 11/5/10 7:44 AM, "tom.m2h." <ma...@gmail.com> wrote:
> >
> >> Hello everyone,
> >> If anyone can give me general advices about how to put everything
> together
> >> or any importan tip
> >> using Eclipse and maven (m2eclipse)   in these parts:
> >> ...............................................
> >> tomcat and axis (plugin Cargo?)
> >> hibernate, mysql,
> >> git
> >> use of xslt.
> >> struts 2
> >> Xalan.
> >> ................................................
> >> Thank you in advance.
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

PRIVILEGED AND CONFIDENTIAL
This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above.  If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender.  If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:postmaster@argushealth.com.  Thank you.





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to start

Posted by Nayan Hajratwala <na...@chikli.com>.
On Nov 5, 2010, at 9:47 AM, tom.m2h. wrote:

> Thanks for your help.
> All right, it is a fantastic idea that u can add what u need.
> if I want to start with git, web container and db.
> So do I have to set maven in any special way or  any maven-archetype to save
> time?

Personally, I don't tend to use archetypes. I have enough of my own examples that stay pretty similar from project to project that I can just cut/paste what is needed.

I'd suggest starting with: 

http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-pom.html#pom-relationships-sect-simplest-pom

Perhaps then start taking a read of: http://www.sonatype.com/books/mvnref-book/reference/public-book.html


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to start

Posted by "tom.m2h." <ma...@gmail.com>.
Thanks for your help.
All right, it is a fantastic idea that u can add what u need.
if I want to start with git, web container and db.
So do I have to set maven in any special way or  any maven-archetype to save
time?
Thanks again.

On 5 November 2010 13:22, Nayan Hajratwala <na...@chikli.com> wrote:

> Right on with Justin's comment.
>
> Also, I'd suggest starting with the simplest possible POM and slowly add
> things to it as you discover a need for them. Don't try to create a
> tomcat/hibernate/git/xslt/struts pom right out of the gate.
>
> On Nov 5, 2010, at 8:57 AM, Justin Edelson wrote:
>
> > I'm not sure what kind of response you are expecting, but here's a tip...
> > Don't think about what libraries you need. Think about what business
> > problems you're trying to solve and then derive the right libraries from
> > those requirements.
> >
> > Also, search the mailing list archives.
> >
> > On 11/5/10 7:44 AM, "tom.m2h." <ma...@gmail.com> wrote:
> >
> >> Hello everyone,
> >> If anyone can give me general advices about how to put everything
> together
> >> or any importan tip
> >> using Eclipse and maven (m2eclipse)   in these parts:
> >> ...............................................
> >> tomcat and axis (plugin Cargo?)
> >> hibernate, mysql,
> >> git
> >> use of xslt.
> >> struts 2
> >> Xalan.
> >> ................................................
> >> Thank you in advance.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: how to start

Posted by Nayan Hajratwala <na...@chikli.com>.
Right on with Justin's comment.

Also, I'd suggest starting with the simplest possible POM and slowly add things to it as you discover a need for them. Don't try to create a tomcat/hibernate/git/xslt/struts pom right out of the gate.

On Nov 5, 2010, at 8:57 AM, Justin Edelson wrote:

> I'm not sure what kind of response you are expecting, but here's a tip...
> Don't think about what libraries you need. Think about what business
> problems you're trying to solve and then derive the right libraries from
> those requirements.
> 
> Also, search the mailing list archives.
> 
> On 11/5/10 7:44 AM, "tom.m2h." <ma...@gmail.com> wrote:
> 
>> Hello everyone,
>> If anyone can give me general advices about how to put everything together
>> or any importan tip
>> using Eclipse and maven (m2eclipse)   in these parts:
>> ...............................................
>> tomcat and axis (plugin Cargo?)
>> hibernate, mysql,
>> git
>> use of xslt.
>> struts 2
>> Xalan.
>> ................................................
>> Thank you in advance.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to start

Posted by Ron Wheeler <rw...@artifact-software.com>.
On 05/11/2010 2:07 PM, Brian Topping wrote:
> On Nov 5, 2010, at 12:41 PM, Ron Wheeler wrote:
>
>> JSF 2 over Struts
> Wicket over JSF.
Have heard good things about wicket as well but never used it.
> $0.02...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to start

Posted by Brian Topping <to...@codehaus.org>.
On Nov 5, 2010, at 12:41 PM, Ron Wheeler wrote:

> JSF 2 over Struts

Wicket over JSF.

$0.02...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to start

Posted by "tom.m2h." <ma...@gmail.com>.
thank you very much to everyone, specially to you Ron. That is the type of
information I am looking for.

On 5 November 2010 16:41, Ron Wheeler <rw...@artifact-software.com>wrote:

> Try Eclipse STS to simplify your life.
>
> We found CXF to be very easy and much simpler than Axix2.
>
> JSF 2 over Struts
>
> Spring, Hibernate and MySQL is a great framework.
> Don't start any new project without Dependency Injection.
>
> Don't try to bend Maven to your will.  Do things the "Maven way".
> Do not write a custom plug-in until you get your project working with the
> basic Maven set.
>
> Ron
>
>
>
> On 05/11/2010 8:57 AM, Justin Edelson wrote:
>
>> I'm not sure what kind of response you are expecting, but here's a tip...
>> Don't think about what libraries you need. Think about what business
>> problems you're trying to solve and then derive the right libraries from
>> those requirements.
>>
>> Also, search the mailing list archives.
>>
>> On 11/5/10 7:44 AM, "tom.m2h."<ma...@gmail.com>  wrote:
>>
>>  Hello everyone,
>>> If anyone can give me general advices about how to put everything
>>> together
>>> or any importan tip
>>> using Eclipse and maven (m2eclipse)   in these parts:
>>> ...............................................
>>> tomcat and axis (plugin Cargo?)
>>> hibernate, mysql,
>>> git
>>> use of xslt.
>>> struts 2
>>> Xalan.
>>> ................................................
>>> Thank you in advance.
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: how to start

Posted by Ron Wheeler <rw...@artifact-software.com>.
Try Eclipse STS to simplify your life.

We found CXF to be very easy and much simpler than Axix2.

JSF 2 over Struts

Spring, Hibernate and MySQL is a great framework.
Don't start any new project without Dependency Injection.

Don't try to bend Maven to your will.  Do things the "Maven way".
Do not write a custom plug-in until you get your project working with 
the basic Maven set.

Ron


On 05/11/2010 8:57 AM, Justin Edelson wrote:
> I'm not sure what kind of response you are expecting, but here's a tip...
> Don't think about what libraries you need. Think about what business
> problems you're trying to solve and then derive the right libraries from
> those requirements.
>
> Also, search the mailing list archives.
>
> On 11/5/10 7:44 AM, "tom.m2h."<ma...@gmail.com>  wrote:
>
>> Hello everyone,
>> If anyone can give me general advices about how to put everything together
>> or any importan tip
>> using Eclipse and maven (m2eclipse)   in these parts:
>> ...............................................
>> tomcat and axis (plugin Cargo?)
>> hibernate, mysql,
>> git
>> use of xslt.
>> struts 2
>> Xalan.
>> ................................................
>> Thank you in advance.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to start

Posted by Justin Edelson <ju...@justinedelson.com>.
I'm not sure what kind of response you are expecting, but here's a tip...
Don't think about what libraries you need. Think about what business
problems you're trying to solve and then derive the right libraries from
those requirements.

Also, search the mailing list archives.

On 11/5/10 7:44 AM, "tom.m2h." <ma...@gmail.com> wrote:

>Hello everyone,
>If anyone can give me general advices about how to put everything together
>or any importan tip
>using Eclipse and maven (m2eclipse)   in these parts:
>...............................................
>tomcat and axis (plugin Cargo?)
>hibernate, mysql,
>git
>use of xslt.
>struts 2
>Xalan.
>................................................
>Thank you in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org