Web site development and using extensive Search


Author
Message
Doron Farber
Doron Farber
StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)StrataFrame User (212 reputation)
Group: Forum Members
Posts: 92, Visits: 612

Hi All,

I need to develop this kind of web site http://www.PeopleFinders.com. Is that possible to use the SF framework for this type of web site development?  

Is that possible to use the Role Based Security for this development? When the user logs in I will to validate his/her account as for starters.

Or like in this page a) https://www.peoplefinders.com/RegisterPF.asp 
 or this page as well: b) https://www.intelius.com/createaccount.php?ReportType=

 I need to enable the user to create an account and after the credit card was validated,  then save that record.   In the above particular page the account is good for 30 days!!  How the SF will handle that?

Also I need to perform a Search for people in several data bases while each one could be a 100 to 200 GB. Obviously it will be partitioned and then display the data for the user. Is there something in SF that can be utilized for this kind of Search?

In short I need to know if your Framework can help me in anyway for this type of web site development?

Thanks,

Doron
http://www.dfarber.com

 

 

Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Doron,

You can retrieve data from any location that you require.  If you are talking to a database, then just create another DataSource to which that BO communicates and the BO will not care nor know where the data is coming from.  If you are talking to a web service then you will create a shared method in a BO class or any other class, that performs the query from that server and then bringins it into a BO.  In this case you would probably want to create a custom property on a BO that acts as a standard field that performs this logic for you so you can then bind to it if you need to.

This is no different than what we do when we process a credit card order.  We have a BO that talks to a credit card processing entity via a web server, then retrieves the results, stores it, and then presents the results to the end-user.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search