Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph NISON--GUYON
Not Alone
Commits
6bc323d1
Commit
6bc323d1
authored
Nov 18, 2020
by
Gries Robin
Browse files
notes and add thrift to pom
parent
65c01388
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
6bc323d1
...
...
@@ -47,11 +47,25 @@
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.9.1
</version>
</plugin>
<plugin>
<groupId>
org.apache.thrift.tools
</groupId>
<artifactId>
maven-thrift-plugin
</artifactId>
<version>
0.1.11
</version>
<configuration>
<thriftExecutable>
/bin/thrift
</thriftExecutable>
</configuration>
<executions>
<execution>
<id>
thrift-sources
</id>
<phase>
generate-sources
</phase>
<goals>
<goal>
compile
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
build-helper-maven-plugin
</artifactId>
...
...
suite.txt
0 → 100644
View file @
6bc323d1
faceade client -
facade Partie - askpositionJeton(), positionjeton(),
Communication Server Client (thirft)
Server -> Partie, Joueur, Phase ...
Service Thirft <-> Communication
Client <-
----
Pd diag seq
J1 J2 J3 sont des clietns Web , Partie et le server,
ça n'est pas clair au premier abord sur les schema
interface complete de tous les components
(fin de l'analyse preliminaire)
---
ecrire des bouchons pour tout les compo
(skeleton app)
Diag de classe détaillé
specification des operations (plus ou moins en détail selon leur difficulté/complexité)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment