You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jesse Kuhnert <jk...@gmail.com> on 2007/01/08 18:02:21 UTC

[adv] tapestry work?

Things have quieted down some for me lately, so if anyone has any
Tapestry related work that they thought could use a little boost with
I'm currently "available".

-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: Recommendation...

Posted by Cyrille37 <cy...@gmail.com>.
Daniel Tabuenca a écrit :
> While
> hivemind and spring share many features in the wire-your-beans up
> department spring's has many additional features unrelated to bean
> wiring (such as Acegi Security for example). 
If I can add that with Spring, you can manage operation transaction 
within configuration file (.xml) vs. hard coded in business code 
(.java). I think it is a very important subject.

Cyrille
ps: sorry for my poor english.


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


Re: Recommendation...

Posted by James Carman <ja...@carmanconsulting.com>.
The tapestry-acegi allows you to use Acegi's @Secured annotation
(declarative security) in Tapestry without the Spring container.


On 1/12/07, Daniel Tabuenca <dt...@gmail.com> wrote:
> I am very happy using Tapestry for the WEB portion of my application
> and Spring 2.0 to wire up and configure my beans and do all the other
> stuff spring does. I especially like using spring with the Spring
> Annotations addon. There is some overlap between Tapestry and Spring
> in that tapestry uses it's own IOC container called Hivemind. While
> hivemind and spring share many features in the wire-your-beans up
> department spring's has many additional features unrelated to bean
> wiring (such as Acegi Security for example). The only thing spring
> doesn't seem to have is hiveminds hierarchical configuration where you
> can define configuration points that get configured differently
> depending on which jar you drop in. This is kind of neat and I wish
> spring did that.
>
>
> On 1/12/07, Maldonado, Daniel CW2 NGCT <da...@us.army.mil> wrote:
> > After playing with C# and .NET for a while our group has decided that we need
> > some Java web apps to make our applicatons "enterprise" friendly and to get
> > buy-in from our peers who refuse to use .NET.
> >
> > I was thinking about using Tapestry and Hibernate to help me with some of our
> > issues.
> > However, I have heard that Spring is a great framework as well.
> >
> > I know that I have a lot of reading to do but if someone on this list could
> > give me their perspective (from experience) about which one to use I would
> > really appreciate the help and possibly save me a LOT of time.
> >
> > Are there any benefits to using Tapestry and Spring together?
> >
> > Would it be easier to just stick with Tapestry and Hibernate?
> >
> > Thank you for your help.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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


Re: Recommendation...

Posted by Daniel Tabuenca <dt...@gmail.com>.
I am very happy using Tapestry for the WEB portion of my application
and Spring 2.0 to wire up and configure my beans and do all the other
stuff spring does. I especially like using spring with the Spring
Annotations addon. There is some overlap between Tapestry and Spring
in that tapestry uses it's own IOC container called Hivemind. While
hivemind and spring share many features in the wire-your-beans up
department spring's has many additional features unrelated to bean
wiring (such as Acegi Security for example). The only thing spring
doesn't seem to have is hiveminds hierarchical configuration where you
can define configuration points that get configured differently
depending on which jar you drop in. This is kind of neat and I wish
spring did that.


On 1/12/07, Maldonado, Daniel CW2 NGCT <da...@us.army.mil> wrote:
> After playing with C# and .NET for a while our group has decided that we need
> some Java web apps to make our applicatons "enterprise" friendly and to get
> buy-in from our peers who refuse to use .NET.
>
> I was thinking about using Tapestry and Hibernate to help me with some of our
> issues.
> However, I have heard that Spring is a great framework as well.
>
> I know that I have a lot of reading to do but if someone on this list could
> give me their perspective (from experience) about which one to use I would
> really appreciate the help and possibly save me a LOT of time.
>
> Are there any benefits to using Tapestry and Spring together?
>
> Would it be easier to just stick with Tapestry and Hibernate?
>
> Thank you for your help.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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


Re: Recommendation...

Posted by Daniel Honig <da...@gmail.com>.
Also check out the .NET version of Maverick.



