Hi John, guys,

Still on the subject, I'm researching those options and decided to go
hibernate... see ya in 6 months...
ok..bad joke...

The scenario is lots of lots of tables and querys and who may and who may
not do query X... so I'm a lil bit lost in the achitecture...and
authentication.
Red5 will be my data remoting and streaming server..and i was thinkin it all
using the same rtmp connection...damn..red5 rox huh? its FMS AND FDS hehe

1. basic it is user / group / permissions.... the user and pass are checked
and its returned a permission, from 0 to 9,
whats the better approach:
a. each group accessible services uses a separeted .java all is imported in
the same service myservice.java
b. all the possible queries in the whole app are in the one service
myservice.java
how to say  "static void  deleteFild() MINIMAL PERMISSION = 8"....????? that
is the idea?
session will be handled with the user connection ID , right ?
will I be able to use SSL ?

If anyone could help me with this hibernate authentication thing, we could
release it for the red5's users...
its so easy to change the db with hibernate... i think its a good feature




On 11/20/06, John Kirby <[EMAIL PROTECTED]> wrote:

 . m a r c o s a u g u s t o

Did this answer your question?

Michael Klishin said the following:

On Sat, 2006-11-18 at 03:48 -0300, . m a r c o s a u g u s t o wrote:

   For mysql I'll need another component added on red5 too?

 All you need is to use any api/tool/framework Java gives you to work
with DB:

plain JDBC, Hibernate, iBATIS and so forth

Red5 is built around Spring and Spring supports many of these
significantly simplifying work with database in many cases.

One more way to go (although unstable now) is to use JRuby's
ActiveRecord-JDBC if you're familiar with Ruby.


--
*Whether you think that you can, or that you can't, you are usually right.
*
 - Henry Ford

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org





--
. m a r c o s    a u g u s t o  ;

.eu vim para confundir e não para explicar!. . . - Chacrinha
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to