Search results

From Documentation
  • ...b application. Keeping a level of abstraction between the presentation and data layers is paramount to maintaining a scalable web application. [http://www.hibernate.org/ Hibernate] is a popular Object Relational Model (ORM) framework and [http://www.springframework.org/ Spring] is an all roun
    14 KB (2,020 words) - 04:15, 20 January 2022
  • ...for simple deployment environments where the application uses only JPA for data access. In our project, we implement DAO (Data Access Object) pattern for the persistence layer with injected EntityManger
    14 KB (1,903 words) - 04:20, 20 January 2022
  • ...and Role which implements GranthedAuthority. Theses classes are fit in the model package. Second, you need to develop the DAO layer (look at dao package). F In the next step we will configure a data connection to be used by JPA. Your applicationContext-jpa.xml should look l
    7 KB (818 words) - 03:34, 22 November 2011
  • ...P pattern. It handles events from users' interaction, retrieves data from “Model”, and updates “View“ by manipulating UI components directly. public void render(Listitem item, Item data){
    11 KB (1,470 words) - 04:18, 20 January 2022
  • ...dynamic updates, while the inner <x:div> uses an xhtml component to enable data binding on the dynamic style and textContent properties. A notifyChange on ca:data-toggle="tooltip" ca:data-placement="right"
    20 KB (2,797 words) - 04:21, 20 January 2022
  • ...dynamic updates, while the inner <x:div> uses an xhtml component to enable data binding on the dynamic style and textContent properties. A notifyChange on ca:data-toggle="tooltip" ca:data-placement="right"
    20 KB (2,796 words) - 07:54, 20 January 2022
  • ...methods provided by ZK that will help developers to write applications in Model-View-Controller pattern easily. Besides, they also provides a convenient pa ...where a framework can play a role. Why not just bind these components and data beans automatically?
    20 KB (2,521 words) - 10:33, 21 December 2010
  • ...endering-on-demand). The biglistbox is capable of handling huge amounts of data, for example the demo below demonstrates it handling over 1 trillion cells. ...I to supply data in a clean MVC based manner. In addition to updating the data dynamically, it provides a pleasant user experience as the visual display i
    15 KB (1,892 words) - 04:20, 20 January 2022
  • ...AngularJS (1.x)] is a well-known client-side UI framework, and its two-way data binding on HTML is the most notable feature. You could build a custom view ...015/03/11/zk8-work-with-native-web-components-using-the-new-zk-client-side-data-binding-api/ ZK8: Work with Polymer Components using ZK’s new client-side
    16 KB (2,179 words) - 04:25, 20 January 2022
  • ...ZK 5/6, Spring 3, and Hibernate 3.6 to create a simple project that loads data from MySQL database. ...figuration file called '''applicationContext.xml''', this file defines the data source (line 9), session factory (line 16) and DAOs (line 29) that are need
    25 KB (3,076 words) - 04:19, 20 January 2022
  • ...ZK 5/6, Spring 3, and Hibernate 3.6 to create a simple project that loads data from MySQL database. ...figuration file called '''applicationContext.xml''', this file defines the data source (line 9), session factory (line 16) and DAOs (line 29) that are need
    25 KB (3,076 words) - 04:18, 20 January 2022
  • ...or earlier</ref> is a well-known client-side UI framework, and its two-way data binding on HTML is the most notable feature. You could build a custom view ...015/03/11/zk8-work-with-native-web-components-using-the-new-zk-client-side-data-binding-api/ ZK8: Work with Polymer Components using ZK’s new client-side
    16 KB (2,189 words) - 04:26, 20 January 2022
  • ...odel.newScale(0.0, 100.0, -120.0, -300.0, 10.0, 4);//scale's configuration data //create and set the model of the bar chart here
    11 KB (735 words) - 09:47, 19 January 2011
  • ...eview overlay, a recurring visual effect, remember some kind of contextual data for a popup, fire an occasional custom event ... I could go on). ...his still leaves us with the '''textbox''' component leaking into our View Model:
    21 KB (2,790 words) - 04:42, 20 January 2022
  • String data = (String)child; int i = data.lastIndexOf('.');
    10 KB (1,471 words) - 05:54, 6 February 2024
  • ==Express data with variable resolver and EL expressions== On a ZUML page, you could locate data with a variable resolver (<javadoc type="interface">org.zkoss.xel.VariableR
    20 KB (3,047 words) - 07:34, 14 January 2022
  • ...s usually implemented by users, and the View is responsible for displaying data which is what ZUL does. The Controller can change the View's presentation a
    12 KB (1,774 words) - 10:50, 19 January 2022
  • ...oper chart type, and the threeD (3D) attribute to draw a proper chart. The model and type must match each other, or the result is unpredictable. The 3D char PieModel model = new SimplePieModel();
    39 KB (4,414 words) - 08:55, 1 March 2023
  • = Model = == DAO Object (Data Access Object)==
    22 KB (2,903 words) - 10:01, 10 February 2012
  • <path id="lineAB" data="M 100 350 l 150 -300" stroke="red" <path id="lineBC" data="M 250 50 l 150 300" stroke="red"
    25 KB (3,203 words) - 04:20, 20 January 2022
  • ...ile also saving developers time having to concoct strategies to handle big data. ...produce a tabbox's contents dynamically using information provided by the model.
    21 KB (3,059 words) - 04:20, 20 January 2022
  • ...is demo application we have several entity beans all under package '''demo.model.bean''' ...lity to inject entity manager instance when needed. The sample code of our Data Access Object which requires an Entity manager might looks like this:
    14 KB (1,927 words) - 07:06, 4 October 2012
  • ...oud-native scalability, ZK 10 introduces stateless components, client-side Model-View-ViewModel (MVVM), and embraces TypeScript. Our CI/CD process now incor ...delivering faster response times. Client-side MVVM ushers in a new era of data binding, reducing server memory usage and improving performance. Developers
    19 KB (2,688 words) - 08:04, 16 April 2024
  • SimplePieModel model = new SimplePieModel(); model.setValue("2009", "Java", new Integer(500));
    20 KB (3,013 words) - 04:17, 20 January 2022
  • ...written in Bootstrap. We suggest using the same MVVM module to synchronize data and applying the new feature in ZK 8.0.2 called "MatchMedia" to switch each We use a MVVM model to control which template will be displayed. The following contains the sou
    7 KB (956 words) - 04:23, 20 January 2022
  • == Objet d'accès aux données (Data Access Object) == ...Developer's Reference/Data Binding|Data Binding]], nous devons activer le Data Binding Manager en définissant une page Initializer('''org.zkoss.zkplus.da
    22 KB (3,121 words) - 09:59, 10 February 2012
  • * Complicated event processing logic that takes data from several components, calls out to business services, and then updates s ...s of ZK developer the MVC patterns is made up of the following items. The 'Model' is your business objects and business services. The 'View' is the set of C
    15 KB (2,208 words) - 06:16, 20 September 2010
  • ...ZK Developer's Reference/Data Binding|Data Binding]], deberemos activar el Data Binding Manager ('''org.zkoss.zkplus.databind.AnnotateDataBinderInit''') en ...os almacenados en la base de datos que pueden ser asociados al atributo '''model''' del Listbox.
    22 KB (3,053 words) - 10:01, 10 February 2012
  • ...a validation message holder. When it's applied, it's invoked before saving data to binding target (ViewModel or middle object). When you bind a component's | &nbsp;'''Not''' save data to ViewModel
    26 KB (3,443 words) - 07:35, 8 July 2022
  • ZK is a component-based framework with event-driven programming model, therefore, developers add functions to respond to events of components tha ...so far is MVC pattern, which controls UI by components API. Another way is data binding, please see [[ZK Getting Started/Get ZK Up and Running with MVVM| G
    11 KB (1,458 words) - 10:22, 24 May 2023
  • ...Server Push is a communication technology which enables the server to send data to the client without a specific request client-side. This is extremely use SimplePieModel model = new SimplePieModel();
    23 KB (3,514 words) - 04:18, 20 January 2022
  • ...g. We heavily use custom macro components to encapsulate their own views, data and user interaction in pure java. We plug in our custom css theme. You m ...a response value from a doModel dialog in the Zk 3 event-processing thread model. To preserve what we already have without code change, we enabled the even
    8 KB (1,352 words) - 09:54, 19 January 2011
  • ...t/ChartsEngine.html ChartsEngine], you can get a JSON string after setting data. Besides, using ChartsEngine doesn't require ZK Execution, so you can call private SingleValueCategoryModel model = new DefaultSingleValueCategoryModel();
    8 KB (933 words) - 06:49, 14 September 2023
  • ...Use_Load-On-Demand_to_Handle_Huge_Data | Use Load-On-Demand to Handle Hugh Data]].. *increase the data throughput
    42 KB (4,880 words) - 04:47, 22 November 2010
  • ...tion.html Authentication] object in EL expression, zscript, or ZK annotate data binding expression. ...is investigating easy ways to write View in ZK, Controller in Spring, and Model in Hibernate/JPA as in MVC design pattern. I will expect Java annotation an
    9 KB (1,295 words) - 06:57, 7 December 2010
  • ...rare case, usually due to an upload (reasonable), or form posting a lot of data) :*e.g. try upload the same amount of data to the server via ftp/scp to check possible upload speed
    23 KB (3,663 words) - 10:23, 5 February 2024
  • ; org.zkoss.grouping.model ; org.zkoss.grouping.model.search
    27 KB (4,126 words) - 05:59, 8 April 2014
  • ...s" and "selectedItem" to "vm.selected". In order to show each order of the model, I binded specified properties in the template labelled with predefined con <listbox model="@load(vm.orders)" selectedItem="@bind(vm.selected)" hflex="true" height="2
    24 KB (3,550 words) - 04:19, 20 January 2022
  • When multiple users operate on the same data it is likely that 2 or more users are trying to edit the same object simult ...condition so they don't attempt concurrent editing (and potentially losing data or producing inconsistent merged results) - means we need to '''observe'''
    26 KB (3,378 words) - 04:38, 20 January 2022
  • = Data Binding Syntax Sugar and Simplified Usage= [ZK-4569] - MVVM support calling commands in other view model
    13 KB (1,925 words) - 08:45, 6 July 2021
  • ...ue de voitures. Nous allons utiliser l'approche selon le design pattern '''Model-View-ViewModel (MVVM)'''. Dans cette dernière, ZK peut automatiquement con private String model;
    33 KB (5,020 words) - 07:33, 14 January 2022
  • ...odel.newScale(0.0, 100.0, -120.0, -300.0, 10.0, 4);//scale's configuration data //create and set the model of the bar chart here
    11 KB (1,530 words) - 04:17, 20 January 2022
  • *: The backend data model and formula evaluation engine is built on top of the Apache POI library. D ...ding order, or sort with predefined conditions, such as sorting columns of data one by one sequentially.
    13 KB (1,846 words) - 09:52, 25 January 2011
  • <grid model="@load(vm.resultModel)" height="300px"/> step("Fetching Data ...", 40, 1500);
    19 KB (2,469 words) - 04:21, 20 January 2022
  • ...server. Testers can verify the results by checking component's property or model. ...nnot reuse <code> cells </code> variable for verification, as it holds old data. We should retrieve <b>listitem</b> again to verify.
    15 KB (2,191 words) - 04:19, 20 January 2022
  • ...ny. The desktop and its component tree are stored in an HTTP session. This model, while powerful, required memory on the server to maintain the state of eac In the new ZK 10's stateless component model, the traditional "event listeners" from ZK 9 are replaced with "action hand
    15 KB (2,189 words) - 16:55, 28 July 2023
  • ...ile also saving developers time having to concoct strategies to handle big data.
    12 KB (1,825 words) - 08:49, 22 October 2013
  • :'''Data Samples''': Zeta can be used to generate CRUD functions and an interface for a table of data in seconds.
    19 KB (2,918 words) - 04:17, 20 January 2022
  • :'''Data Samples''': Zeta can be used to generate CRUD functions and an interface for a table of data in seconds.
    20 KB (3,065 words) - 04:17, 20 January 2022
  • ...'' and ''Listbox''. This mirrors functionality seen within Excel and makes data in these components easier to read, interpret and handle. The vbox and hbox now have a XUL box model with align and pack attributes, the align attribute specifies how child ele
    14 KB (2,102 words) - 04:17, 20 January 2022
  • Zeta can be used to generate CRUD functions and an interface for a table of data in seconds. ...erform all CRUD operations (Create, read, update and delete) utilizing the Model-View-Control (MVC) design pattern.
    16 KB (2,412 words) - 04:17, 20 January 2022
  • ...f the nodes hold state, and the response content is generated based on the data passed with actions. This allows a client to receive an initial page respon ...e state are automatically disabled. For example, server-side event queues, model controller, and websocket channels are features that require a server-side
    19 KB (2,770 words) - 03:38, 5 October 2023

View (previous 250 | next 250) (20 | 50 | 100 | 250 | 500)

Google Custom Wiki Search