Re: [Wicket-user] JCR and Wicket

2007-03-21 Thread Igor Vaynberg

build an abstraction so that jcr or something else can be plugged in. i used
jcr and it was ok, the api is very clunky because of all the checked
exceptions that are mostly unrecoverable anyways. other then that it seems
ok.

-igor


On 3/21/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:


 err, yes, i know that - thats the point. I want to fix this missing bit
as well as integrate the most recent version of tiniyMCE into it, but Im not
sure if JCR *is* the right thing to do it that way, as im new to it and i
also dont know if making the JCR available via http itself is a good idea or
not.

So, anyone who has knowledge about JCR or more better also used it: Would
you be so kind and tell me your opinion?

Regards


 --
*Von:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *Im Auftrag von *Igor Vaynberg
*Gesendet:* Mittwoch, 21. März 2007 17:48
*An:* wicket-user@lists.sourceforge.net
*Betreff:* Re: [Wicket-user] JCR and Wicket

you need to add that functionality to that project, right now it doesnt
support it. but it is a wicket-stuff project so anyone can join and
contribute.

-igor


On 3/21/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
> has anyone ever used wicket in combination of a JCR like Jackrabbit or
> sth. like that? - Today I tried out the TinyMCE Contrib from wicket stuff
> and there is no part in it to give the user a file browser to upload and/ or
> use files wich seems mission critical for me if you want to give it to a
> "normal level" user for entering data into a webpage.
>
> Could tis be solved with a JCR or I'm just on a wrong lane here?
> (My idea was to have a JCR - webserver mapped to a special URL part e.g:
> /WEBAPP/resources/ and so to avoid the coupling of the data and the
> filesystem under)
>
> Best Regards,
>
> Korbinian
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JCR and Wicket

2007-03-21 Thread Korbinian Bachl
err, yes, i know that - thats the point. I want to fix this missing bit as
well as integrate the most recent version of tiniyMCE into it, but Im not
sure if JCR *is* the right thing to do it that way, as im new to it and i
also dont know if making the JCR available via http itself is a good idea or
not. 
 
So, anyone who has knowledge about JCR or more better also used it: Would
you be so kind and tell me your opinion?
 
Regards
 


  _  

Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Igor
Vaynberg
Gesendet: Mittwoch, 21. März 2007 17:48
An: wicket-user@lists.sourceforge.net
Betreff: Re: [Wicket-user] JCR and Wicket


you need to add that functionality to that project, right now it doesnt
support it. but it is a wicket-stuff project so anyone can join and
contribute.

-igor



On 3/21/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: 

Hi,
 
has anyone ever used wicket in combination of a JCR like Jackrabbit or sth.
like that? - Today I tried out the TinyMCE Contrib from wicket stuff and
there is no part in it to give the user a file browser to upload and/ or use
files wich seems mission critical for me if you want to give it to a "normal
level" user for entering data into a webpage. 
 
Could tis be solved with a JCR or I'm just on a wrong lane here?
(My idea was to have a JCR - webserver mapped to a special URL part e.g:
/WEBAPP/resources/ and so to avoid the coupling of the data and the
filesystem under)
 
Best Regards,
 
Korbinian
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your

opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php
<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
<https://lists.sourceforge.net/lists/listinfo/wicket-user> 




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JCR and Wicket

2007-03-21 Thread Igor Vaynberg

you need to add that functionality to that project, right now it doesnt
support it. but it is a wicket-stuff project so anyone can join and
contribute.

-igor


On 3/21/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:


 Hi,

has anyone ever used wicket in combination of a JCR like Jackrabbit or
sth. like that? - Today I tried out the TinyMCE Contrib from wicket stuff
and there is no part in it to give the user a file browser to upload and/ or
use files wich seems mission critical for me if you want to give it to a
"normal level" user for entering data into a webpage.

Could tis be solved with a JCR or I'm just on a wrong lane here?
(My idea was to have a JCR - webserver mapped to a special URL part e.g:
/WEBAPP/resources/ and so to avoid the coupling of the data and the
filesystem under)

Best Regards,

Korbinian


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] JCR and Wicket

2007-03-21 Thread Korbinian Bachl
Hi,
 
has anyone ever used wicket in combination of a JCR like Jackrabbit or sth.
like that? - Today I tried out the TinyMCE Contrib from wicket stuff and
there is no part in it to give the user a file browser to upload and/ or use
files wich seems mission critical for me if you want to give it to a "normal
level" user for entering data into a webpage. 
 
Could tis be solved with a JCR or I'm just on a wrong lane here?
(My idea was to have a JCR - webserver mapped to a special URL part e.g:
/WEBAPP/resources/ and so to avoid the coupling of the data and the
filesystem under)
 
Best Regards,
 
Korbinian
 
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user