Full text search for "XML"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • httpRequest.js . . . . 11 matches
         XMLHttpRequest 객체를 사용하는 [ajax] 공통 함수
         //XMLHttpRequest 객체를 저정할 전역 변수
         //브라우저에 따라 XMLHttpRequest 객체를 생성
         function getXMLHttpRequest()
          return new ActiveXObject("MSXML2.XMLHTTP");
          return new ActiveXObject("Microsoft.XMLHTTP");
          } else if (window.XMLHttpRequest) {
          return new XMLHttpRequest();
         //XMLHttpRequest를 사용해서 웹 서버에 요청
          httpRequest = getXMLHttpRequest();
  • XML . . . . 9 matches
         = xml의 장점 =
         = xml의 단점 =
         = xml의 특징 =
         = xml의 응용분야 =
          *[Well-Formed XML] : XML Specification 1.0의 기본 문법 준수 문서
          *[Valid XML] : DTD 문법 따르는 Well-formed XML 문서
         = [XML문서의 구성] =
         = [XML tools] =
         = [XML Namespace] =
         = [XML 스키마] =
         = [XML Parser] =
  • JWSDP . . . . 8 matches
          * Java API for XML Binding(JAXB) : java class를 xml문서로 marshaling 혹은 반대(unmarshaling) 기능 제공
          * Java API form XML Messaging(JAXM) : 비동기적 웹서비스 구현위한 api와 도구
          * Java API for XML Processing(JAXP) : DOM, SAX(Simplle API for XML) 파서 제공, 기본적으로 Apache Group의 Xerces2파서를 사용한다. XSLT관련 api도 제공하며 기본적으로 Xalan이 사용됨
          * Java API for XML Registries(JAXR) : XML 레지스트리에 일관되게 접근하여 정보검색, 저장하도록 하는 표준 java api제공, xml 레지스트리 종류는 [ebXML]과 [UDDI]레지스트리가 있다
          * Java API for XML-based RPC(JAX-RPC) : [RPC](Remote Procedure Call)방식의 웹서비스 시스템 및 클라이언트 개발 api, [WSDL]문서 자동 생성, Tie(클라이언트와 통신 담당) 클래스를 자동 생성, war 파일 생성 기능, 클라이언트를 쉽게 이용하도록 자동으로 Stub 만들어줌
  • EbXML등장배경 . . . . 7 matches
         [ebXML] 등장 배경
         1998년 XML 1.0이 발표된 이후 다양한 전자거래 표준(로제타넷, 커머스넷, eCo, 아리바등)이 등장하였다. XML의 가장 큰 장점은 확장성이다. 기존의 EDI가 사용되는 구문은 정해진 포맷을 사용하여 확장성을 허용하지 않았다. 수십개의 표준화 작업이 진행되고, 각각의 나름대로 서로 다른 프레임워크를 정의한다면, 상호연동성을 도모하는 것은 지극히 어여룽 작업이다. 이렇게 시장이 표준화와 배치되는 방향으로 나아가는 상황에서 XML 기반의 단일 표준화를 추진할 필요성을 인식하고 1999년 11월 국제 EDI 추진기구인 UN/CEFACT가 IT 민간 컴소시엄인 OASIS(Organization for the Advancement of Structured Information Standards)와 공동으로 1999년 11월 부터 18개월 동안 ebXML(e-Business using XML)이라는 체세대 인터넷 전자상거래 표준 프레임워크를 제정하였다.
         from http://www.remko.or.kr/jsp/intro/intro_ebXML.html
  • NewscrapRestarter.java . . . . 7 matches
         import javax.xml.parsers.DocumentBuilder;
         import javax.xml.parsers.DocumentBuilderFactory;
          * 오류 발생시 응답 : <?xml version="1.0" encoding="UTF-8"?>DB Error: connect failed
          * 즉 오류 발생시 정상적인 XML이 리턴되지 않고 있음.
          * 이 프로그램은 주기적으로 데이터를 서버로 요청하다가 정상적인 XML이 리턴되지 않는 경우 서비스의 오류로 판단하고
          getAndParseXML();
          log("errors while getAndParseXML", now1);
          sms("errors while getAndParseXML", now1);
          // private boolean isValidXML(Document doc) {
          private Document getAndParseXML() throws Exception {
          // FileInputStream fis = new FileInputStream("d:/z.xml");
  • XMLWebServicesWithJava . . . . 7 matches
         [1일차 - XML Web Services with Java]
         [2일차 - XML Web Services with Java]
         [3일차 - XML Web Services with Java]
         [4일차 - XML Web Services with Java]
         [5일차 - XML Web Services with Java]
         attachment:전달교육발표자료_XML웹서비스.odp
         attachment:전달교육발표자료_XML웹서비스.pdf
  • XML스키마 . . . . 7 matches
         [XML]문서 검증을 위한 문법이 초기에는 [DTD]였다. DTD와 마찬가지로 XML 스키마도 XML 문서구조정의를 위해 이용됨
         XML 문법을 따름
         <?xml version="1.0" encoding="UTF-8"?>
         <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <?xml version="1.0" encoding="UTF-8"?>
         <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         위의 XSD(test.xsd)에 맞는(valid한) xml
         <?xml version="1.0" encoding="UTF-8"?>
         <친구들 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
  • EbXML기반전자거래절차도 . . . . 6 matches
         [ebXML]
         attachment:ebxml-flow-01.gif
         ① 회사 A는 인터넷을 통하여 ebXML등록저장소에서 일반적인 기업간 비즈니스 프로세스 항목을 다운 받는다.
         ② ebXML 솔루션(MSH: Message Service Handler)을 구입하여 기업내부시스템과 연계하여 설치한다.
         ③ 회사 A는 MSH의 프로토콜 정보와 내부기업정보가 정의된 협업 규약 프로파일(CPP)을 ebXML 등록저장소에 등록한다.
         ④ 회사 B는 ebXML 등록저장소에서 회사 A의 CPP를 검색 및 다운로드 받는다.
         from http://www.remko.or.kr/jsp/intro/intro_ebXML.html
  • jEdit . . . . 6 matches
         JTidyPlugin - HTML과 XML에서 매칭되는 태그를 표시 http://jtidy.sourceforge.net/
         XML - xml, html 등의 코딩 지원(DOM 구조 표시 등)
         mode.xml.sidekick-tree.follows-caret=true
         xml.cache.system-id.13.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache11361.xml
         xml-insert.dock-position=floating
         xml.standalone-extra-space=true
         xml.cache.public-id.14.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache11361.xml
         plugin-blacklist.XmlIndenter.jar=false
         xml.cache.system-id.16.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache55974.xml
         xml.cache.public-id.2.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache56406.xml
         xml.cache.system-id.2.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache56406.xml
         xml.cache.public-id.5.uri=file\:/C\:/Documents and Settings/kiki/.jedit/dtds/cache59859.xml
         plugin-blacklist.XML.jar=false
         xml.cache.system-id.5.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache21437.xml
         xquery.selectXmlInput.last-source=Please select a Context source document
         xmlindenter.preserve-whitespace-element.modified=true
         xml.cache.public-id.8.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache55974.xml
         mode.xml.sidekick.showStatusWindow.label=true
         xml.cache.system-id.11.uri=file\:/C\:/Documents and Settings/Administrator/.jedit/dtds/cache21439.xml
         xml-match-tag.shortcut=CS+CLOSE_BRACKET
  • DTD . . . . 5 matches
         [XML] 문서의 문법을 정의
         XML문서의 구조를 정의하는데 DTD나 [XML스키마]가 사용될 수도 있다.
         여러가지 제약으로 [XML 스키마]를 사용하는 추세
         XML문법을 따르지 않음
  • Well-FormedXML . . . . 5 matches
          *[XML] Specification 1.0의 기본 문법 준수 문서
          *xml 표준에서 규정한 일반적인 규칙을 따르는 문서 의미
          *xml 표준은 Namespaces 표준 1.0과 함께 할 경우만 완전한 표준이 됨
         [Valid XML]
         = Well-Formed XML의 조건 =
         태그이름은 XML로 시작해서는 안됨(XML로 시작하는 단어는 모두 예약어)
  • XMLHttpRequest . . . . 5 matches
         [httpRequest.js] - [XMLHttpRequest] 객체를 사용하는 [ajax] 공통 함수
         XMLHttpRequest는 현재 표준은 아니지만 대부분의 브라우져에서 지원
         = XMLHttpRequest 객체의 상태 =
         var retXML = httpReq.responseXML;
  • HelpOnXmlPages . . . . 4 matches
         == XML Pages & XSLT Processing ==
         If you have Python4Suite installed in your system, it is possible to save XML documents as pages. It's important to start those pages with an XML declaration "{{{<?xml ...>}}}" in the very first line. Also, you have to specify the stylesheet that is to be used to process the XML document to HTML. This is done using a [http://www.w3.org/TR/xml-stylesheet/ standard "xml-stylesheet" processing instruction], with the name of a page containing the stylesheet as the "{{{href}}}" parameter.
         <?xml version="1.0" encoding="ISO-8859-1"?>
         <?xml-stylesheet href="XsltVersion" type="text/xml"?>
         <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
          <xsl:output method="html" omit-xml-declaration="yes" indent="no"/>
  • eclipse-keys . . . . 4 matches
         "Edit","Add Maven Dependency","Shift+Ctrl+D","Editing XML Source"
         "Edit","Add Maven Plugin","Shift+Ctrl+P","Editing XML Source"
         "Edit","Add Maven Dependency","Ctrl+Shift+D","Editing XML Source"
         "Edit","Add Maven Plugin","Ctrl+Shift+P","Editing XML Source"
  • JWSDP동적호출인터페이스모델클라이언트 . . . . 3 matches
         import javax.xml.rpc.*;
         import javax.xml.namespace.*;
         QName serviceQName = new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "Webservice");
         QName portQName = new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "CalIFPort");
          "javax.xml.rpc.encodingstyle.namespace.rui"
          , "http://schemas.xmlsoap.org/soap/encoding/");
          new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "plus")
          , new QName("http://www.w3.org/2001/XMLSchema", "int")
          , new QName("http://www.w3.org/2001/XMLSchema", "int")
         call.setReturnType(new QName("http://www.w3.org/2001/XMLSchema", "int"));
  • Web2.0이란 . . . . 3 matches
         이상 웹2.0의 대표적인 특징들을 살펴보았고 각 특징을 구현하고 있는 주요 기술들과 용어에 대해 알아보려고 한다. 물론 이러한 기술들은 최근에 새로 등장한 것도 있지만 대부분 예전부터 존재했었던것, 그리고 점차적으로 변형되어 발전된 것들이 대부분이다. 예를 들면 Ajax에 사용되어지는 Javascript와 XML 그리고 비동기통신을 가능하게 하는 모듈은 예전부터 있었지만 구글에서 적극적으로 사용되어지면서 웹2.0의 주요기술로 인식되고 즐겨 사용되어지고 있다.
         처음 블로그가 나왔을때 나는 기존 게시판이나 방명록 형태의 약간 다른 변형정도로 생각했다. 하지만 무엇때문에 블로그가 이렇게 인기를 끌고 또한 웹2.0의 대표적인 서비스로 얘기되고 있는 것일까? 블로그의 가장 일반적인 형태는 기존 게시판들과는 달리 공개적으로 발행하는 일기형식을 띄고 있다. 하지만 단순히 이러한 이유뿐 아니라 블로그를 통해 널리 퍼지게 된 RSS 라는 기술덕분이다. RSS는 Contents Syndication 기술의 하나로 기존의 링크와는 달리 사용자가 특정 웹화면을 구독할 수 있게 해준다. 물론 요즘은 사이트 구독외에도 다양한 방면에 사용되고 있다. 기존의 링크와의 차이점이라면 기존 링크는 단순히 특정 페이지의 주소를 나타내어 해당 페이지로 이동하는 수단으로서 사용되고 있지만 RSS피드는 해당 페이지의 컨텐츠 자체를 나타내며 이는 RSS구독기나 기타 웹이든 데스크탑애플리케이션이든 혹은 서버쪽 프로그램이든 XML을 이해하는 프로그램에서 해당 사이트를 구독하거나 변경된 데이타를 업데이트해서 활용할 수 있게 된다. 또한 트랙백을 이용하여 서로 관심있는 블로그가 그물망처럼 연계되어 블로그를 이용하는 사람이 쉽게 동일 주제의 블로그를 타고 다니며 이용할 수 있게 된다.
         시맨틱웹이란 기술적인 측면에서 바라봤을때 웹2.0을 표현하는 용어라고 볼 수 있을것이다. 즉 기존의 웹에 비해 데이터가 명확히 분리되고 표현되어 사람은 물론 기계의 입장에서도 이해할 수 있는 데이터들이 유통되는 웹을 말한다. 이러한 것을 가능하게 하는 주요 기술로 XML과 그것을 기반으로 하는 RDF, RSS, Atom, Web Services 등이 있을 것이다. RDF와 RSS, Atom 등의 기술은 블로그와 멀티미디어 자원등을 배포하는 수단으로 사이트간 컨텐츠 유통, 블로그 구독등에 많이 사용되고 있다. 웹서비스는 SOA를 구현하는 기술로서 어떤 언어나 플랫폼에서든 서로 서비스를 제공하고 제공받는것을 가능하게 하여 서로다른 애플리케이션의 통합을 가능하게 한다.
  • XMLTools . . . . 3 matches
         [XML]
         XMLSpy - [^http://altova.com/] : [XML editor]
  • ajax . . . . 3 matches
          *Ajax(Asynchronous JavaScript and XML)
         XMLHttpRequest
         var xmlhttp;
          xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
          xmlhttp.onreadystatechange = onreadystatechangeEH
          xmlhttp.open("GET", "/comnote/web/ajax/ajaxTest_getMessage.jsp", true);
          xmlhttp.send();
          if(xmlhttp.readyState){
          document.getElementById("statusCode").innerText = xmlhttp.readyState;
          if(xmlhttp.readyState == 4){
          if (xmlhttp.status == 200)
          document.getElementById("result").innerText = xmlhttp.responseText;
          document.getElementById("statusText").innerText = xmlhttp.statusText;
         xmlhttp.readyState : <div id="statusCode"></div>
         xmlhttp.statusText : <div id="statusText"></div>
         xmlhttp.responseText : <div id="result"></div>
  • 1일차-XMLWebServicesWithJava . . . . 2 matches
         [XML Web Services with Java]
         [XML]
  • Element . . . . 2 matches
         [XML문서의 구성]
         [XML] 문서구조의 최소 구성단위
  • Markup Language . . . . 2 matches
         [XML], [HTML] 등 문서의 기본 정보에 추가적인 정보를 제공하기 위해 사용되는 언어
         문서내용의 구조에 대한 추가적 정보 제공 (XML)
  • SAX . . . . 2 matches
         [XML]문서 처리를 위한 이벤트 기반의 API
         SAX는 XML의 각 구성요소들을 순차적으로 접근하면서 이벤트 방식으로 문서를 취급
  • SOAP . . . . 2 matches
         (멀티파트 MIME 구조 사용) 첨부를 통합하는 SOAP XML 메시지 지원
         [XML]포맷을 이용
         javax.xml.soap 패키지
  • Spring3.0특징요약 . . . . 2 matches
          * Works in XML and annotations
          <spring:url value="/spittle/{id}/edit" var="editUrl" escapeXml="true">
          Object-to-XML mapping from Spring-WS
  • ValidXML . . . . 2 matches
         DTD 문법을 따르는 [Well-Formed XML] 문서
         Well-formed [XML]문서이면서 문서의 구조를 정의하는 [DTD](Document Type Definition)에 맞게 기술된 문서
  • XMLNamespace . . . . 2 matches
         두 개이상의 다른 [XML]문서를 통합할때 발생되는 문제점을 해결하기 위해 사용
         <{http://a.com/xml/user}title>
         <{http://a.com/xml/cd}title>
         <user:userlist xmlns:user="http..." xmlns:cdlist="http://...">
         <user:userlist xmlns="http..." xmlns:cdlist="http://...">
         [XML 스키마]와 XSLT의 네임스페이스는 고정된 값을 가짐
  • ebXML . . . . 2 matches
         = [ebXML 등장배경] =
         = [ebXML 기반 전자거래 절차도] =
  • xpath . . . . 2 matches
         [xml] 문서의 특정 노드 접근위한 표현식
         [xml] 문서의 특정 노드 검색시 사용
         XPath(XML Path Language) - XML 문서의 표준경로 지정 언어
         XPath 1.0 : 1999년 11월 16일 w3c 권고안 발표, xml 문법을 사용하지 않는 독립된 문법 규격을 지님(http://www.w3.org/TR/xpath)
  • 마크업언어의역사 . . . . 2 matches
         [SGML] : Standard Generalized Markup Language, 미국 및 캐나다에서 공공문서나 법률문서관리목적 또는 출판업계에서 사용목적으로 많이 사용, 규칙이 너무 복잡 HTML과 XML의 모태
         [XML] : eXtensible Markup Language, 플랫폼 독립적, 이기종간 정보교환가능, 데이터 구조 정의에 적합, SGML의 강력함, HTML의 쉽고 가벼움을 가진 실용적특성을가지고 SGML을 재정의
  • 웹서비스 . . . . 2 matches
         [WSDL], [UDDI], [SOA], [XML]
         [XML Web Services with Java] 멀티캠퍼스 수강 노트 [[Date(2006-11-27T03:02:15)]]
  • 1일차-Ajax교육 . . . . 1 match
         [xml]
         [httpRequest.js] - XMLHttpRequest 객체를 사용하는 [ajax] 공통 함수
         [xsl적용하기.js] - [xml]에 [xsl]적용하는 javascript
  • 2일차-Ajax교육 . . . . 1 match
         [XMLHttpRequest]
  • 2일차-XML Web Services With Java . . . . 1 match
         [XML]
  • 4일차-XMLWebServicesWithJava . . . . 1 match
         [XML] > [DOM] & [SAX]
  • DOM의제약사항 . . . . 1 match
          * [XML] 문서의 내부와 외부 요소에 대한 구조적인 모델은 없다.
  • DOM의특징 . . . . 1 match
          * [XML]문서에 대한 전체 구조를 메모리 안에 생성 : 대용량에 비효율적
  • HelpOnActions . . . . 1 match
          * `titleindex`: Implements the listing of all page names as text (Self:?action=titleindex) or XML (Self:?action=titleindex&mimetype=text/xml''''''); the main use of this action is to enable MeatBall:MetaWiki.
  • HelpOnEditing . . . . 1 match
          * HelpOnXmlPages - how to store pages with XML content and process them via XSLT
  • HelpOnProcessingInstructions . . . . 1 match
         Processing instructions have the same semantics as in XML: they control the paths taken when processing a page. Processing instructions are lines that start with a "{{{#}}}" character followed by a keyword and optionally some arguments. Two consecutive hash marks at the start of a line are a comment that won't appear in the processed page.
  • JavaNCSS . . . . 1 match
         정보 제공(XML 보고서)
  • Java관련기술 . . . . 1 match
         [XML Web Services with Java]
  • MVCModel2X . . . . 1 match
         데이터([XML]) + 표현([XSL]) ==> 서비스
  • MoniWikiPo . . . . 1 match
         msgid "It is a XML format !"
  • PI . . . . 1 match
         파서에게 [XML]문서의 버전, 인코딩 정보 전달, 표현을 위한 스타일시트 지정, 응용프로그램에 예약된 작업 지시
         <?xml version="1.0" encoding="euc-kr"?>
         <?xml-stylesheet type="text/xsl" href="my_style.xsl"?>
  • RSS . . . . 1 match
         만약 그쪽 사이트(컨텐츠를제공하는)가 RSS를 제공한다면 우리는 표준화된 XML을 이용해서 쉽게 컨텐츠를 요리할수 있었을것이라는 아쉬움이 남으면서 우리사이트의 내용중에도 RSS를 하루빠리 지원해서 외부 다른 기관이나 우리사이트 컨텐츠에 관심이 많은 사람들에게 유용하게 제공해야 할 것같다는 생각이 드네요.
  • Simian . . . . 1 match
         Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic, Groovy source code and even plain text files. In fact, simian can be used on any human readable files such as ini files, deployment descriptors, you name it.
  • Spring2.0특징요약 . . . . 1 match
         Problem-specific XML
  • UTF-8 . . . . 1 match
         [XML]문서의 기본 인코딩
  • VliadXML . . . . 1 match
         [Valid XML]
  • WSDL . . . . 1 match
         WSDL 서비스 명세는 WSDL 스키마 정의에 맞게 작성된 [XML]문서 이다
  • XML Web Services with Java . . . . 1 match
         [XML Web Services with Java]
  • XMLParser . . . . 1 match
          * [XML] Parser API Feature Summary : http://java.sun.com/webservices/docs/1.6/tutorial/doc/SJSXP2.html#wp103531
  • XML문서의구성 . . . . 1 match
         [XML]은 다음 6개의 요소로 구성
  • dom . . . . 1 match
         [HTML]이나 [XML]문서를 위한 프로그래밍 API
  • silverlight . . . . 1 match
         XAML이라는 XML 포맷의 유저 인터페이스를 제공
  • utf-8 . . . . 1 match
         [XML]문서의 기본 인코딩
  • wsdl . . . . 1 match
         WSDL 서비스 명세는 WSDL 스키마 정의에 맞게 작성된 [XML]문서 이다
  • xml . . . . 1 match
         [XML]
  • 교육 . . . . 1 match
         2006-11-27 ~ 12-01 : [XML WebServices with Java]
  • 웹서비스의구성요소 . . . . 1 match
         [XML] : 웹서비스의 기본적인 데이터 유형 정의
  • 웹서비스의배경 . . . . 1 match
         [1일차 - XML Web Services with Java]
Found 61 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2009-12-29 10:00:35
Processing time 0.2091 sec