between the presentation layer and the service layer.5.VO (Value object) value objects?? Typically used for data transfer between business tiers, as is the case with PO, which contains only data. But it should be abstracted out of business objects that can correspond to tables, or not, depending on the needs of the business. Created with the new keyword, collected by GC.6.BO (business object) service object?? From the business model perspective, see
Now the domestic famous micro-Bo has Sina Weibo, Tencent Weibo, Sohu Weibo, NetEase Weibo, then is not able to use these micro-blog for their own site to increase the chain, the answer is yes, this microblogging do not need to be like the blog to keep, do not have to publish articles, the use of micro-Bo main station high weight, for their own site to bring an outside chain, We can test, the concrete effect
Java object (PO, BO, VO, DTO, POJO, DAO, Entity, JavaBean, JavaBeans) differentiation, pojojavabeans
PO: persistent object), Po (persistent object) is the Entity in the Object/Relation Mapping Framework. Each attribute of po basically corresponds to a field in the database table. It is a pure Java object that complies with the Java Bean specifications without adding other attributes and methods. Persistent objects are created by the insert database an
Recently in the write interface to Android, where server data needs to define VO (Value object) object for encapsulation transportFor Vo, PO, BO, Qo,dao,pojo concept is still relatively vague, so here to record:The O/R Mapping is an abbreviation for the Object Relational Mapping. The popular point is that the object is bound to the relational database, and the object is used to represent the relational data. In the world of O/R Mapping, there are two
Vo is a mapping to a table in a database, and a table corresponds to a VODAO is to use VO to access the real table, the operation of the database is done in DAOBo is the business layer that does the logical processingVO, PO, BO, QO, DAO, POJOThe O/R Mapping is an abbreviation for the Object Relational Mapping.The popular point is that the object is bound to the relational database, and the object is used to represent the relational data. In the O/RIn
PO (named bean,entity, etc.) : persistant Object Persistent objects, the display state of records in a database table in a Java object The most vivid understanding is that a PO is a record in the database. The advantage is that a record can be processed as an object and can be easily converted to other objects. BO (named service,manager,business): Business Object Business Objects The main role is to encapsulate the business logic as an object. T
Business Chamber of Commerce operation is Bo once rich three generations of industry? 650) this.width=650; "style=" height:80px; "id=" Paperpicarea "class=" Lp_pic_type_3 "src=" Http://user.qzone.qq.com/ac /b.gif "alt=" B.gif "/>in the industry people feel not to join the people too silly, such a simple thing these people can not understand, we know just met this industry when there will be a lecturer told us 3800 can earn 3.8 million, 69800 can earn
Today with you to share some of the choice of water purifier knowledge, some very professional things may be the choice of water purifier when you do not understand, so I would like to briefly say.First of all, we probably think that the more the filter, the better, in fact, is not the case, there may be a lot of the market like a eight-level filter so look very powerful water purifier, but the basic is the PP cotton and activated carbon circulating filtration, this effect is really not very lar
The large number of professional abbreviations in the development of Java EE is confusing, especially with some experts to discuss the problem, three minutes by someone's mouth full of professional terminology spray halo, PO VO BO DTO POJO DAO, a lot of it came (heard Old Luo's critique of this phenomenon friend will smile). First of all, I am not a master of the statement, the following summary is their own experience. Please advise me on the wrong p
Po (persistant object) Persistent ObjectThe concept that appears during o/R ing does not exist if there is no o/R ing. usually it corresponds to the data model (database), and some business logic is processed. it can be seen as a Java object mapped to tables in the database. the simplest Po is to correspond to a record in a table in the database. A set of PO can be used for multiple records. the PO should not contain any database operations.
VO (Value Object) Value ObjectIt is usually used for
A few words to understand POJO, JavaBean, EJB, DAO, DTO, VO, PO, BO, do
1. POJO
POJO (Plain old Java Object) is called by Martin Fowler, Rebecca Parsons and Josh Mackenzie in a speech in 2000. According to Martin Fowler, "Plain old Java object" is literally translated as "pure old-fashioned Java objects," but everyone uses "simple Java objects" to address it. The implication is that there are some private parameters that act as properties of the o
data compared to some other business-to-business, consumer Web site traffic may not be too much, but the antique industry has his limitations, relative to this data on the author to see the No.1 has been antique mall.
I observed that this site is based on a large number of long tail words to obtain traffic, the following we take the "Bloodstone price" as an example to detailed analysis of Bo Bao Mall's military, the first site posted out Http://shop
The large number of professional abbreviations in the development of Java EE is confusing, especially with some experts to discuss the problem, three minutes by someone's mouth full of professional terminology spray halo, PO VO BO DTO POJO DAO, a lot of it came (heard Old Luo's critique of this phenomenon friend will smile).First of all, I am not a master of the statement, the following summary is their own experience. Please advise me on the wrong pl
The day before yesterday in Bo asked a novice to ask a question, and asked a very vague, but also asked Bo friends to give a demo to make an example, but they have neglected the feelings of others, only to their own convenience, is really ashamed of his ignorance and ignorance.I want to be a Java mobile interface, through the mobile phone to obtain Java background data, and display on the phone side. Onesel
bo Master profile: Bo Master graduated from a general undergraduate in Shandong, the study is not computer science, the foundation is relatively weak. September 14 enrolled in the Amin Linux training, the current course is about to end, feel Amin Linux training in the content is not the top, but Ming elder brother's sense of responsibility, serious attitude and not mercenary teaching method is suitable for
There is further information on the "real name of the blog". China Internet Association launched the first "blog service Self-discipline Convention", involving a number of blog real-name-related treaties, said to encourage the blog service provider to the blog users to implement real names, while the blog service provider to develop an effective real-name user information security management system to protect the blog user information.
This is undoubtedly "the most drastic" for the blog service
Java (Po,vo,to,bo,dao,pojo) class name Package name explanation2015-04-28 20:11 by Loull, 18 Reading, 0 reviews, Favorites, compilation VO: Value object, view object PO: Persistent object qo: Query ObjectDAO: Data Access Object--also DAO pattern DTO: Data Transfer Object--also DTO modePO: Full Name is Persistant object The most vivid understanding of persistent objects is that a PO is a record in the database. The advantage is that a record can be pro
network load, but here I refer to the data transfer objects between the presentation layer and the service layer.VO (View object) Value ObjectA View object, used for the presentation layer, that encapsulates all the data for a specified page (or component).BO (business object) service objectFrom the business model perspective, see the domain objects in the UML component Domain model. A Java object that encapsulates the business logic, by invoking the
Original Address:several objects of Java (Po,vo,dao,bo,pojo) explained MunandongOne, Po:persistant object persistent objects, can be seen as a Java object mapped to a table in the database. The simplest PO is a record in a table in the corresponding database, and multiple records can be used with a collection of PO. The PO should not contain any operations on the database.Two, Vo:value object value objects. Typically used for data transfer between bu
.
----------------------------------------------------------
Bo: Business Object
Encapsulate the business logic as an object (which can include multiple Po. It usually needs to convert Bo into Po to realize data persistence. Otherwise, the PO obtained from the DB, must be converted to Bo for use at the business layer ).
There are three main concepts about
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.