﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WebForms (How do I?)  » Web site development and using extensive Search</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:42:07 GMT</lastBuildDate><ttl>20</ttl><item><title>Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15794.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Hi All,&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000&gt;&lt;FONT size=3&gt;I need to develop this kind of web site &lt;/FONT&gt;&lt;A href="http://www.peoplefinders.com/"&gt;&lt;FONT size=3&gt;http://www.PeopleFinders.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;. Is that possible to use the SF framework for this type of web site development? &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;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.&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;&lt;BR&gt;Or like in this page a) &lt;A href="https://www.peoplefinders.com/RegisterPF.asp"&gt;https://www.peoplefinders.com/RegisterPF.asp&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Calibri color=#000000&gt;&lt;FONT size=3&gt;&amp;nbsp;or this page as well: b) &lt;A href="https://www.intelius.com/createaccount.php?ReportType"&gt;https://www.intelius.com/createaccount.php?ReportType&lt;/A&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&amp;nbsp;I need to enable the user to create an account and after the credit card was validated, &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;then save that record. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;In the above particular page the account is good for 30 days!! &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;How the SF will handle that?&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;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? &lt;BR&gt;&lt;BR&gt;In short I need to know if your Framework can help me&amp;nbsp;in anyway for this type of web site development?&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Doron&lt;BR&gt;&lt;A href="http://www.dfarber.com/"&gt;http://www.dfarber.com&lt;/A&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&lt;/FONT&gt;&amp;nbsp;</description><pubDate>Fri, 25 Apr 2008 13:56:06 GMT</pubDate><dc:creator>Doron Farber</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15902.aspx</link><description>Doron,&lt;/P&gt;&lt;P&gt;You can retrieve data from any location that you require.&amp;nbsp; 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.&amp;nbsp; 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.&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;This is no different than what we do when we process a credit card order.&amp;nbsp; 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.</description><pubDate>Fri, 25 Apr 2008 13:56:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15899.aspx</link><description>Hi Trent,&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Ho would you utilize the SF for such a transaction?&lt;BR&gt;&lt;BR&gt;Regards,&lt;BR&gt;&lt;BR&gt;Doron&lt;BR&gt;</description><pubDate>Fri, 25 Apr 2008 13:44:06 GMT</pubDate><dc:creator>Doron Farber</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15839.aspx</link><description>[quote]&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;So you are saying that I need to create the UI for the web based, but&amp;nbsp;can I&amp;nbsp;use all classes from the Role Based Security to implement my web security? &lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;[/quote]&lt;/P&gt;&lt;P&gt;Yes.&amp;nbsp; The RBS classes can be used to implement your web security.&lt;/P&gt;&lt;P&gt;[quote]&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT color=#000000&gt;Do you have any classes &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;that handles cookies and Session State? Remember &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;we are talking web site in here and not win forms.&lt;/FONT&gt;&lt;/SPAN&gt;[/quote]&lt;/P&gt;&lt;P&gt;We do not have classes to handle cookies and sessions outside of the framework logic.&amp;nbsp; What I mean by this is that the BOs are automatically handled for you.&amp;nbsp; 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).&lt;/P&gt;&lt;P&gt;[quote]Can you provide some links for users that created a full blown web site with some transactions that are using&amp;nbsp;the SF&amp;nbsp;framework?&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;StrataFrame is one of them, but without getting conscent from our users I will not post their sites here.&amp;nbsp; 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).&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;[quote]Beside the WebForm template that you created in SF, is there any other classes forms&amp;nbsp;that were created just for the web based development?[/quote]&lt;/P&gt;&lt;P&gt;There are two different web form templates, one that allows a master page to be selected and another that does not.&amp;nbsp; We also have the templates that help you create either a site or an application.&amp;nbsp; You should really be create a web application versus a site as there are many design-time benefits, but you can go either way.</description><pubDate>Wed, 23 Apr 2008 09:28:16 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15838.aspx</link><description>Hi,&lt;br&gt;
&lt;br&gt;
[quote]Yes.  There are even some user contributed samples that show a bit of this.  However, there is more work when doing this online as we do not provide a UI for the web side.  The reason that we don't is because there are just too many opinions as to what it should look like, function like, etc.  But you can programmatically create users as you need them.  So you can create a page that captures the users information then create a RBS user record.  All of the authentication methods, etc. are in shared (static) classes so that you can access them from anywhere.[/quote]&lt;br&gt;
&lt;br&gt;
Do you think [url=http://www.visualwebgui.com]VisualWebGUI[/url] might help?</description><pubDate>Wed, 23 Apr 2008 09:25:21 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15820.aspx</link><description>Hi There,&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;[quote]Yes.&amp;nbsp; There are even some user contributed samples that show a bit of this.&amp;nbsp; However, there is more work when doing this online as we do not provide a UI for the web side.&amp;nbsp; The reason that we don't is because there are just too many opinions as to what it should look like, function like, etc.&amp;nbsp; But you can programmatically create users as you need them.&amp;nbsp; So you can create a page that captures the users information then create a RBS user record.&amp;nbsp; All of the authentication methods, etc. are in shared (static) classes so that you can access them from anywhere.[/quote]&lt;BR&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;So you are saying that I need to create the UI for the web based, but&amp;nbsp;can I&amp;nbsp;use all classes from the Role Based Security to implement my web security? &lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Do you have any classes &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;that handles cookies and Session State? Remember &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;we are talking web site in here and not win forms.:)&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;[quote]Absolutely.&amp;nbsp; But you need to understand that a framework is not an application generator.&amp;nbsp; When it comes to managing data, business logic, security (if you use RBS), managing BO sessions, etc. it will make a vast difference in time and performance.&amp;nbsp; But if you are expecting it to generate pages and code for you, it won't.&amp;nbsp; [/quote]&lt;BR&gt;&lt;FONT size=3&gt;&lt;FONT color=#000000&gt;&lt;FONT face=Calibri&gt;I am aware that this not an application generator and I will need to create my own design.&amp;nbsp;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: black; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT size=+0&gt;&lt;FONT color=#000000&gt;&lt;FONT face=Calibri size=3&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Can you provide some links for users that created a full blown web site with some transactions that are using&amp;nbsp;the SF&amp;nbsp;framework?&lt;BR&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Beside the WebForm template that you created in SF, is there any other classes forms&amp;nbsp;that were created just for the web based development?&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;BR&gt;Thanks,&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Doron&lt;BR&gt;&lt;A href="http://www.dfarber.com/"&gt;http://www.dfarber.com&lt;/A&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Tue, 22 Apr 2008 13:09:45 GMT</pubDate><dc:creator>Doron Farber</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15801.aspx</link><description>Doron,&lt;br&gt;
&lt;br&gt;
I'll add that you should browse through the forum here a bit.  You'll notice that you can get just about any question answered, often quite in depth and in a timely manner.  So, should you decide to give SF a try, you'll not only have a great framework, but will be able to get help as you work through the various issues.  The forum is also a great repository of all sorts of .NET related info.  In the year+ I've been using the framework (and developing with .NET), the SF folks and the community here have helped me immensely.  This is a bit unusual in a framework (to have such high quality help available, especially on subjects not directly related to the product), so you might have missed that benefit.  Good luck with your project, whatever you choose!&lt;br&gt;
&lt;br&gt;
Greg</description><pubDate>Mon, 21 Apr 2008 12:33:04 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Web site development and using extensive Search</title><link>http://forum.strataframe.net/FindPost15797.aspx</link><description>Doron,&lt;/P&gt;&lt;P&gt;StrataFrame can definitely help you and handle all of the areas that you mentioned on a website like this.&amp;nbsp; I think that first you need to make sure that your expectations of what the framework will do versus what is developer application design need to be established.&lt;/P&gt;&lt;P&gt;We have developers creating extremely complex and vast applications using StrataFrame...both Win and Web forms.&amp;nbsp; But you need to understand that StrataFrame is a framework...&lt;EM&gt;&lt;U&gt;not an application generator&lt;/U&gt;&lt;/EM&gt;.&amp;nbsp; There is a difference and many times people get confused as to what a framework will do for you.&amp;nbsp; Let's just start with your questions:&lt;/P&gt;&lt;P&gt;[quote]&lt;FONT face=Calibri color=#000000 size=3&gt;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.&lt;/FONT&gt;&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;Yes.&amp;nbsp; There are even some user contributed samples that show a bit of this.&amp;nbsp; However, there is more work when doing this online as we do not provide a UI for the web side.&amp;nbsp; The reason that we don't is because there are just too many opinions as to what it should look like, function like, etc.&amp;nbsp; But you can programmatically create users as you need them.&amp;nbsp; So you can create a page that captures the users information then create a RBS user record.&amp;nbsp; All of the authentication methods, etc. are in shared (static) classes so that you can access them from anywhere.&lt;/P&gt;&lt;P&gt;[quote]&lt;FONT face=Calibri color=#000000 size=3&gt;I need to enable the user to create an account and after the credit card was validated, &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;then save that record. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;In the above particular page the account is good for 30 days!! &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;How the SF will handle that?&lt;/FONT&gt;[/quote]&lt;/P&gt;&lt;P&gt;Again, this goes back to application design.&amp;nbsp; Is this really the responsibility of the framework or your application?&amp;nbsp; However, one idea would be to use RBS and have the account timeout after 30 days.&amp;nbsp; That way they would have to either pay up or go through some type of activation cycle to regain access to a page account.&lt;/P&gt;&lt;P&gt;[quote]&lt;FONT face=Calibri color=#000000 size=3&gt;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? &lt;/FONT&gt;[/quote]&lt;/P&gt;&lt;P&gt;StrataFrame comes with many different tools to give you access to your data.&amp;nbsp; In regards to size, we have users with databases far larger than this.&amp;nbsp; But like anything else, a good database design is required to achieve the optimum performance.&amp;nbsp; As such, we have a need for something similar in our medical application.&amp;nbsp; When we need search across multiple databases, we may create a sproc or view that allows us to pull from a number of different databases.&amp;nbsp; You can take many different approaches here, including doing it all through a BO talking to different data connections (StrataFrame allows you to connect to as many different databases, servers, etc. within the same application).&lt;/P&gt;&lt;P&gt;[quote]&lt;FONT face=Calibri color=#000000 size=3&gt;In short I need to know if your Framework can help me&amp;nbsp;in anyway for this type of web site development?&lt;/FONT&gt;[/quote]&lt;/P&gt;&lt;P&gt;Absolutely.&amp;nbsp; But you need to understand that a framework is not an application generator.&amp;nbsp; When it comes to managing data, business logic, security (if you use RBS), managing BO sessions, etc. it will make a vast difference in time and performance.&amp;nbsp; But if you are expecting it to generate pages and code for you, it won't.&amp;nbsp;</description><pubDate>Mon, 21 Apr 2008 10:30:56 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>