You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cayenne.apache.org by Nishant Neeraj <nn...@yahoo.com> on 2009/09/18 13:50:29 UTC

Cayenne-3: Core JAR Files

I am trying to setup a Cayenne-3 project. The downloads contains following JAR files


cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar


However ealier versions, I see only one JAR file. Can someone explain me what are the JARs that should be included. Call me cynic, but I just don't want to include extra JAR if it does not have to.


If anyone can point me to any documentation about what JAR should be included when, that would be greatful.

 ThanksNishant


      Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew

Re: Cayenne-3: Core JAR Files

Posted by Nishant Neeraj <nn...@yahoo.com>.
Separate JARs have separate purposes, I just did not want to include all the dependencies without knowing what they are for.

Now, as far as Maven is concerned. I agree, it is slowly becoming defacto standard.But it involves a learning curve. So, people like me are a bit hesitant in reading pom.xml

Anyways, having the link in Read-me is a good idea.


Nishant
--- On Fri, 18/9/09, John Armstrong <si...@gmail.com> wrote:

From: John Armstrong <si...@gmail.com>
Subject: Re: Cayenne-3: Core JAR Files
To: user@cayenne.apache.org
Date: Friday, 18 September, 2009, 8:17 PM

Different strokes for different folks, I just was pointing it out. Its
an easy way to get the minimal dependency list without having to
second guess it (assuming the author got their pom right).

The core cayenne jars are just one piece of the dependency list and
when the original poster said "Can someone explain me what are the
JARs that should be included" I assumed they meant ALL the dependent
jars, not just the Cayenne jars.

John-

On Fri, Sep 18, 2009 at 7:30 AM, Michael Gentry <mg...@masslight.net> wrote:
> Maven is great, except for when it isn't.  :-)
>
> BTW, even using Maven, you still have to add the right JAR file.  (You
> have to specify server, client, etc.)
>
>
> On Fri, Sep 18, 2009 at 10:26 AM, John Armstrong <si...@gmail.com> wrote:
>> Or use Maven. Once you start using Maven its hard to go back.
>>
>> J
>>
>> On Fri, Sep 18, 2009 at 6:06 AM, Michael Gentry <mg...@masslight.net> wrote:
>>> We should probably have a README file in the lib directory that, at a
>>> minimum, includes that link ...
>>>
>>>
>>> On Fri, Sep 18, 2009 at 8:06 AM, Andrus Adamchik <an...@objectstyle.org> wrote:
>>>>> If anyone can point me to any documentation about what JAR should be
>>>>> included when, that would be greatful.
>>>>
>>>>
>>>> Sure:
>>>>
>>>> http://cayenne.apache.org/doc/jar-files-and-dependencies.html
>>>>
>>>> Andrus
>>>>
>>>> On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:
>>>>
>>>>> I am trying to setup a Cayenne-3 project. The downloads contains following
>>>>> JAR files
>>>>>
>>>>>
>>>>>
>>>>> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
>>>>>
>>>>>
>>>>> However ealier versions, I see only one JAR file. Can someone explain me
>>>>> what are the JARs that should be included. Call me cynic, but I just don't
>>>>> want to include extra JAR if it does not have to.
>>>>>
>>>>>
>>>>> If anyone can point me to any documentation about what JAR should be
>>>>> included when, that would be greatful.
>>>>>
>>>>>  ThanksNishant
>>>>>
>>>>>
>>>>>     Add whatever you love to the Yahoo! India homepage. Try now!
>>>>> http://in.yahoo.com/trynew
>>>>
>>>>
>>>
>>
>



      Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew

Re: Cayenne-3: Core JAR Files

Posted by John Armstrong <si...@gmail.com>.
Different strokes for different folks, I just was pointing it out. Its
an easy way to get the minimal dependency list without having to
second guess it (assuming the author got their pom right).

The core cayenne jars are just one piece of the dependency list and
when the original poster said "Can someone explain me what are the
JARs that should be included" I assumed they meant ALL the dependent
jars, not just the Cayenne jars.

John-

