About: Postback

An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In web development, a postback is an HTTP POST to the same page that the form is on. In other words, the contents of the form are POSTed back to the same URL as the form. Postbacks are commonly seen in edit forms, where the user introduces information in a form and hits "save" or "submit", causing a postback. The server then refreshes the same page using the information it has just received. Postbacks are most commonly discussed in relation to JSF and ASP or ASP.NET.

Property Value
dbo:abstract
  • El término postback tiene dos significados, dependiendo del contexto: uno en relación con el comercio electrónico (eCommerce) como un servicio web y otro en relación con el desarrollo web. (es)
  • In web development, a postback is an HTTP POST to the same page that the form is on. In other words, the contents of the form are POSTed back to the same URL as the form. Postbacks are commonly seen in edit forms, where the user introduces information in a form and hits "save" or "submit", causing a postback. The server then refreshes the same page using the information it has just received. Postbacks are most commonly discussed in relation to JSF and ASP or ASP.NET. In ASP, a form and its POST action have to be created as two separate pages, resulting in the need for an intermediate page and a redirect if one simply wants to perform a postback. This problem was addressed in ASP.NET with the __doPostBack function and an application model that allows a page to perform validation and processing on its own form data. In JSF, postbacks trigger the full JSF life-cycle, which just like ASP.NET performs conversion and validation of the form data that was included in the postback. Various utility methods are present in the JSF API to programmatically check if a given request is a postback or not. (en)
  • O postback é uma medida tomada por uma página interativa, quando a página inteira e seus conteúdo são enviados para o servidor para processamento de algumas informações e, em seguida, o servidor mostra a mesma página de volta ao seu navegador. Isto é utilizado para verificar as senhas para login, processar um formulário on-line de compra, ou outras tarefas de tal forma que um computador cliente não possa fazer por conta própria. Ele não deve ser confundido com as ações de atualização ou de voltar tomadas pelos botões do navegador. Este cenário é comum em aplicações empresariais, o usuário envia um formulário para atualizar algumas informações, o servidor guarda as informações no banco de dados back-end, e encaminha esta página com a mensagem adicional, por exemplo: "Os dados são salvos, continue a processar". E continua mostrando os dados originais na mesma página. (pt)
dbo:wikiPageID
  • 5609205 (xsd:integer)
dbo:wikiPageLength
  • 1487 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 943495306 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • El término postback tiene dos significados, dependiendo del contexto: uno en relación con el comercio electrónico (eCommerce) como un servicio web y otro en relación con el desarrollo web. (es)
  • In web development, a postback is an HTTP POST to the same page that the form is on. In other words, the contents of the form are POSTed back to the same URL as the form. Postbacks are commonly seen in edit forms, where the user introduces information in a form and hits "save" or "submit", causing a postback. The server then refreshes the same page using the information it has just received. Postbacks are most commonly discussed in relation to JSF and ASP or ASP.NET. (en)
  • O postback é uma medida tomada por uma página interativa, quando a página inteira e seus conteúdo são enviados para o servidor para processamento de algumas informações e, em seguida, o servidor mostra a mesma página de volta ao seu navegador. Isto é utilizado para verificar as senhas para login, processar um formulário on-line de compra, ou outras tarefas de tal forma que um computador cliente não possa fazer por conta própria. Ele não deve ser confundido com as ações de atualização ou de voltar tomadas pelos botões do navegador. (pt)
rdfs:label
  • Postback (es)
  • Postback (en)
  • Postback (pt)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License