What is Web architecture that are followed while doing
online project and tell the samples of architecture?
Answer / Prabhat Kumar Chaurasia
Web architecture refers to the structure and organization of a web-based application. Some common architectures include Model-View-Controller (MVC), Model-View-Presenter (MVP), and Model-View-ViewModel (MVVM). MVC separates an application into three interconnected components: the model, which handles data; the view, which displays data; and the controller, which handles user input. Samples of web architectures also include service-oriented architecture (SOA) and microservices architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Code Base, Style Sheets?
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
What happens when I type in some url and press enter?
Why should you submit your site to search engines?
Tableau Training for Beginners
What are differences between DTDs and Schema?
How can you add a method to a class already defined?
How does dynamic discovery work?
What are the steps to follow to cache parts of web form?
What is Webget and WebInvoke in rest service? Tell difference between them
Who is ui/ux developer? What he does?