On Fri, Sep 18, 2009 at 7:30 AM, Michael Gentry <mg...@masslight.net> wrote:
> Maven is great, except for when it isn't.  :-)
>
> BTW, even using Maven, you still have to add the right JAR file.  (You
> have to specify server, client, etc.)
>
>
> On Fri, Sep 18, 2009 at 10:26 AM, John Armstrong <si...@gmail.com> wrote:
>> Or use Maven. Once you start using Maven its hard to go back.
>>
>> J
>>
>> On Fri, Sep 18, 2009 at 6:06 AM, Michael Gentry <mg...@masslight.net> wrote:
>>> We should probably have a README file in the lib directory that, at a
>>> minimum, includes that link ...
>>>
>>>
>>> On Fri, Sep 18, 2009 at 8:06 AM, Andrus Adamchik <an...@objectstyle.org> wrote:
>>>>> If anyone can point me to any documentation about what JAR should be
>>>>> included when, that would be greatful.
>>>>
>>>>
>>>> Sure:
>>>>
>>>> http://cayenne.apache.org/doc/jar-files-and-dependencies.html
>>>>
>>>> Andrus
>>>>
>>>> On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:
>>>>
>>>>> I am trying to setup a Cayenne-3 project. The downloads contains following
>>>>> JAR files
>>>>>
>>>>>
>>>>>
>>>>> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
>>>>>
>>>>>
>>>>> However ealier versions, I see only one JAR file. Can someone explain me
>>>>> what are the JARs that should be included. Call me cynic, but I just don't
>>>>> want to include extra JAR if it does not have to.
>>>>>
>>>>>
>>>>> If anyone can point me to any documentation about what JAR should be
>>>>> included when, that would be greatful.
>>>>>
>>>>>  ThanksNishant
>>>>>
>>>>>
>>>>>     Add whatever you love to the Yahoo! India homepage. Try now!
>>>>> http://in.yahoo.com/trynew
>>>>
>>>>
>>>
>>
>

Re: Cayenne-3: Core JAR Files

Posted by Michael Gentry <mg...@masslight.net>.
Maven is great, except for when it isn't.  :-)

BTW, even using Maven, you still have to add the right JAR file.  (You
have to specify server, client, etc.)


On Fri, Sep 18, 2009 at 10:26 AM, John Armstrong <si...@gmail.com> wrote:
> Or use Maven. Once you start using Maven its hard to go back.
>
> J
>
> On Fri, Sep 18, 2009 at 6:06 AM, Michael Gentry <mg...@masslight.net> wrote:
>> We should probably have a README file in the lib directory that, at a
>> minimum, includes that link ...
>>
>>
>> On Fri, Sep 18, 2009 at 8:06 AM, Andrus Adamchik <an...@objectstyle.org> wrote:
>>>> If anyone can point me to any documentation about what JAR should be
>>>> included when, that would be greatful.
>>>
>>>
>>> Sure:
>>>
>>> http://cayenne.apache.org/doc/jar-files-and-dependencies.html
>>>
>>> Andrus
>>>
>>> On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:
>>>
>>>> I am trying to setup a Cayenne-3 project. The downloads contains following
>>>> JAR files
>>>>
>>>>
>>>>
>>>> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
>>>>
>>>>
>>>> However ealier versions, I see only one JAR file. Can someone explain me
>>>> what are the JARs that should be included. Call me cynic, but I just don't
>>>> want to include extra JAR if it does not have to.
>>>>
>>>>
>>>> If anyone can point me to any documentation about what JAR should be
>>>> included when, that would be greatful.
>>>>
>>>>  ThanksNishant
>>>>
>>>>
>>>>     Add whatever you love to the Yahoo! India homepage. Try now!
>>>> http://in.yahoo.com/trynew
>>>
>>>
>>
>

Re: Cayenne-3: Core JAR Files

Posted by John Armstrong <si...@gmail.com>.
Or use Maven. Once you start using Maven its hard to go back.

J

