Oh yes, that is way easier than with Trails/Tapestry4. It could be as
simple as adding tynamo-model dependency to your existing project and
then copying the default page templates from archetype into your
existing project, but as existing projects differ and do all kind of
crazy things, it's difficult to write exact generalized steps that
would work uniformly for all projects. I'd start with the two things I
mentioned, compare that to a running archetype and resolve conflicts
as you go.

Kalle


On Sun, Jan 10, 2010 at 9:58 AM, Vangel V. Ajanovski <a...@ii.edu.mk> wrote:
> On 10.01.2010 16:41, Kalle Korhonen wrote:
>> components, it's not as simple as moving them to some other location.
>> Depending on your needs, what works well, if Tynamo is used for an
>> admin interface, is to run it as a separate application but share the
>> data model with the end-user facing application.
>>
> I am not sure if I understand you correctly and that you understood me
> correctly. :)
>
> Previously we used Trails for the admin interface, and we had to create
> two separate projects for this (Trails is T4, and Trails annotations are
> not supported in the other project).
> That way I had trouble because I had to sync manually the two model
> packages in these two projects, which were essentially identical save
> for the trails annotations.
>
> So now when they are both T5 based, I wanted to know if I can merge
> Tynamo inside our app safely, and how to do it?
> I intended to try this not just for the admin interface, but in order to
> be able to use Tyname pages whereever it would be interesting in the
> main app.
> And I don't like to have again two separate projects :)
> Collisions in page names are not big problem, because I can easily
> rename the pages that might collide with Tynamo-s generated pages.
>
> I hope my intention is clear now, and I think this could be interesting
> question for any existing T5 application.
> Is it possible to add Tynamo to an existing T5 app and use Tynamo-s
> realtime model generation and invoke it's pages just by injecting them
> like normal pages.
>
> I hope my thoughts are expressed more clearly now.
>
>

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

Reply via email to