On 1/12/07, Maldonado, Daniel CW2 NGCT <da...@us.army.mil> wrote:
> After playing with C# and .NET for a while our group has decided that we need
> some Java web apps to make our applicatons "enterprise" friendly and to get
> buy-in from our peers who refuse to use .NET.
>
> I was thinking about using Tapestry and Hibernate to help me with some of our
> issues.
> However, I have heard that Spring is a great framework as well.
>
> I know that I have a lot of reading to do but if someone on this list could
> give me their perspective (from experience) about which one to use I would
> really appreciate the help and possibly save me a LOT of time.
>
> Are there any benefits to using Tapestry and Spring together?
>
> Would it be easier to just stick with Tapestry and Hibernate?
>
> Thank you for your help.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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


Re: [adv] tapestry work?

Posted by Jesse Kuhnert <jk...@gmail.com>.
Heh....If only everyone knew about the fun multi hundred million
dollar failed projects the us gov. loved to spend their money
on...Talk about sickening. (luckily I've stayed away from that kind of
work, though it would be easy to do being in d.c. - if I stopped
caring about software for some reason)

On 1/12/07, andyhot <an...@di.uoa.gr> wrote:
> Marilen Corciovei wrote:
> > Maybe we will reach that here also, as the demand for developers is
> > extremely high and we recently joined the EU things can only grow.
> >
>
> Well, i wouldn't want to spoil this for you, 'cause you will certainly grow
> and it's indeed a golden opportunity for everyone there...
>
> I just hope you won't witness the government greediness we have seen in
> Greece - and what's more is that this mentality is infective... you just
> have to
> laugh (or cry) upon seeing how all that money was spent.
>
<snipped>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: [adv] tapestry work?

Posted by Marilen Corciovei <le...@nemesisit.rdsnet.ro>.
Here it will surely be worse, everyone seems to have some scamming
scheme. As I am concerned I don't want to have anything to do with such
projects, infinite paperwork, bribes, it's just a swamp, bleah.

Len


On Sat, 2007-01-13 at 04:19 +0200, andyhot wrote:

> Marilen Corciovei wrote:
> > Maybe we will reach that here also, as the demand for developers is
> > extremely high and we recently joined the EU things can only grow.
> >   
> 
> Well, i wouldn't want to spoil this for you, 'cause you will certainly grow
> and it's indeed a golden opportunity for everyone there...
> 
> I just hope you won't witness the government greediness we have seen in
> Greece - and what's more is that this mentality is infective... you just 
> have to
> laugh (or cry) upon seeing how all that money was spent.
> 
> > Hopefully we will grow with the wave. Unfortunatelly here the developers
> > quality seems to decrease. There is little Tapestry knowledge and people
> > tend to prefer large software factories where individual quality and
> > curiosity is of little importance and they just sell their time without
> > gaining on knowledge.
> >
> > Len
> > www.len.ro
> >
> > On Fri, 2007-01-12 at 10:12 -0500, Jesse Kuhnert wrote:
> >
> >   
> >> Hi Len,
> >>
> >> Thanks for inquiring about my rates, I usually charge about $90 / hour
> >> u.s. No worries if that doesn't fit into your budget, I'm much happier
> >> to see more companies officially supporting Tapestry than individual
> >> little gigs for myself - helps us with the "perception" side of things
> >> and makes other big companies feel more comfortable  choosing
> >> Tapestry. ;)
> >>
> >> On 1/12/07, Marilen Corciovei <le...@nemesisit.rdsnet.ro> wrote:
> >>     
> >>> Just out of curiosity, what some hourly rates whould be? We
> >>> (www.nemesisit.ro) are under heavy load here with Tapestry work and I
> >>> whould realy like to find some help. As I am not searching for someone
> >>> to sell me his time as his knowledge and work suffice so remote is ok
> >>> (in fact most of the people work this way). The only catch is that
> >>> probably our possibilities are not much since we are located in
> >>> Bucharest, Romania and have some very low prices overall.
> >>>
> >>> Len
> >>> www.len.ro
> >>>
> >>> On Tue, 2007-01-09 at 12:51 -0500, Jesse Kuhnert wrote:
> >>>
> >>>       
> >>>> Oh thanks...I guess I meant something more along the lines of
> >>>> consulting work / remote work / etc.. Getting a full time job would
> >>>> probably be much easier to do on my own. ;)
> >>>>
> >>>> On 1/9/07, jake123 <ja...@gmail.com> wrote:
> >>>>         
> >>>>> Bill Holloway wrote:
> >>>>>           
> >>>>>> Know of any really cool Tapestry jobs out there, Jesse?
> >>>>>>
> >>>>>>             
> >>>>> Hey, this might be of interest
> >>>>> http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html
> >>>>>
> >>>>> Cheers,
> >>>>> Jacob
> >>>>> --
> >>>>> View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
> >>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>>>>
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>>
> >>>>>
> >>>>>           
> >>>>         
> >>>       
> >>     
> >
> >   
> 
> 

