[JBoss-user] [HTTPD, Servlets JSP] - Allowing easy customizations for a web app

2005-02-03 Thread big_main
  Right now, I'm working on a jboss/struts application that I hope to GPL 
within the next year.  It is geared for non-profit organizations, and I was 
thinking it would be helpful if the organizations could customize the look and 
feel.  Right now, the presentation is coded using JSP, and I don't want to make 
people change the JSPs.  That seems too.. clumsy.

  To me, this seems like a perfect XML + XSL situation, but I read that 
solutions that use XSL are often slow.  Anyone out there have experience 
allowing people to customize a web app??  What technology do you recommend?  

Thanks,
Bobby

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3865120#3865120

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865120


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Entity Beans for DatabaseLoginModule

2004-10-26 Thread big_main
  Scott, I thank you very much for your help on this issue!!  Your responses on this 
forum are one of the main reasons I have been able to create a successful jboss 
application.  I'm sure many others are in this boat too...

  Security was so easy to set up this way, I almost feel dirty. :)  

  In case anyone wants to know, I'm running only two security entity beans: Role and 
Principal.  I'm using CMR to set up a many to many relationship between them, so 
there is a Role_Principal table in the middle.  

The principalQuery runs off of the Principal table.
The rolesQuery runs off of the middle Role_Principal table.

  I just set up a simple session bean to allow creation/changing of users and roles, 
and everything is working sweetly.  Initially, as Scott mentioned, you have to create 
an administrative account manually.  I just set up a quick SQL query to create a 
password changer account that my users can run on install.

Thanks again!
Bobby

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852822#3852822

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852822


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Entity Beans for DatabaseLoginModule

2004-10-21 Thread big_main
  Please excuse me if this has been asked before, but can someone tell me if it is ok 
to control the Principals and Roles tables (for the DatabaseLoginModule) with entity 
beans?

  My current application needs to manually change user roles quite often, so it needs 
to be done through the web.  I did a few quick tests and it looks like I can just 
create a PrincipalBean and RoleBean and everything will work- even with CMP.  This 
would be nice and easy...

  Is there any security problem with this approach?  I'm a newbie with all of this, so 
please be gentile. :)  I appreciate your help - this forum rocks!

Thanks!
Bobby

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3852283#3852283

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852283


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user