Click here to Skip to main content
15,885,537 members
Articles / Programming Languages / Java

Ajaxion - Standalone AJAX - Part 2 of 2 - C# and Java Example

Rate me:
Please Sign up or sign in to vote.
4.97/5 (34 votes)
22 Jan 2013CPOL5 min read 55.2K   1.4K   42  
An article about how to keep AJAX simple as it is and get the most out of it.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/AjaxionTest/", "http://localhost/AjaxionTest", "{C6728E80-4A9B-4B68-A67B-6375446793B0}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}|Ajaxion.dll;{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}|Audit.dll;"
		Debug.AspNetCompiler.VirtualPath = "/AjaxionTest"
		Debug.AspNetCompiler.PhysicalPath = "..\AjaxionTest\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\AjaxionTest\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/AjaxionTest"
		Release.AspNetCompiler.PhysicalPath = "..\AjaxionTest\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\AjaxionTest\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		SlnRelativePath = "..\AjaxionTest\"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ajaxion", "Ajaxion\Ajaxion.csproj", "{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}"
	ProjectSection(ProjectDependencies) = postProject
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D} = {1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Audit", "Audit\Audit.csproj", "{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Debug|.NET.ActiveCfg = Debug|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Debug|.NET.Build.0 = Debug|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Release|.NET.ActiveCfg = Release|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Release|.NET.Build.0 = Release|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Release|Any CPU.ActiveCfg = Release|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Release|Mixed Platforms.ActiveCfg = Release|.NET
		{C6728E80-4A9B-4B68-A67B-6375446793B0}.Release|Mixed Platforms.Build.0 = Release|.NET
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Release|.NET.ActiveCfg = Release|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Release|Any CPU.Build.0 = Release|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{CBAF6B13-2E9A-4C39-9F6B-129927EEBEDB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Release|.NET.ActiveCfg = Release|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Release|Any CPU.Build.0 = Release|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{1BD55102-3F7D-42A4-AA62-1BF9871BCF5D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
New Zealand New Zealand
Coder

Comments and Discussions