Re: [adv] tapestry work?

Posted by andyhot <an...@di.uoa.gr>.
Marilen Corciovei wrote:
> Maybe we will reach that here also, as the demand for developers is
> extremely high and we recently joined the EU things can only grow.
>   

Well, i wouldn't want to spoil this for you, 'cause you will certainly grow
and it's indeed a golden opportunity for everyone there...

I just hope you won't witness the government greediness we have seen in
Greece - and what's more is that this mentality is infective... you just 
have to
laugh (or cry) upon seeing how all that money was spent.

> Hopefully we will grow with the wave. Unfortunatelly here the developers
> quality seems to decrease. There is little Tapestry knowledge and people
> tend to prefer large software factories where individual quality and
> curiosity is of little importance and they just sell their time without
> gaining on knowledge.
>
> Len
> www.len.ro
>
> On Fri, 2007-01-12 at 10:12 -0500, Jesse Kuhnert wrote:
>
>   
>> Hi Len,
>>
>> Thanks for inquiring about my rates, I usually charge about $90 / hour
>> u.s. No worries if that doesn't fit into your budget, I'm much happier
>> to see more companies officially supporting Tapestry than individual
>> little gigs for myself - helps us with the "perception" side of things
>> and makes other big companies feel more comfortable  choosing
>> Tapestry. ;)
>>
>> On 1/12/07, Marilen Corciovei <le...@nemesisit.rdsnet.ro> wrote:
>>     
>>> Just out of curiosity, what some hourly rates whould be? We
>>> (www.nemesisit.ro) are under heavy load here with Tapestry work and I
>>> whould realy like to find some help. As I am not searching for someone
>>> to sell me his time as his knowledge and work suffice so remote is ok
>>> (in fact most of the people work this way). The only catch is that
>>> probably our possibilities are not much since we are located in
>>> Bucharest, Romania and have some very low prices overall.
>>>
>>> Len
>>> www.len.ro
>>>
>>> On Tue, 2007-01-09 at 12:51 -0500, Jesse Kuhnert wrote:
>>>
>>>       
>>>> Oh thanks...I guess I meant something more along the lines of
>>>> consulting work / remote work / etc.. Getting a full time job would
>>>> probably be much easier to do on my own. ;)
>>>>
>>>> On 1/9/07, jake123 <ja...@gmail.com> wrote:
>>>>         
>>>>> Bill Holloway wrote:
>>>>>           
>>>>>> Know of any really cool Tapestry jobs out there, Jesse?
>>>>>>
>>>>>>             
>>>>> Hey, this might be of interest
>>>>> http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html
>>>>>
>>>>> Cheers,
>>>>> Jacob
>>>>> --
>>>>> View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>           
>>>>         
>>>       
>>     
>
>   


-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


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


Re: [adv] tapestry work?

Posted by Marilen Corciovei <le...@nemesisit.rdsnet.ro>.
Maybe we will reach that here also, as the demand for developers is
extremely high and we recently joined the EU things can only grow.
Hopefully we will grow with the wave. Unfortunatelly here the developers
quality seems to decrease. There is little Tapestry knowledge and people
tend to prefer large software factories where individual quality and
curiosity is of little importance and they just sell their time without
gaining on knowledge.

Len
www.len.ro

On Fri, 2007-01-12 at 10:12 -0500, Jesse Kuhnert wrote:

