Apache Zest is a community based effort exploring Composite Oriented Programming for domain centric application development.
Questions tagged [apache-zest]
12 questions
15
votes
1 answer
What is the difference between an Abstract Class and a Mixin?
I just found an article on a framework in Java that apparently allows it to support Mixins and something called Composite Oriented Programming (which for all I know might even be the same thing...) I've also heard of/worked with AOP, and I'm not…

leeand00
- 25,510
- 39
- 140
- 297
11
votes
6 answers
Anybody using Qi4J
I was reading an InfoQ article on Composite Oriented Programming earlier on:
http://www.infoq.com/articles/Composite-Programming-Qi4j
I was interested in finding out whether anybody is currently using (or has used) the Qi4j framework at all?
How…

Jonathan Holloway
- 62,090
- 32
- 125
- 150
3
votes
3 answers
Qi4j maven configuration
I'm currently trying to figure out how Qi4j works. So i decided to start with a simple example. I tried to use the Qi4j lib in my pom.xml and am now facing the problem, that the artifact can't be found. I'm using NetBeans 7.0.1 and my pom.xml parts…

Alebon
- 1,189
- 2
- 11
- 24
3
votes
0 answers
android project gradle dependency for qi4j
I am trying to use Qi4j with Android but I have problems defining the dependenciy because the gradle "runtime"-dependency does not exist on android.
According to the qi4j website, the dependencies should look like this:
repositories {
// ...
…

McFarlane
- 1,777
- 2
- 22
- 39
3
votes
2 answers
Qi4J Concerns partial implementation
is is possible to do end up with something like this:
ServiceChild (class) extends (or only partial implements) Service and overrides sayHello
Service (interface) implements hello,goodbye
Hello (has a mixin HelloMixin) has method…

Nino Martinez Wael
- 75
- 1
- 1
- 6
1
vote
1 answer
Qi4j in a JSF Application
In Qi4j you have to assemble the composites. Can someone tell me where to handle this in a JSF 2.0 application? Should i extend the FrontController-Servlet ? Or is it enough to assemble at the point, when the application is being deployed and…

Alebon
- 1,189
- 2
- 11
- 24
1
vote
3 answers
QI4J alternatives
I'm currently evaluating QI4J, as it provides interesting concepts regarding properties handling, in the context of an application connecting some ontologies together to create a partially semantic application.
As a consequence, I would like to find…

Riduidel
- 22,052
- 14
- 85
- 185
1
vote
1 answer
how to configure a FileEntityStoreService
I'm trying to use a File EntityStore and I'm having an exception at activation because of slices being zero.
I assume it's an issue with configuration but I expected the default value to be 1.
I narrowed down to this assembly:
import…

Nina
- 21
- 4
1
vote
2 answers
qi4j on osgi fails to bootstrap
Did anybody manage to get qi4j running on OSGi environment like servicemix? I tried without success. It constantly tells me that:
[Application(6)] The activate method has thrown an exception
org.qi4j.bootstrap.BootstrapException: Can not create Qi4j…

Sahlix
- 11
- 2
1
vote
2 answers
Is it possible to use Qi4j with SQL databases?
I'm interested in Qi4j but I don't know how well it fits with SQL databases.
I would like to know what does Qi4j provide to support SQL databases ?
Thanks !

PierreB
- 489
- 3
- 14
0
votes
1 answer
Apache Polygene connect with MongoDB EntityStore
I'm using Apache Polygene (Qi4j) 2.1 and I'm trying to use the MongoDB entity store with multiple nodes and replicaSet.
my current configuration in my mongodb.booking.store.properties file is:
hostname=localhost
port=27017
nodes=192.168.1.100:27017,…

Apostolos K.
- 1
- 2
0
votes
1 answer
can not run Qi4j two minutes tutorial
I am trying to run the project in 'Qi4j in 2 minutes' tutorial
while I can`t find the Qi4j lib files in the maven repository.
Can anyone tell me how to import the Qi4j lib files with maven?
thanks in advance :)

Felix
- 1,253
- 7
- 22
- 41