It depends on the way you want to manage the account to login i guess. My old
project managed the user separately in our old database and used some libs like
unbound ldap to connect with the ldap server. It is quite simple and
straightforward http://stackoverflow.com/a/14452298/300359
Thai Tra
Thanks all. It's really helpful.
Duy.
On Mon, Feb 23, 2015 at 4:46 PM, Bubufff wrote:
> It depends on the way you want to manage the account to login i guess. My
> old project managed the user separately in our old database and used some
> libs like unbound ldap to connect with the ldap server.
If you are already using Spring heavily in your app then Spring Security is
a reasonable choice. Otherwise I recommend you follow Jay's advice ad use
the Tapestry-security module, which is a thin wrapper around Shiro. A lot
of Tapestry users have had great success with that choice, including me.
R
On 02/23/2015 12:50 PM, Bob Harner wrote:
> If you are already using Spring heavily in your app then Spring Security is
> a reasonable choice. Otherwise I recommend you follow Jay's advice ad use
> the Tapestry-security module, which is a thin wrapper around Shiro. A lot
> of Tapestry users have ha
Hi all,
Thanks all for your suggestion and comments, I really appreciate. It might
be 2 options in my mind:
1. Use tynamo security module that integrated LDAP & permission checking
with Shiro already
2. The second option could be flexible to combine authentication using LDAP
by using some libs t
Hello everyone,
I'm trying to add some functionality to a grid:
Every grid row should be an area where you can click to go to the details page
of the row object.
But enough of that, even a simple javascript like alert on click doesn't seem
to work.
The js is added via jss.addScript(), which i
Hello everyone,
oh, I forgot, I use Tapestry 5.4 Beta 22.
Regards,
Daniel P.
Hello everyone,
I'm trying to add some functionality to a grid:
Every grid row should be an area where you can click to go to the details page
of the row object.
But enough of that, even a simple javascript like ale
On Mon, Feb 23, 2015 at 1:38 PM, Poggenpohl, Daniel <
daniel.poggenp...@isst.fraunhofer.de> wrote:
> Hello everyone,
>
> I'm trying to add some functionality to a grid:
>
> Every grid row should be an area where you can click to go to the details
> page of the row object.
>
> But enough of that, e
Hi,
I've basically copied the code from
http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717399.html
@MixinAfter
public class RowEvent {
@InjectContainer
private Grid grid;
@Inject
private J
On Mon, 23 Feb 2015 15:38:30 -0300, Poggenpohl, Daniel
wrote:
Hello everyone,
I'm trying to add some functionality to a grid:
Every grid row should be an area where you can click to go to the
details page of the row object.
But enough of that, even a simple javascript like alert on clic
On 24 Feb 2015, at 5:38 am, Poggenpohl, Daniel
wrote:
> Hello everyone,
>
> I'm trying to add some functionality to a grid:
>
> Every grid row should be an area where you can click to go to the details
> page of the row object.
>
> But enough of that, even a simple javascript like alert on
Hello,
the Jumpstart tutorial says "They reside in resources/META-INF/modules."
Is it src/main/resources/META-INF/modules ?
Regards,
Daniel P.
Von: Geoff Callender [geoff.callender.jumpst...@gmail.com]
Gesendet: Montag, 23. Februar 2015 22:13
An: Tapestry
On 24 Feb 2015, at 9:59 am, Poggenpohl, Daniel
wrote:
> Hello,
>
> the Jumpstart tutorial says "They reside in resources/META-INF/modules."
>
> Is it src/main/resources/META-INF/modules ?
>
If you go to any of the examples and search for "sourcecodetab" you'll see the
answer.
> Regards,
> D
13 matches
Mail list logo