> Hi Len,
> 
> Thanks for inquiring about my rates, I usually charge about $90 / hour
> u.s. No worries if that doesn't fit into your budget, I'm much happier
> to see more companies officially supporting Tapestry than individual
> little gigs for myself - helps us with the "perception" side of things
> and makes other big companies feel more comfortable  choosing
> Tapestry. ;)
> 
> On 1/12/07, Marilen Corciovei <le...@nemesisit.rdsnet.ro> wrote:
> > Just out of curiosity, what some hourly rates whould be? We
> > (www.nemesisit.ro) are under heavy load here with Tapestry work and I
> > whould realy like to find some help. As I am not searching for someone
> > to sell me his time as his knowledge and work suffice so remote is ok
> > (in fact most of the people work this way). The only catch is that
> > probably our possibilities are not much since we are located in
> > Bucharest, Romania and have some very low prices overall.
> >
> > Len
> > www.len.ro
> >
> > On Tue, 2007-01-09 at 12:51 -0500, Jesse Kuhnert wrote:
> >
> > > Oh thanks...I guess I meant something more along the lines of
> > > consulting work / remote work / etc.. Getting a full time job would
> > > probably be much easier to do on my own. ;)
> > >
> > > On 1/9/07, jake123 <ja...@gmail.com> wrote:
> > > >
> > > >
> > > > Bill Holloway wrote:
> > > > >
> > > > > Know of any really cool Tapestry jobs out there, Jesse?
> > > > >
> > > >
> > > > Hey, this might be of interest
> > > > http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html
> > > >
> > > > Cheers,
> > > > Jacob
> > > > --
> > > > View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
> > > > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > >
> > > >
> > >
> > >
> >
> >
> 
> 

Re: [adv] tapestry work?

Posted by Jesse Kuhnert <jk...@gmail.com>.
Hi Len,

Thanks for inquiring about my rates, I usually charge about $90 / hour
u.s. No worries if that doesn't fit into your budget, I'm much happier
to see more companies officially supporting Tapestry than individual
little gigs for myself - helps us with the "perception" side of things
and makes other big companies feel more comfortable  choosing
Tapestry. ;)

On 1/12/07, Marilen Corciovei <le...@nemesisit.rdsnet.ro> wrote:
> Just out of curiosity, what some hourly rates whould be? We
> (www.nemesisit.ro) are under heavy load here with Tapestry work and I
> whould realy like to find some help. As I am not searching for someone
> to sell me his time as his knowledge and work suffice so remote is ok
> (in fact most of the people work this way). The only catch is that
> probably our possibilities are not much since we are located in
> Bucharest, Romania and have some very low prices overall.
>
> Len
> www.len.ro
>
> On Tue, 2007-01-09 at 12:51 -0500, Jesse Kuhnert wrote:
>
> > Oh thanks...I guess I meant something more along the lines of
> > consulting work / remote work / etc.. Getting a full time job would
> > probably be much easier to do on my own. ;)
> >
> > On 1/9/07, jake123 <ja...@gmail.com> wrote:
> > >
> > >
> > > Bill Holloway wrote:
> > > >
> > > > Know of any really cool Tapestry jobs out there, Jesse?
> > > >
> > >
> > > Hey, this might be of interest
> > > http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html
> > >
> > > Cheers,
> > > Jacob
> > > --
> > > View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
> > > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: Recommendation...

Posted by Steve Wells <we...@gmail.com>.
Just to add to the flood of options...

A while ago a put together an application with tutorial/notes style docs
that lightly covers Tapestry 4, HiveMind, Cayenne (similar to Hibernate),
Maven build tool and Tomcat.  It shows how to configure and get started with
these frameworks.

http://sourceforge.net/projects/tapcaycrud

The docs are probably more useful than the app:
http://tapcaycrud.sourceforge.net/

It might help.

Steve

On 12/01/07, Koka Kiknadze <22...@gmail.com> wrote:
>
> > Would it be easier to just stick with Tapestry and Hibernate?
>
> If you are worried about having to dive into several new frameworks
> simultaneously imho Tapestry+iBatis would be great starter. Though iBatis
> is
> not an ORM like hibernate, but it'll take you one day to start using it to
> get read of all that tedious JDBC code. After you could throw
> Spring/Hibernate/... in.
>
>

Re: Recommendation...

Posted by Koka Kiknadze <22...@gmail.com>.
> Would it be easier to just stick with Tapestry and Hibernate?

If you are worried about having to dive into several new frameworks
simultaneously imho Tapestry+iBatis would be great starter. Though iBatis is
not an ORM like hibernate, but it'll take you one day to start using it to
get read of all that tedious JDBC code. After you could throw
Spring/Hibernate/... in.

RE: Recommendation...

Posted by "Maldonado, Daniel CW2 NGCT" <da...@us.army.mil>.
Thank you all.  
It seems that Tapestry, Spring and Hibernate is the best option for us.

I appreciate all the help.

Dan.

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


Re: Recommendation...

