English 中文(简体)
HttpServlet 生命周期和序列化
原标题:HttpServlet lifecycle and serialization

我想知道,HttpServlet的惯用方法是否是在脱硫之后。

我不知道,任何集装箱是否都把一个服务器序列化,但安装了可扩展的接口,因此有可能这样做。

The JavaDoc for the init methods states: “Called by the servlet Campbell to indicated to a servlet that the servlet is being place into service"

帝国化是否等于“被安排服役”?

问题回答

虽然我从未实际处理过一个集装箱,该集装箱通过序列号交换了该服务器,而且我真心实意地可以想象现代集装箱何时会这样做,但我始终认为,<条码>init()完全是在其生命周期中被称作该服务器的,因此,它会再次被称作not。 如有任何<条码>可乘,你需要通过实施<条码>现场(<>>>)进行特别处理。





相关问题
Choosing the right subclass to instantiate programmatically

Ok, the context is some serialization / deserialization code that will parse a byte stream into an object representation that s easier to work with (and vice-versa). Here s a simplified example ...

WCF Problem Sending Object To Client

Background Converting from using .Net Remoting to WCF. Most of the methods on the WCF server are working fine, but ran into one that isn t working today. This is the service contract: [...

WCF DataMember Serializing questions

Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...

deserialize the XML Document --- Need Help

I am using the below code snippet now to deserialize the XML document ... [WebMethod] public XmlDocument OrderDocument(XmlDocument xmlDoc) { XmlSerializer serializer = new XmlSerializer(typeof(...

How do I serialize a child class?

how do I include the serialized data from a child class where both impliment iserializeable? Class A Implements ISerializable dim _B as new B Class B Implements ISerializable ...

WCF: Serialize complex objects with read-only members

Looking for some guidance on a WCF service I’m prototyping. I have a WCF service hosted in IIS that will pass data to my clients. I have a separate shared assembly that contains all my business ...

Long/multiple SQL queries vs Serialization

I m trying to improve the performance of my web app where a page does a long query to pull data from different tables on a database. It pulls invoice data with multiple item lines, invoice status, and ...

热门标签