Blog
Tutorial

Tutorial

Last modified by ishikawa on 2016/03/22, 20:57

hifive-architecture_en.png

Study Room

For those who want to learn basic Web client technologies such as JavaScript, CSS or jQuery, let's study from here.

Tutorial(basic)

This tutorial describes how to use hifive in the most basic way.
By dividing an application into View - Controller - Logic sections, you can have better look through
and create a highly change-adaptive application.

Tutorial(Data Model) (only in Japanese now)

This tutorial describes how to use hifive Data Model which supports the data layer.
Although JavaScript has no concept of classes,
the Data Model structure enables you to check types of objects.

Tutorial(Data Bind) (only in Japanese now)

This tutorial describes how to use hifive Data Binding which supports the view layer.
The Data Binding enables you to reflect changes of JavaScript objects including data models to screen.

how-to(under construction)

We answer how to 

  • desing and
  • implement

to realize such a feature or an expression.

Resource Framework

hifive Resource Framework is a Java framework to implement REST APIs for saving data and files on servers.
It makes it easy to manipulate files and date represented by URL forms, that is, REST APIs.

Pitalium

You learn Pitalium(hifive regression test library) in this tutorial.
Pitalium allows you to run tests in different browsers in parallel, to capture screenshots and compare them with expected images. Pitalium's test codes are based on Selenium and JUnit.
Also you can capture some DOM element's screenshots or remove those from testing targets.
This tutorial show how to write a code and how to run a test.

References


Copyright (C) 2012-2017 NS Solutions Corporation, All Rights Reserved.