-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDOTWEB2.0PART4
More file actions
103 lines (51 loc) · 1.42 KB
/
DOTWEB2.0PART4
File metadata and controls
103 lines (51 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
DOTWEB4.0
=========
DOTWEB4.0 is otherwise known as DOTWEBPart4 and it is used for datatransfer from
Linux to windows . and it is invented by wilmix jemin j in DOTWEB(JDollar) P.L.
So that Windows DOTWEB2.0 can easily take the data from LInux.
ADVANTAGES
==========
=> It is otherwise known as HYBRID REMOTE WEBAPPLICATION
=> IT is use for data transfer from one OS to other os.
so that hacker can't understood which LInux type os where the data is stored.
===> It is used for datastore and datatransfer agent.
==> DOTWEB4.0 is used only in Linux platform with VS-OS.
In VS-OS the orginal WDBAJDollar server will run there..
We already know that VS-OS provides high security from hackers
and Virus...
=>> DOTWEB4.0 is used for DATA HIGH SECURITY PURPOSE.
DOTWEB PART2 and PART3 Agent SYNTAX: (use only in Linux Platform)
<%
public class
{
public void main( ) throws
{
<! DOTWEB LOGIC !>
}
}
%>
DOTWEB PART4 Agent SYNTAX: (use only in Linux Platform)
<%
public class <classname>
{
public void main( ) throws <EXE>
{
<! DOTWEB LOGIC !>
}
}
%>
DOTWEB -Agent Program Syntax:
<%
public class <classname> {
public void main( ) throws <EXE>
{
DOTWEB.Writeln("DOTWEBAGENTQUERY");
}
}
%>
Advantages:
=============
a) You can pass only query
using DOTWEB.Writeln(QUERY);
B) Use DOTWEB-Agent Program to manipulate the Query.
c) You can call the query and execute and display the query results on same page.