[xwiki-devs] REST system reorganization
Hi all, speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory) xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module) Let me know if you have any concern about this layout Thanks, -Fabio
On Wed, Sep 29, 2010 at 15:13, Fabio Mancinelli <[email protected]> wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module)
do you mean xwiki-rest ?
| +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Thanks, -Fabio
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Wed, Sep 29, 2010 at 15:19, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:13, Fabio Mancinelli <[email protected]> wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module)
do you mean xwiki-rest ?
Forget that. I did not seen it was server API (not sure i understand why there is a server API)
| +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Thanks, -Fabio
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
Anyway i'm +1 to put all REST related module under a parent xwiki-rest module, even if there is only API right now which i doubt. On Wed, Sep 29, 2010 at 15:20, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:19, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:13, Fabio Mancinelli <[email protected]> wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module)
do you mean xwiki-rest ?
Forget that. I did not seen it was server API (not sure i understand why there is a server API)
| +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Thanks, -Fabio
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
-- Thomas Mortagne
On 09/29/2010 03:22 PM, Thomas Mortagne wrote:
Anyway i'm +1 to put all REST related module under a parent xwiki-rest module, even if there is only API right now which i doubt.
I had to choose another name for the old xwiki-rest because for "svn mv'ing" things around (preserves history) I needed a directory that cannot be called xwiki-rest (so I chose xwiki-rest-api) Otherwise I would have to "svn mv" xwiki-rest inside itself which is obviously forbidden. I then called xwiki-rest-api-server and model for consistency with the toplevel project. I can however keep the old names xwiki-rest and xwiki-rest-model if this looks better. I don't really have a strong opinion. Thanks, -Fabio
On Wed, Sep 29, 2010 at 15:20, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:19, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:13, Fabio Mancinelli <[email protected]> wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module)
do you mean xwiki-rest ?
Forget that. I did not seen it was server API (not sure i understand why there is a server API)
| +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Thanks, -Fabio
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
On Wed, Sep 29, 2010 at 15:31, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 03:22 PM, Thomas Mortagne wrote:
Anyway i'm +1 to put all REST related module under a parent xwiki-rest module, even if there is only API right now which i doubt.
I had to choose another name for the old xwiki-rest because for "svn mv'ing" things around (preserves history) I needed a directory that cannot be called xwiki-rest (so I chose xwiki-rest-api)
Otherwise I would have to "svn mv" xwiki-rest inside itself which is obviously forbidden.
You could create a keep "xwiki-rest", create a "xwiki-rest-server" nested folder and svn mv the "src" folder.
I then called xwiki-rest-api-server and model for consistency with the
Problem is that api-server doe snot make sense to me.
toplevel project. I can however keep the old names xwiki-rest and xwiki-rest-model if this looks better.
I don't really have a strong opinion.
Thanks, -Fabio
On Wed, Sep 29, 2010 at 15:20, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:19, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:13, Fabio Mancinelli <[email protected]> wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module)
do you mean xwiki-rest ?
Forget that. I did not seen it was server API (not sure i understand why there is a server API)
| +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Thanks, -Fabio
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On 09/29/2010 03:40 PM, Thomas Mortagne wrote:
On Wed, Sep 29, 2010 at 15:31, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 03:22 PM, Thomas Mortagne wrote:
Anyway i'm +1 to put all REST related module under a parent xwiki-rest module, even if there is only API right now which i doubt.
I had to choose another name for the old xwiki-rest because for "svn mv'ing" things around (preserves history) I needed a directory that cannot be called xwiki-rest (so I chose xwiki-rest-api)
Otherwise I would have to "svn mv" xwiki-rest inside itself which is obviously forbidden.
You could create a keep "xwiki-rest", create a "xwiki-rest-server" nested folder and svn mv the "src" folder.
Oh, I see... Trying it. Thanks, Fabio
I then called xwiki-rest-api-server and model for consistency with the
Problem is that api-server doe snot make sense to me.
toplevel project. I can however keep the old names xwiki-rest and xwiki-rest-model if this looks better.
I don't really have a strong opinion.
Thanks, -Fabio
On Wed, Sep 29, 2010 at 15:20, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:19, Thomas Mortagne <[email protected]> wrote:
On Wed, Sep 29, 2010 at 15:13, Fabio Mancinelli <[email protected]> wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module)
do you mean xwiki-rest ?
Forget that. I did not seen it was server API (not sure i understand why there is a server API)
| +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Thanks, -Fabio
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Sep 29, 2010, at 3:13 PM, Fabio Mancinelli wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Not sure if this is what you propose but I would like to see all REST-related modules under a single top level directory in platform/core/. Thanks -Vincent
On 09/29/2010 03:50 PM, Vincent Massol wrote:
On Sep 29, 2010, at 3:13 PM, Fabio Mancinelli wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Not sure if this is what you propose but I would like to see all REST-related modules under a single top level directory in platform/core/.
Yep, that's it. Following Thomas' suggestion now the layout will be xwiki-rest | +- xwiki-rest-server +- xwiki-rest-module with xwiki-rest being the only top level directory in platform/core. Thanks, -Fabio
On Wed, Sep 29, 2010 at 16:00, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 03:50 PM, Vincent Massol wrote:
On Sep 29, 2010, at 3:13 PM, Fabio Mancinelli wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Not sure if this is what you propose but I would like to see all REST-related modules under a single top level directory in platform/core/.
Yep, that's it.
Following Thomas' suggestion now the layout will be
xwiki-rest | +- xwiki-rest-server +- xwiki-rest-module
You mean xwiki-rest-model ?
with xwiki-rest being the only top level directory in platform/core.
Thanks, -Fabio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On 09/29/2010 04:06 PM, Thomas Mortagne wrote:
On Wed, Sep 29, 2010 at 16:00, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 03:50 PM, Vincent Massol wrote:
On Sep 29, 2010, at 3:13 PM, Fabio Mancinelli wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Not sure if this is what you propose but I would like to see all REST-related modules under a single top level directory in platform/core/.
Yep, that's it.
Following Thomas' suggestion now the layout will be
xwiki-rest | +- xwiki-rest-server +- xwiki-rest-module
You mean xwiki-rest-model ?
Yep sorry. Wrote too fast xwiki-rest | +- xwiki-rest-server +- xwiki-rest-model -Fabio
Big +1 then ;) On Wed, Sep 29, 2010 at 16:23, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 04:06 PM, Thomas Mortagne wrote:
On Wed, Sep 29, 2010 at 16:00, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 03:50 PM, Vincent Massol wrote:
On Sep 29, 2010, at 3:13 PM, Fabio Mancinelli wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Not sure if this is what you propose but I would like to see all REST-related modules under a single top level directory in platform/core/.
Yep, that's it.
Following Thomas' suggestion now the layout will be
xwiki-rest | +- xwiki-rest-server +- xwiki-rest-module
You mean xwiki-rest-model ?
Yep sorry. Wrote too fast
xwiki-rest | +- xwiki-rest-server +- xwiki-rest-model
-Fabio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
+1 too Thanks, Marius On 09/29/2010 05:29 PM, Thomas Mortagne wrote:
Big +1 then ;)
On Wed, Sep 29, 2010 at 16:23, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 04:06 PM, Thomas Mortagne wrote:
On Wed, Sep 29, 2010 at 16:00, Fabio Mancinelli <[email protected]> wrote:
On 09/29/2010 03:50 PM, Vincent Massol wrote:
On Sep 29, 2010, at 3:13 PM, Fabio Mancinelli wrote:
Hi all,
speaking of module reorganization, I would like to commit the following layout (which is more consistent wrt the current one where everything is in the toplevel directory)
xwiki-rest-api (toplevel module) | +- xwiki-rest-api-server (was xwiki-rest) | +- xwiki-rest-api-model (was xwiki-rest-module)
Let me know if you have any concern about this layout
Not sure if this is what you propose but I would like to see all REST-related modules under a single top level directory in platform/core/.
Yep, that's it.
Following Thomas' suggestion now the layout will be
xwiki-rest | +- xwiki-rest-server +- xwiki-rest-module
You mean xwiki-rest-model ?
Yep sorry. Wrote too fast
xwiki-rest | +- xwiki-rest-server +- xwiki-rest-model
-Fabio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (4)
-
Fabio Mancinelli -
Marius Dumitru Florea -
Thomas Mortagne -
Vincent Massol