=========
JSAUCER P.L is used with Android and it is invented by wilmix jemin j at year 2015.
JSAUCER IS INVENTED BY WILMIX JEMIN J @ YEAR 2015 IN JDOLLAR TECHNOLOGY.
It is a Mobile Technology.
It is used in mobile cloud computing . and used for constructing webpages for
mobiles.
The mobile users can view the webpage through mobile from the remote
server.
JSAUCER uses Remote Server to communicate with mobile.
1.JSAUCER also has attractive syntax and has less code like JWP.
-
It saves time and cost and increase Productivity.
-
We can also do Banking , Insurance through any mobiles.
-
We can also view desktop of Gcloud os v.1
-
It Provide the facility for the users to use the mobile as easy as possible , so it is more user friendly.
-
It is used with WDBAJ$ database hence Provide Good Security.
-
It is also an Interactive mobile Technology.
-
It is best to use for mobile cloud computing and mobile web pages.
-
It is basically based on oops concepts so developers can easily concenterate on it.
-
It also provide attraction for webpages.
-
It is used in Advanced Business and solve complex problems.
-
It allow multiple submits on same page.
-
It also interact with JDollar hence it pocessed such advantages like JDollar.
-
It supports ANGULAR.js , JQuery mobile and java scripts.
<%
public class Login2
{
public void JSAUCER-Main( )
{
<! Logic of JSAUCER !>
}
}
%>
@Remote<% public class IbatisResult{ public void JSAUCER-Main( )
{
int id = 1;
Employee e = <NEW> Employee();
e.Salary(1000);
JSaucer.Writeln("ID: " + e.getId());
JSaucer.Writeln("First Name: " + e.getFirstName());
JSaucer.Writeln("Last Name: " + e.getLastName());
JSaucer.Writeln("Salary: " + e.getSalary());
JSaucer.Writeln("Record read Successfully ");
} }
%>
@Remote<%
public class Employee {
private int id;
private String first_name;
private String last_name;
private int salary;
public Employee() {}
public Employee(String fname, String lname, int salary) { .first_name = fname; .last_name = lname; .salary = salary; }
public int getId() { return id; }
public void Id(int id) {
.id = id;
}
public String getFirstName() { return first_name; }
public void FirstName(String fname) {
.first_name = fname;
}
public String getLastName() { return last_name; }
public void lastName(String lname) {
.last_name = lname;
}
public int getSalary() { return salary; }
public void Salary(int salary) {
.salary = salary;
}
} %>