Posted by "B.S.Navin" <bs...@effigent.net>.
A Tapestry-Spring-Hibernate stack is good - although it may take some  
time to get it right (depending on the complexity of your app).

We use this stack in our project and one of the prime factors for  
including Spring here is its convenient transaction-management  
support. It gets much better with the use of the new annotation-based  
transaction management.

Spring 2.0 seems to have a lot more to offer (including many of the  
attractive hivemind features listed previously here) - but I have not  
tried those out.

- Navin

On 13-Jan-07, at 2:00 AM, Dan Adams wrote:

> Yes. I have had this too, especially on projects that have a full test
> suite. It's great. :)
>
> On Fri, 2007-01-12 at 19:33 +0200, Marilen Corciovei wrote:
>> What I think is also very important is not only that you develop fast
>> but that you can maintain your code even years after the initial
>> development. As I recently found myself with a 1.5 years old tapestry
>> code it was still extremely clear to me where to find and modify
>> everything.
>>
>> Len
>> www.len.ro
>>
>> On Fri, 2007-01-12 at 12:15 -0500, Dan Adams wrote:
>>
>>> Tapestry, Hibernate, and Spring is a great combination. We use them
>>> extensively here in a number of applications and have had a great  
>>> deal
>>> of success with them. They complement each other very well. Although
>>> Tapestry uses hivemind you can still easily use Spring to manage  
>>> your
>>> application state as we do. We also make heavy use of annotations  
>>> which
>>> makes development much easier than using the xml configurations.  
>>> Here's
>>> some recommended reading based on the books I have read:
>>>
>>> Java Persistence with Hibernate
>>> Enjoying Web Development with Tapestry
>>> Tapestry in Action (older but gives a better overview of Tapestry  
>>> and
>>> it's purpose)
>>> Pro Spring
>>>
>>> I would also *strongly* recommend that you investigate using  
>>> HtmlUnit to
>>> test your application. Our development environment runs in Jetty and
>>> HSQLDB and we have had a lot of success with using TDD with  
>>> HtmlUnit to
>>> get 99-100% test coverage.
>>>
>>> Once you get set up I hope your experience is close to mine; it's a
>>> great development environment and you'll be amazed at how fast  
>>> you can
>>> develop applications.
>>>
>>> On Fri, 2007-01-12 at 11:09 -0500, Maldonado, Daniel CW2 NGCT wrote:
>>>> After playing with C# and .NET for a while our group has decided  
>>>> that we need
>>>> some Java web apps to make our applicatons "enterprise" friendly  
>>>> and to get
>>>> buy-in from our peers who refuse to use .NET.
>>>>
>>>> I was thinking about using Tapestry and Hibernate to help me  
>>>> with some of our
>>>> issues.
>>>> However, I have heard that Spring is a great framework as well.
>>>>
>>>> I know that I have a lot of reading to do but if someone on this  
>>>> list could
>>>> give me their perspective (from experience) about which one to  
>>>> use I would
>>>> really appreciate the help and possibly save me a LOT of time.
>>>>
>>>> Are there any benefits to using Tapestry and Spring together?
>>>>
>>>> Would it be easier to just stick with Tapestry and Hibernate?
>>>>
>>>> Thank you for your help.
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
> -- 
> Dan Adams
> Senior Software Engineer
> Interactive Factory
> 617.235.5857
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


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


Re: Recommendation...

Posted by Dan Adams <da...@ifactory.com>.
Yes. I have had this too, especially on projects that have a full test
suite. It's great. :)

On Fri, 2007-01-12 at 19:33 +0200, Marilen Corciovei wrote:
> What I think is also very important is not only that you develop fast
> but that you can maintain your code even years after the initial
> development. As I recently found myself with a 1.5 years old tapestry
> code it was still extremely clear to me where to find and modify
> everything.
> 
> Len
> www.len.ro
> 
> On Fri, 2007-01-12 at 12:15 -0500, Dan Adams wrote:
> 
> > Tapestry, Hibernate, and Spring is a great combination. We use them
> > extensively here in a number of applications and have had a great deal
> > of success with them. They complement each other very well. Although
> > Tapestry uses hivemind you can still easily use Spring to manage your
> > application state as we do. We also make heavy use of annotations which
> > makes development much easier than using the xml configurations. Here's
> > some recommended reading based on the books I have read:
> > 
> > Java Persistence with Hibernate
> > Enjoying Web Development with Tapestry
> > Tapestry in Action (older but gives a better overview of Tapestry and
> > it's purpose)
> > Pro Spring
> > 
> > I would also *strongly* recommend that you investigate using HtmlUnit to
> > test your application. Our development environment runs in Jetty and
> > HSQLDB and we have had a lot of success with using TDD with HtmlUnit to
> > get 99-100% test coverage.
> > 
> > Once you get set up I hope your experience is close to mine; it's a
> > great development environment and you'll be amazed at how fast you can
> > develop applications.
> > 
> > On Fri, 2007-01-12 at 11:09 -0500, Maldonado, Daniel CW2 NGCT wrote:
> > > After playing with C# and .NET for a while our group has decided that we need
> > > some Java web apps to make our applicatons "enterprise" friendly and to get
> > > buy-in from our peers who refuse to use .NET.
> > > 
> > > I was thinking about using Tapestry and Hibernate to help me with some of our
> > > issues.
> > > However, I have heard that Spring is a great framework as well.
> > > 
> > > I know that I have a lot of reading to do but if someone on this list could
> > > give me their perspective (from experience) about which one to use I would
> > > really appreciate the help and possibly save me a LOT of time.
> > > 
> > > Are there any benefits to using Tapestry and Spring together?
> > > 
> > > Would it be easier to just stick with Tapestry and Hibernate?
> > > 
> > > Thank you for your help.
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > > 
-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


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


Re: Recommendation...

Posted by Marilen Corciovei <le...@nemesisit.rdsnet.ro>.
What I think is also very important is not only that you develop fast
but that you can maintain your code even years after the initial
development. As I recently found myself with a 1.5 years old tapestry
code it was still extremely clear to me where to find and modify
everything.

Len
www.len.ro

On Fri, 2007-01-12 at 12:15 -0500, Dan Adams wrote:

> Tapestry, Hibernate, and Spring is a great combination. We use them
> extensively here in a number of applications and have had a great deal
> of success with them. They complement each other very well. Although
> Tapestry uses hivemind you can still easily use Spring to manage your
> application state as we do. We also make heavy use of annotations which
> makes development much easier than using the xml configurations. Here's
> some recommended reading based on the books I have read:
> 
> Java Persistence with Hibernate
> Enjoying Web Development with Tapestry
> Tapestry in Action (older but gives a better overview of Tapestry and
> it's purpose)
> Pro Spring
> 
> I would also *strongly* recommend that you investigate using HtmlUnit to
> test your application. Our development environment runs in Jetty and
> HSQLDB and we have had a lot of success with using TDD with HtmlUnit to
> get 99-100% test coverage.
> 
> Once you get set up I hope your experience is close to mine; it's a
> great development environment and you'll be amazed at how fast you can
> develop applications.
> 
> On Fri, 2007-01-12 at 11:09 -0500, Maldonado, Daniel CW2 NGCT wrote:
> > After playing with C# and .NET for a while our group has decided that we need
> > some Java web apps to make our applicatons "enterprise" friendly and to get
> > buy-in from our peers who refuse to use .NET.
> > 
> > I was thinking about using Tapestry and Hibernate to help me with some of our
> > issues.
> > However, I have heard that Spring is a great framework as well.
> > 
> > I know that I have a lot of reading to do but if someone on this list could
> > give me their perspective (from experience) about which one to use I would
> > really appreciate the help and possibly save me a LOT of time.
> > 
> > Are there any benefits to using Tapestry and Spring together?
> > 
> > Would it be easier to just stick with Tapestry and Hibernate?
> > 
> > Thank you for your help.
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> > 

Re: Recommendation...

Posted by Dan Adams <da...@ifactory.com>.
Tapestry, Hibernate, and Spring is a great combination. We use them
extensively here in a number of applications and have had a great deal
of success with them. They complement each other very well. Although
Tapestry uses hivemind you can still easily use Spring to manage your
application state as we do. We also make heavy use of annotations which
makes development much easier than using the xml configurations. Here's
some recommended reading based on the books I have read:

Java Persistence with Hibernate
Enjoying Web Development with Tapestry
Tapestry in Action (older but gives a better overview of Tapestry and
it's purpose)
Pro Spring

I would also *strongly* recommend that you investigate using HtmlUnit to
test your application. Our development environment runs in Jetty and
HSQLDB and we have had a lot of success with using TDD with HtmlUnit to
get 99-100% test coverage.

Once you get set up I hope your experience is close to mine; it's a
great development environment and you'll be amazed at how fast you can
develop applications.

On Fri, 2007-01-12 at 11:09 -0500, Maldonado, Daniel CW2 NGCT wrote:
> After playing with C# and .NET for a while our group has decided that we need
> some Java web apps to make our applicatons "enterprise" friendly and to get
> buy-in from our peers who refuse to use .NET.
> 
> I was thinking about using Tapestry and Hibernate to help me with some of our
> issues.
> However, I have heard that Spring is a great framework as well.
> 
> I know that I have a lot of reading to do but if someone on this list could
> give me their perspective (from experience) about which one to use I would
> really appreciate the help and possibly save me a LOT of time.
> 
> Are there any benefits to using Tapestry and Spring together?
> 
> Would it be easier to just stick with Tapestry and Hibernate?
> 
> Thank you for your help.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


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


Recommendation...

Posted by "Maldonado, Daniel CW2 NGCT" <da...@us.army.mil>.
After playing with C# and .NET for a while our group has decided that we need
some Java web apps to make our applicatons "enterprise" friendly and to get
buy-in from our peers who refuse to use .NET.

I was thinking about using Tapestry and Hibernate to help me with some of our
issues.
However, I have heard that Spring is a great framework as well.

I know that I have a lot of reading to do but if someone on this list could
give me their perspective (from experience) about which one to use I would
really appreciate the help and possibly save me a LOT of time.

Are there any benefits to using Tapestry and Spring together?

Would it be easier to just stick with Tapestry and Hibernate?

Thank you for your help.

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


Re: [adv] tapestry work?

Posted by Marilen Corciovei <le...@nemesisit.rdsnet.ro>.
Just out of curiosity, what some hourly rates whould be? We
(www.nemesisit.ro) are under heavy load here with Tapestry work and I
whould realy like to find some help. As I am not searching for someone
to sell me his time as his knowledge and work suffice so remote is ok
(in fact most of the people work this way). The only catch is that
probably our possibilities are not much since we are located in
Bucharest, Romania and have some very low prices overall.

Len
www.len.ro

On Tue, 2007-01-09 at 12:51 -0500, Jesse Kuhnert wrote:

> Oh thanks...I guess I meant something more along the lines of
> consulting work / remote work / etc.. Getting a full time job would
> probably be much easier to do on my own. ;)
> 
> On 1/9/07, jake123 <ja...@gmail.com> wrote:
> >
> >
> > Bill Holloway wrote:
> > >
> > > Know of any really cool Tapestry jobs out there, Jesse?
> > >
> >
> > Hey, this might be of interest
> > http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html
> >
> > Cheers,
> > Jacob
> > --
> > View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
> 
> 

Re: [adv] tapestry work?

Posted by Jesse Kuhnert <jk...@gmail.com>.
Oh thanks...I guess I meant something more along the lines of
consulting work / remote work / etc.. Getting a full time job would
probably be much easier to do on my own. ;)

On 1/9/07, jake123 <ja...@gmail.com> wrote:
>
>
> Bill Holloway wrote:
> >
> > Know of any really cool Tapestry jobs out there, Jesse?
> >
>
> Hey, this might be of interest
> http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html
>
> Cheers,
> Jacob
> --
> View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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


Re: [adv] tapestry work?

Posted by jake123 <ja...@gmail.com>.

Bill Holloway wrote:
> 
> Know of any really cool Tapestry jobs out there, Jesse?
> 

Hey, this might be of interest
http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html

Cheers,
Jacob
-- 
View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: [adv] tapestry work?

Posted by Bill Holloway <bi...@gmail.com>.
Know of any really cool Tapestry jobs out there, Jesse?

On 1/8/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> Things have quieted down some for me lately, so if anyone has any
> Tapestry related work that they thought could use a little boost with
> I'm currently "available".
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
"...the oil of the Iraqi people belongs to the Iraqi people; it is
their wealth, it will be used for their benefit."

--Colin Powell, July 2003

"The companies are saying, 'Before any troops are withdrawn, we have
to have these contracts.' "

-- James Paul, Global Policy Forum, discussing Iraqi oil contracts for
petroleum companies.  January 7, 2007

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