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

 

 

Replies
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
So you are saying that I need to create the UI for the web based, but can I use all classes from the Role Based Security to implement my web security?

Yes.  The RBS classes can be used to implement your web security.

Do you have any classes  that handles cookies and Session State? Remember  we are talking web site in here and not win forms.

We do not have classes to handle cookies and sessions outside of the framework logic.  What I mean by this is that the BOs are automatically handled for you.  Whatever state you leave a BO on one page will be in the exact same state when you go to another page. (assuming they are using the same ApplicationBasePage).

Can you provide some links for users that created a full blown web site with some transactions that are using the SF framework?

StrataFrame is one of them, but without getting conscent from our users I will not post their sites here.  I will say, however, that there are some customers that you would know of that have created web applications to manage as many as 1000-4000 sites through a single web application (load balanced across a web farm in some cases).  These sites I do not believe are available to the public, but there are some very large web applications that have been created with SF.

Beside the WebForm template that you created in SF, is there any other classes forms that were created just for the web based development?

There are two different web form templates, one that allows a master page to be selected and another that does not.  We also have the templates that help you create either a site or an application.  You should really be create a web application versus a site as there are many design-time benefits, but you can go either way.

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 Trent,

Some of the data will be needed to get from another server from a different firm where they will charge us a small fee for any search and we will need to present the data for the user as it came from our server. Also it will be needed to pass some parameters and it depends on the fields the user filled in with data.

Is that possible using a biz object and grabbing the data as XML and then creating and object so the data can be in displayed in a web form?

Ho would you utilize the SF for such a transaction?

Regards,

Doron

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