You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by "romanisitua@yahoo.com.INVALID" <ro...@yahoo.com.INVALID> on 2021/05/25 11:59:06 UTC

Crux and presentation model

Hi,
I am going through the royale site and I discovered the crux framework.  From the site, I can see that it supports the presentation model. 
I am interested in knowing how crux can be used with the presentation model. I have used the presentation model with "ZK web framework " before and it was  my preferred pattern compared to mvc.

I will like to have a look at code snippets or documentation on how crux can be used with the presentation model if available. 

Roman,
Sent from Yahoo Mail on Android

Re: Crux and presentation model

Posted by "romanisitua@yahoo.com.INVALID" <ro...@yahoo.com.INVALID>.
 Thanks for your feedback. I have tried using "-DarchetypeVersion=0.9.9-SNAPSHOT" as you suggested. 
I am still getting similar errors
[INFO] Generating project in Interactive mode[INFO] Archetype repository not defined. Using the one from [org.apache.royale.framework:royale-simple-application-archetype:0.9.7] found in catalog remote[WARNING] The POM for org.apache.royale.framework:royale-simple-application-archetype:jar:0.9.9-SNAPSHOT is missing, no dependency information available[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------


Share your pom.xml template. Let me try it on a new maven project that was created without an archetype.

    On Tuesday, May 25, 2021, 03:22:18 PM GMT+1, Piotr Zarzycki <pi...@gmail.com> wrote:  
 
 Maybe try: -DarchetypeVersion=0.9.9-SNAPSHOT - if not I can only try to
provide you some pom.xml template which you can adjust and add to existing
project.

wt., 25 maj 2021 o 16:00 romanisitua@yahoo.com <ro...@yahoo.com>
napisał(a):

> Thanks. Would definitely go through and run the code but at the moment. I
> am still having issues creating a maven project
>
> mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework
> -DarchetypeArtifactId=royale-simple-application-archetype
> -DarchetypeVersion=0.9.8-SNAPSHOT
> It does not work. I get the following errors
> [INFO] Generating project in Interactive mode[INFO] Archetype repository
> not defined. Using the one from
> [org.apache.royale.framework:royale-simple-application-archetype:0.9.7]
> found in catalog remote[WARNING] The POM for
> org.apache.royale.framework:royale-simple-application-archetype:jar:0.9.8-SNAPSHOT
> is missing, no dependency information available
>
>
> I got this archetype from the maven Documentation for royale.
>
>
> It appears this archetype is no longer valid.
>
> Do you have the latest archetype for creating a maven project ?
>
>
>
>
>
> Sent from Yahoo Mail on Android
> <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers⁡_wl=ym⁡_sub1=Internal⁡_sub2=Global_YGrowth⁡_sub3=EmailSignature>
>
> On Tue, 25 May 2021 at 13:40, Piotr Zarzycki
> <pi...@gmail.com> wrote:
> Hi Roman,
>
> Crux examples are part of framework sources. You can find them here [1]. In
> order to build them you need to use nightly build of Royale.
>
> [1] https://github.com/apache/royale-asjs/tree/develop/examples/crux
>
> Thanks,
> Piotr
>
> wt., 25 maj 2021 o 13:59 romanisitua@yahoo.com.INVALID
> <ro...@yahoo.com.invalid> napisał(a):
>
>
> > Hi,
> > I am going through the royale site and I discovered the crux framework.
> > From the site, I can see that it supports the presentation model.
> > I am interested in knowing how crux can be used with the presentation
> > model. I have used the presentation model with "ZK web framework " before
> > and it was  my preferred pattern compared to mvc.
> >
> > I will like to have a look at code snippets or documentation on how crux
> > can be used with the presentation model if available.
> >
> > Roman,
> > Sent from Yahoo Mail on Android
>
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki
  

Re: Crux and presentation model

Posted by Piotr Zarzycki <pi...@gmail.com>.
Maybe try: -DarchetypeVersion=0.9.9-SNAPSHOT - if not I can only try to
provide you some pom.xml template which you can adjust and add to existing
project.

wt., 25 maj 2021 o 16:00 romanisitua@yahoo.com <ro...@yahoo.com>
napisał(a):

> Thanks. Would definitely go through and run the code but at the moment. I
> am still having issues creating a maven project
>
> mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework
> -DarchetypeArtifactId=royale-simple-application-archetype
> -DarchetypeVersion=0.9.8-SNAPSHOT
> It does not work. I get the following errors
> [INFO] Generating project in Interactive mode[INFO] Archetype repository
> not defined. Using the one from
> [org.apache.royale.framework:royale-simple-application-archetype:0.9.7]
> found in catalog remote[WARNING] The POM for
> org.apache.royale.framework:royale-simple-application-archetype:jar:0.9.8-SNAPSHOT
> is missing, no dependency information available
>
>
> I got this archetype from the maven Documentation for royale.
>
>
> It appears this archetype is no longer valid.
>
> Do you have the latest archetype for creating a maven project ?
>
>
>
>
>
> Sent from Yahoo Mail on Android
> <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature>
>
> On Tue, 25 May 2021 at 13:40, Piotr Zarzycki
> <pi...@gmail.com> wrote:
> Hi Roman,
>
> Crux examples are part of framework sources. You can find them here [1]. In
> order to build them you need to use nightly build of Royale.
>
> [1] https://github.com/apache/royale-asjs/tree/develop/examples/crux
>
> Thanks,
> Piotr
>
> wt., 25 maj 2021 o 13:59 romanisitua@yahoo.com.INVALID
> <ro...@yahoo.com.invalid> napisał(a):
>
>
> > Hi,
> > I am going through the royale site and I discovered the crux framework.
> > From the site, I can see that it supports the presentation model.
> > I am interested in knowing how crux can be used with the presentation
> > model. I have used the presentation model with "ZK web framework " before
> > and it was  my preferred pattern compared to mvc.
> >
> > I will like to have a look at code snippets or documentation on how crux
> > can be used with the presentation model if available.
> >
> > Roman,
> > Sent from Yahoo Mail on Android
>
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki

Re: Crux and presentation model

Posted by "romanisitua@yahoo.com.INVALID" <ro...@yahoo.com.INVALID>.
Thanks. Would definitely go through and run the code but at the moment. I am still having issues creating a maven project
mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-application-archetype -DarchetypeVersion=0.9.8-SNAPSHOT
It does not work. I get the following errors
[INFO] Generating project in Interactive mode[INFO] Archetype repository not defined. Using the one from [org.apache.royale.framework:royale-simple-application-archetype:0.9.7] found in catalog remote[WARNING] The POM for org.apache.royale.framework:royale-simple-application-archetype:jar:0.9.8-SNAPSHOT is missing, no dependency information available 


I got this archetype from the maven Documentation for royale.

It appears this archetype is no longer valid.

Do you have the latest archetype for creating a maven project ?




Sent from Yahoo Mail on Android 
 
  On Tue, 25 May 2021 at 13:40, Piotr Zarzycki<pi...@gmail.com> wrote:   Hi Roman,

Crux examples are part of framework sources. You can find them here [1]. In
order to build them you need to use nightly build of Royale.

[1] https://github.com/apache/royale-asjs/tree/develop/examples/crux

Thanks,
Piotr

wt., 25 maj 2021 o 13:59 romanisitua@yahoo.com.INVALID
<ro...@yahoo.com.invalid> napisał(a):

> Hi,
> I am going through the royale site and I discovered the crux framework.
> From the site, I can see that it supports the presentation model.
> I am interested in knowing how crux can be used with the presentation
> model. I have used the presentation model with "ZK web framework " before
> and it was  my preferred pattern compared to mvc.
>
> I will like to have a look at code snippets or documentation on how crux
> can be used with the presentation model if available.
>
> Roman,
> Sent from Yahoo Mail on Android



-- 

Piotr Zarzycki
  

Re: Crux and presentation model

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Roman,

Crux examples are part of framework sources. You can find them here [1]. In
order to build them you need to use nightly build of Royale.

[1] https://github.com/apache/royale-asjs/tree/develop/examples/crux

Thanks,
Piotr

wt., 25 maj 2021 o 13:59 romanisitua@yahoo.com.INVALID
<ro...@yahoo.com.invalid> napisał(a):

> Hi,
> I am going through the royale site and I discovered the crux framework.
> From the site, I can see that it supports the presentation model.
> I am interested in knowing how crux can be used with the presentation
> model. I have used the presentation model with "ZK web framework " before
> and it was  my preferred pattern compared to mvc.
>
> I will like to have a look at code snippets or documentation on how crux
> can be used with the presentation model if available.
>
> Roman,
> Sent from Yahoo Mail on Android



-- 

Piotr Zarzycki