On Fri, Sep 18, 2009 at 6:06 AM, Michael Gentry <mg...@masslight.net> wrote:
> We should probably have a README file in the lib directory that, at a
> minimum, includes that link ...
>
>
> On Fri, Sep 18, 2009 at 8:06 AM, Andrus Adamchik <an...@objectstyle.org> wrote:
>>> If anyone can point me to any documentation about what JAR should be
>>> included when, that would be greatful.
>>
>>
>> Sure:
>>
>> http://cayenne.apache.org/doc/jar-files-and-dependencies.html
>>
>> Andrus
>>
>> On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:
>>
>>> I am trying to setup a Cayenne-3 project. The downloads contains following
>>> JAR files
>>>
>>>
>>>
>>> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
>>>
>>>
>>> However ealier versions, I see only one JAR file. Can someone explain me
>>> what are the JARs that should be included. Call me cynic, but I just don't
>>> want to include extra JAR if it does not have to.
>>>
>>>
>>> If anyone can point me to any documentation about what JAR should be
>>> included when, that would be greatful.
>>>
>>>  ThanksNishant
>>>
>>>
>>>     Add whatever you love to the Yahoo! India homepage. Try now!
>>> http://in.yahoo.com/trynew
>>
>>
>

Re: Cayenne-3: Core JAR Files

Posted by Michael Gentry <mg...@masslight.net>.
We should probably have a README file in the lib directory that, at a
minimum, includes that link ...


On Fri, Sep 18, 2009 at 8:06 AM, Andrus Adamchik <an...@objectstyle.org> wrote:
>> If anyone can point me to any documentation about what JAR should be
>> included when, that would be greatful.
>
>
> Sure:
>
> http://cayenne.apache.org/doc/jar-files-and-dependencies.html
>
> Andrus
>
> On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:
>
>> I am trying to setup a Cayenne-3 project. The downloads contains following
>> JAR files
>>
>>
>>
>> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
>>
>>
>> However ealier versions, I see only one JAR file. Can someone explain me
>> what are the JARs that should be included. Call me cynic, but I just don't
>> want to include extra JAR if it does not have to.
>>
>>
>> If anyone can point me to any documentation about what JAR should be
>> included when, that would be greatful.
>>
>>  ThanksNishant
>>
>>
>>     Add whatever you love to the Yahoo! India homepage. Try now!
>> http://in.yahoo.com/trynew
>
>

Re: Cayenne-3: Core JAR Files

Posted by Nishant Neeraj <nn...@yahoo.com>.
ah. This is what I weas looking for. Thanks.

--- On Fri, 18/9/09, Andrus Adamchik <an...@objectstyle.org> wrote:

From: Andrus Adamchik <an...@objectstyle.org>
Subject: Re: Cayenne-3: Core JAR Files
To: user@cayenne.apache.org
Date: Friday, 18 September, 2009, 5:36 PM

> If anyone can point me to any documentation about what JAR should be included when, that would be greatful.


Sure:

http://cayenne.apache.org/doc/jar-files-and-dependencies.html

Andrus

On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:

> I am trying to setup a Cayenne-3 project. The downloads contains following JAR files
> 
> 
> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne-modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
> 
> 
> However ealier versions, I see only one JAR file. Can someone explain me what are the JARs that should be included. Call me cynic, but I just don't want to include extra JAR if it does not have to.
> 
> 
> If anyone can point me to any documentation about what JAR should be included when, that would be greatful.
> 
>  ThanksNishant
> 
> 
>      Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew




      Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/

Re: Cayenne-3: Core JAR Files

Posted by Andrus Adamchik <an...@objectstyle.org>.
> If anyone can point me to any documentation about what JAR should be  
> included when, that would be greatful.


Sure:

http://cayenne.apache.org/doc/jar-files-and-dependencies.html

Andrus

On Sep 18, 2009, at 2:50 PM, Nishant Neeraj wrote:

> I am trying to setup a Cayenne-3 project. The downloads contains  
> following JAR files
>
>
> cayenne-agent-3.0M6.jarcayenne-client-3.0M6.jarcayenne- 
> modeler-3.0M6.jarcayenne-server-3.0M6.jarcayenne-tools-3.0M6.jar
>
>
> However ealier versions, I see only one JAR file. Can someone  
> explain me what are the JARs that should be included. Call me cynic,  
> but I just don't want to include extra JAR if it does not have to.
>
>
> If anyone can point me to any documentation about what JAR should be  
> included when, that would be greatful.
>
>  ThanksNishant
>
>
>      Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew