Skip to content
wilmix3 edited this page May 4, 2019 · 5 revisions

Welcome to the SCROLL wiki!

SCROLL is a oakjava7 framework invented in OAKJAVA7 by wilmix jemin for Mobile/ Remotewebapplication at year 2018.

Period of project : (2014- 2017)

SYNTAX:

public class classname {

static void main(String args[]) {

<! Logic !>

}

}

ADVANTAGES:

A) USED only with Latest JAVA version (OAK JAVA) JAVA7

B) IT has attractive syntax.

c) Developer need to concenterate only on core java so it is learnable. in other framework developer had to learn more syntax.

Program-1:

public class index {

static void main(String args[]) {

HTML.displayhtml("Register.html");

}

}

Program-2:

import java.util.*;

import jxl.read.biff.BiffException; import java.io.*; import java.util.regex.Pattern; import java.util.regex.Matcher; public class Jquerytest

{ static void main(String args[]) throws BiffException,IOException,Exception

{

ArrayList arm1= new ArrayList();

arm1.add("name"); arm1.add("uname");arm1.add("password"); arm1.add("state"); arm1.add("country"); arm1.add("spwd"); arm1.add("stext"); arm1.add("familydet"); arm1.add("Indent"); arm1.add("CIndent");

arm1.add("!");

ArrayList armg=SPLITREQUEST.RESULT(arm1,"Jquerytest.dsn",10,1);

// extract the contents of dsn file and print it in webpage

//dsn file contains parameters data , where as 10 indicates no of fields present in register form and 1 indicates the adjustment counter

// for selecting 10 fields

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

"); System.out.println(" "); System.out.println(" ");

System.out.println("

");

System.out.println("

");

Iterator it = armg.iterator();

while (it.hasNext()) {

Object el=it.next(); System.out.println("

");

}

System.out.println("

");

System.out.println("

Name Username Password State Country Confirm Password Secret Password FamilyDetails Percentage of Marks ScoredSubject
"+el+"
");

} }

Clone this wiki locally