Skip to content

Java7ManagementFramework(JMF7) is invented by wilmixjemin j at oakjava7(JAVA7.0)

License

Notifications You must be signed in to change notification settings

jemin555/Java7ManagementFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Java7ManagementFramework

============================

ABOUT Java7ManagementFramework(JMF7)

Java7ManagementFramework(JMF7) is invented by wilmixjemin j

at oakjava7(JAVA7.0).

SYNTAX

public class {

public static void main(String args[]) {

<! JMF LOGIC !>

}

}

Note: to load JAVA packages

JMF7 FRAMEWORK DOCUMENTATION

ADVANTAGES of USING JMF7 Framework Project

A) It is opensource and it is used for MANAGEMENT PROJECTS

for webapplication.

B) It has attractive syntax

c) It tells the developer to study ony core OAKJAVA7 concepts

d) SAVES TIME AND COST

E) It is also used as a mobile web application

F) It has JMF - Hiber, JMF - Servlet and follow MVC pattern

MVC pattern is userdefined type.

G) We can use with Jquery ,Javascript for validation.

h) It is used for developing enterprise webapplication to be used with struts/ spring /spring boot and hibernate.

i) It helps developers to develop a enterprise webapplication as fast as could.

j) When used with OAKJAVA7 can be used for MachineLearning webapplication.

Provide much more code security when used with OAKJAVA7.

k) Easy to Debug and Learnable framework.

l) used with J$cloud with machinelearning..

EXAMPLE-1: index.JMF

public class index {

public static void main(String args[]) {

HTML.displayhtml("Register.html"); // HTML.displayhtml to display //the contents of html; not this is otherwise known as JMF //Servlet

}

}

JMF FRAMEWORK DOCUMENTATION

Jquerytest.JMF

import java.util.*;

import jxl.read.biff.BiffException; import java.io.*; public classJquerytest

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

{

ArrayList arm1= new ArrayList();

arm1.add("name"); arm1.add("uname");arm1.add("password");

// Add three fields name ,uname ,password of Register.html arm1.add("!");

ArrayListarmg=SPLITREQUEST.RESULT(arm1,"index.dsn",3,1);

// SPIT the JMF Page Request and store it in arraylist // 3 indicates 3 fields of Register.html // 1 indicates increment counter by 1

/// Print the data from register form in table format

System.out.println("

"); // JMF Servlet System.out.println("");

JMF FRAMEWORK DOCUMENTATION

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

System.out.println("

");

for (inti=0;i<armg.size();i++) {

System.out.println("

");

}

System.out.println("

");

System.out.println("

Name Username Password
"+armg.get(i)+"
");

} }

About

Java7ManagementFramework(JMF7) is invented by wilmixjemin j at oakjava7(JAVA7.0)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published