Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Applications

buffalo-2.0-src

  • Category : Applications
  • Tags :
  • Update : 2008-10-13
  • Size : 344.2kb
  • Downloaded :0次
  • Author :goo***
  • About : google
  • PS : If download it fails, try it again. Download again for free!
Download 1 (344.2kb)
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
src the latest version of the framework of Buffalo
Packet file list
(Preview for download)
Packet : 9927432buffalo-2.0-src.zip filelist
buffalo-core/
buffalo-core/pom.xml
buffalo-core/script/
buffalo-core/script/main/
buffalo-core/script/main/base.js
buffalo-core/script/main/bind.js
buffalo-core/script/main/buffalo-blank.html
buffalo-core/script/main/cache.js
buffalo-core/script/main/call.js
buffalo-core/script/main/debug.js
buffalo-core/script/main/form.js
buffalo-core/script/main/reply.js
buffalo-core/script/main/view.js
buffalo-core/script/test/
buffalo-core/script/testserver.rb
buffalo-core/script/test/lib/
buffalo-core/script/test/lib/prototype.js
buffalo-core/script/test/lib/test.css
buffalo-core/script/test/lib/unittest.js
buffalo-core/script/test/run_unit_tests.html
buffalo-core/script/test/unit/
buffalo-core/script/test/unit/base_test.html
buffalo-core/script/test/unit/bind_test.html
buffalo-core/script/test/unit/bug18.xml
buffalo-core/script/test/unit/call_test.html
buffalo-core/script/test/unit/dump.html
buffalo-core/script/test/unit/form_test.html
buffalo-core/script/test/unit/index.html
buffalo-core/script/test/unit/large-reply.xml
buffalo-core/script/test/unit/reply_test.html
buffalo-core/script/test/unit/sample-reply-cn.xml
buffalo-core/script/test/unit/sample-reply.xml
buffalo-core/script/test/unit/view_test.html
buffalo-core/src/
buffalo-core/src/main/
buffalo-core/src/main/java/
buffalo-core/src/main/java/net/
buffalo-core/src/main/java/net/buffalo/
buffalo-core/src/main/java/net/buffalo/protocal/
buffalo-core/src/main/java/net/buffalo/protocal/AccessFieldException.java
buffalo-core/src/main/java/net/buffalo/protocal/BuffaloCall.java
buffalo-core/src/main/java/net/buffalo/protocal/BuffaloProtocal.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/
buffalo-core/src/main/java/net/buffalo/protocal/converters/AbstractReferencableConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/AbstractBasicConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/BooleanConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/DateConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/DoubleConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/IntegerConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/LongConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/NullConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/basic/StringConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/BigNumberConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/collection/
buffalo-core/src/main/java/net/buffalo/protocal/converters/collection/AbstractListConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/collection/ArrayConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/collection/CollectionConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/Converter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/ConverterLookup.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/DefaultConverterLookup.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/ExceptionConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/map/
buffalo-core/src/main/java/net/buffalo/protocal/converters/map/AbstractMapConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/map/MapConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/map/ObjectConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/ReferenceConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/converters/SqlDateConverter.java
buffalo-core/src/main/java/net/buffalo/protocal/InitializeObjectFailedException.java
buffalo-core/src/main/java/net/buffalo/protocal/io/
buffalo-core/src/main/java/net/buffalo/protocal/io/DefaultMarshallingContext.java
buffalo-core/src/main/java/net/buffalo/protocal/io/DefaultMarshallingStrategy.java
buffalo-core/src/main/java/net/buffalo/protocal/io/DefaultUnmarshallingContext.java
buffalo-core/src/main/java/net/buffalo/protocal/io/FastInputStreamReader.java
buffalo-core/src/main/java/net/buffalo/protocal/io/FastStreamReader.java
buffalo-core/src/main/java/net/buffalo/protocal/io/FastStreamWriter.java
buffalo-core/src/main/java/net/buffalo/protocal/io/MarshallingContext.java
buffalo-core/src/main/java/net/buffalo/protocal/io/MarshallingStrategy.java
buffalo-core/src/main/java/net/buffalo/protocal/io/StreamException.java
buffalo-core/src/main/java/net/buffalo/protocal/io/StreamReader.java
buffalo-core/src/main/java/net/buffalo/protocal/io/StreamWriter.java
buffalo-core/src/main/java/net/buffalo/protocal/io/UnmarshallingContext.java
buffalo-core/src/main/java/net/buffalo/protocal/NoSuitableConverterException.java
buffalo-core/src/main/java/net/buffalo/protocal/ProtocalTag.java
buffalo-core/src/main/java/net/buffalo/protocal/ProtocolException.java
buffalo-core/src/main/java/net/buffalo/protocal/Signature.java
buffalo-core/src/main/java/net/buffalo/protocal/TypeNotFoundException.java
buffalo-core/src/main/java/net/buffalo/protocal/util/
buffalo-core/src/main/java/net/buffalo/protocal/util/ClassFieldNamePair.java
buffalo-core/src/main/java/net/buffalo/protocal/util/ClassUtil.java
buffalo-core/src/main/java/net/buffalo/protocal/util/CollectionUtil.java
buffalo-core/src/main/java/net/buffalo/protocal/util/DateUtil.java
buffalo-core/src/main/java/net/buffalo/protocal/util/FastStack.java
buffalo-core/src/main/java/net/buffalo/protocal/util/PrimitiveTypeUtil.java
buffalo-core/src/main/java/net/buffalo/protocal/util/QuickWriter.java
buffalo-core/src/main/java/net/buffalo/request/
buffalo-core/src/main/java/net/buffalo/request/AbstractRequestWorker.java
buffalo-core/src/main/java/net/buffalo/request/package.html
buffalo-core/src/main/java/net/buffalo/request/RequestContext.java
buffalo-core/src/main/java/net/buffalo/request/RequestContextUtil.java
buffalo-core/src/main/java/net/buffalo/request/RequestWorker.java
buffalo-core/src/main/java/net/buffalo/request/SynchronizableMap.java
buffalo-core/src/main/java/net/buffalo/request/ValidationException.java
buffalo-core/src/main/java/net/buffalo/service/
buffalo-core/src/main/java/net/buffalo/service/BuffaloService.java
buffalo-core/src/main/java/net/buffalo/service/BuffaloServiceConfigurer.java
buffalo-core/src/main/java/net/buffalo/service/BuffaloWorker.java
buffalo-core/src/main/java/net/buffalo/service/defaults/
buffalo-core/src/main/java/net/buffalo/service/DefaultServiceRepository.java
buffalo-core/src/main/java/net/buffalo/service/defaults/DefaultServiceFactory.java
buffalo-core/src/main/java/net/buffalo/service/defaults/package.html
buffalo-core/src/main/java/net/buffalo/service/defaults/ServiceHolder.java
buffalo-core/src/main/java/net/buffalo/service/interceptor/
buffalo-core/src/main/java/net/buffalo/service/interceptor/AllowOriginalHostOnlyInterceptor.java
buffalo-core/src/main/java/net/buffalo/service/invoker/
buffalo-core/src/main/java/net/buffalo/service/invoker/BuffaloInvoker.java
buffalo-core/src/main/java/net/buffalo/service/invoker/MatchedResult.java
buffalo-core/src/main/java/net/buffalo/service/invoker/package.html
buffalo-core/src/main/java/net/buffalo/service/invoker/ServiceInvoker.java
buffalo-core/src/main/java/net/buffalo/service/NoSuchServiceException.java
buffalo-core/src/main/java/net/buffalo/service/package.html
buffalo-core/src/main/java/net/buffalo/service/ServiceCreationFailException.java
buffalo-core/src/main/java/net/buffalo/service/ServiceFactory.java
buffalo-core/src/main/java/net/buffalo/service/ServiceInvocationException.java
buffalo-core/src/main/java/net/buffalo/service/ServiceRepository.java
buffalo-core/src/main/java/net/buffalo/service/ServiceRepositoryUtil.java
buffalo-core/src/main/java/net/buffalo/service/spring/
buffalo-core/src/main/java/net/buffalo/service/spring/package.html
buffalo-core/src/main/java/net/buffalo/service/spring/SpringServiceFactory.java
buffalo-core/src/main/java/net/buffalo/service/spring/SpringUtil.java
buffalo-core/src/main/java/net/buffalo/view/
buffalo-core/src/main/java/net/buffalo/view/impl/
buffalo-core/src/main/java/net/buffalo/view/impl/BeautifulPathResolver.java
buffalo-core/src/main/java/net/buffalo/view/JspViewRender.java
buffalo-core/src/main/java/net/buffalo/view/PathResolver.java
buffalo-core/src/main/java/net/buffalo/view/ViewRenderer.java
buffalo-core/src/main/java/net/buffalo/view/ViewWorker.java
buffalo-core/src/main/java/net/buffalo/web/
buffalo-core/src/main/java/net/buffalo/web/package.html
buffalo-core/src/main/java/net/buffalo/web/RequestUtils.java
buffalo-core/src/main/java/net/buffalo/web/servlet/
buffalo-core/src/main/java/net/buffalo/web/servlet/ApplicationServlet.java
buffalo-core/src/main/java/net/buffalo/web/servlet/package.html
buffalo-core/src/main/java/net/buffalo/web/upload/
buffalo-core/src/main/java/net/buffalo/web/upload/package.html
buffalo-core/src/main/java/net/buffalo/web/upload/UploadWorker.java
buffalo-core/src/test/
buffalo-core/src/test/java/
buffalo-core/src/test/java/net/
buffalo-core/src/test/java/net/buffalo/
buffalo-core/src/test/java/net/buffalo/page/
buffalo-core/src/test/java/net/buffalo/page/PathResolverTest.java
buffalo-core/src/test/java/net/buffalo/protocal/
buffalo-core/src/test/java/net/buffalo/protocal/acceptance/
buffalo-core/src/test/java/net/buffalo/protocal/acceptance/Calculator.java
buffalo-core/src/test/java/net/buffalo/protocal/acceptance/CalculatorOutputTest.java
buffalo-core/src/test/java/net/buffalo/protocal/acceptance/DeserializerFunctionalTest.java
buffalo-core/src/test/java/net/buffalo/protocal/ArraySerializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/BigNumberTest.java
buffalo-core/src/test/java/net/buffalo/protocal/BirthdayPeople.java
buffalo-core/src/test/java/net/buffalo/protocal/BuffaloCallTest.java
buffalo-core/src/test/java/net/buffalo/protocal/BuffaloProtocalTest.java
buffalo-core/src/test/java/net/buffalo/protocal/CollectionDeserializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/CollectionTypeSerializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/ComplexObjectTest.java
buffalo-core/src/test/java/net/buffalo/protocal/DeserializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/io/
buffalo-core/src/test/java/net/buffalo/protocal/io/FastStreamReaderTest.java
buffalo-core/src/test/java/net/buffalo/protocal/io/SimpleStreamWriterTest.java
buffalo-core/src/test/java/net/buffalo/protocal/MapConverterTest.java
buffalo-core/src/test/java/net/buffalo/protocal/ObjectSerializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/People.java
buffalo-core/src/test/java/net/buffalo/protocal/PrimitiveDeserializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/PrimitiveTypeSerializerTest.java
buffalo-core/src/test/java/net/buffalo/protocal/PrimitiveTypeUtilsTest.java
buffalo-core/src/test/java/net/buffalo/protocal/ReferenceTest.java
buffalo-core/src/test/java/net/buffalo/protocal/SignatureTest.java
buffalo-core/src/test/java/net/buffalo/protocal/SqlDateConverterTest.java
buffalo-core/src/test/java/net/buffalo/protocal/TestUtils.java
buffalo-core/src/test/java/net/buffalo/protocal/User.java
buffalo-core/src/test/java/net/buffalo/protocal/util/
buffalo-core/src/test/java/net/buffalo/protocal/util/ClassFieldNamePairTest.java
buffalo-core/src/test/java/net/buffalo/protocal/util/ClassUtilTest.java
buffalo-core/src/test/java/net/buffalo/protocal/util/CollectionUtilTest.java
buffalo-core/src/test/java/net/buffalo/request/
buffalo-core/src/test/java/net/buffalo/request/RequestContextTest.java
buffalo-core/src/test/java/net/buffalo/request/StringSpliterTest.java
buffalo-core/src/test/java/net/buffalo/service/
buffalo-core/src/test/java/net/buffalo/service/AllTests.java
buffalo-core/src/test/java/net/buffalo/service/buffalo-no-servcice.properties
buffalo-core/src/test/java/net/buffalo/service/buffalo-service.properties
buffalo-core/src/test/java/net/buffalo/service/DefaultServiceRepositoryTest.java
buffalo-core/src/test/java/net/buffalo/service/invoker/
buffalo-core/src/test/java/net/buffalo/service/invoker/BuffaloInvokerTest.java
buffalo-core/src/test/java/net/buffalo/service/invoker/DummyClass.java
buffalo-core/src/test/java/net/buffalo/service/invoker/DummyClass2.java
buffalo-core/src/test/java/net/buffalo/service/invoker/DummySubClass.java
buffalo-core/src/test/java/net/buffalo/service/invoker/MatchedResultTest.java
buffalo-core/src/test/java/net/buffalo/service/ServiceExceptionTest.java
buffalo-core/src/test/java/net/buffalo/service/ServiceRepositoryTest.java
buffalo-core/src/test/java/net/buffalo/service/spring/
buffalo-core/src/test/java/net/buffalo/service/spring/applicationContext.xml
buffalo-core/src/test/java/net/buffalo/service/spring/SpringServiceFactoryTest.java
buffalo-core/src/test/java/net/buffalo/service/TestBean.java
buffalo-core/src/test/resources/
buffalo-core/src/test/resources/net/
buffalo-core/src/test/resources/net/buffalo/
buffalo-core/src/test/resources/net/buffalo/service/
buffalo-core/src/test/resources/net/buffalo/service/buffalo-no-servcice.properties
buffalo-core/src/test/resources/net/buffalo/service/buffalo-service.properties
buffalo-core/src/test/resources/net/buffalo/service/spring/
buffalo-core/src/test/resources/net/buffalo/service/spring/applicationContext.xml
buffalo-demo/
buffalo-demo/pom.xml
buffalo-demo/src/
buffalo-demo/src/main/
buffalo-demo/src/main/java/
buffalo-demo/src/main/java/net/
buffalo-demo/src/main/java/net/buffalo/
buffalo-demo/src/main/java/net/buffalo/demo/
buffalo-demo/src/main/java/net/buffalo/demo/ajax/
buffalo-demo/src/main/java/net/buffalo/demo/ajax/ClassDump.java
buffalo-demo/src/main/java/net/buffalo/demo/ajax/EmployeeBean.java
buffalo-demo/src/main/java/net/buffalo/demo/ajax/J2EEAjaxService.java
buffalo-demo/src/main/java/net/buffalo/demo/ajax/JavaAPISearcher.java
buffalo-demo/src/main/java/net/buffalo/demo/form/
buffalo-demo/src/main/java/net/buffalo/demo/form/User.java
buffalo-demo/src/main/java/net/buffalo/demo/form/UserService.java
buffalo-demo/src/main/java/net/buffalo/demo/gbook/
buffalo-demo/src/main/java/net/buffalo/demo/gbook/Post.java
buffalo-demo/src/main/java/net/buffalo/demo/gbook/PostDAO.java
buffalo-demo/src/main/java/net/buffalo/demo/gbook/PostDAOMemoryImpl.java
buffalo-demo/src/main/java/net/buffalo/demo/numberguess/
buffalo-demo/src/main/java/net/buffalo/demo/numberguess/NumberGuessBean.java
buffalo-demo/src/main/java/net/buffalo/demo/numberguess/NumberGuessService.java
buffalo-demo/src/main/java/net/buffalo/demo/page/
buffalo-demo/src/main/java/net/buffalo/demo/page/Page.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/
buffalo-demo/src/main/java/net/buffalo/demo/simple/ComplexUser.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/Name.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/Province.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/ProvinceUtil.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/SimpleService.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/User.java
buffalo-demo/src/main/java/net/buffalo/demo/simple/UserUtil.java
buffalo-demo/src/main/java/tutorial/
buffalo-demo/src/main/java/tutorial/Service1.java
buffalo-demo/src/main/resources/
buffalo-demo/src/main/resources/buffalo-service.properties
buffalo-demo/src/main/webapp/
buffalo-demo/src/main/webapp/buffalo-blank.html
buffalo-demo/src/main/webapp/images/
buffalo-demo/src/main/webapp/images/buffalo-poweredby.gif
buffalo-demo/src/main/webapp/images/buffalo.gif
buffalo-demo/src/main/webapp/images/buffalo120.jpg
buffalo-demo/src/main/webapp/images/top.gif
buffalo-demo/src/main/webapp/index.jsp
buffalo-demo/src/main/webapp/index_new.html
buffalo-demo/src/main/webapp/main.css
buffalo-demo/src/main/webapp/niftyCorners.css
buffalo-demo/src/main/webapp/pages/
buffalo-demo/src/main/webapp/pages/ajax-autocomplete-withbind.html
buffalo-demo/src/main/webapp/pages/ajax-autocomplete.html
buffalo-demo/src/main/webapp/pages/basic.html
buffalo-demo/src/main/webapp/pages/bind.html
buffalo-demo/src/main/webapp/pages/broswer-back-forward.html
buffalo-demo/src/main/webapp/pages/classloader.html
buffalo-demo/src/main/webapp/pages/cust-status.html
buffalo-demo/src/main/webapp/pages/divider.html
buffalo-demo/src/main/webapp/pages/form.html
buffalo-demo/src/main/webapp/pages/help.html
buffalo-demo/src/main/webapp/pages/home.html
buffalo-demo/src/main/webapp/pages/num.html
buffalo-demo/src/main/webapp/pages/object.html
buffalo-demo/src/main/webapp/pages/simple-spring-2.html
buffalo-demo/src/main/webapp/pages/simple-spring.html
buffalo-demo/src/main/webapp/pages/simple.html
buffalo-demo/src/main/webapp/pages/with-jst-single.html
buffalo-demo/src/main/webapp/pages/with-jst.html
buffalo-demo/src/main/webapp/script/
buffalo-demo/src/main/webapp/script/buffalo.js
buffalo-demo/src/main/webapp/script/demo-app.js
buffalo-demo/src/main/webapp/script/effects.js
buffalo-demo/src/main/webapp/script/moo.fx.js
buffalo-demo/src/main/webapp/script/niftycube.js
buffalo-demo/src/main/webapp/script/prototype.js
buffalo-demo/src/main/webapp/script/shBrushCss.js
buffalo-demo/src/main/webapp/script/shBrushJava.js
buffalo-demo/src/main/webapp/script/shBrushJScript.js
buffalo-demo/src/main/webapp/script/shBrushXml.js
buffalo-demo/src/main/webapp/script/shCore.js
buffalo-demo/src/main/webapp/script/template.js
buffalo-demo/src/main/webapp/simple.jsp
buffalo-demo/src/main/webapp/style.css
buffalo-demo/src/main/webapp/SyntaxHighlighter.css
buffalo-demo/src/main/webapp/test.jsp
buffalo-demo/src/main/webapp/testarray.jsp
buffalo-demo/src/main/webapp/WEB-INF/
buffalo-demo/src/main/webapp/WEB-INF/applicationContext.xml
buffalo-demo/src/main/webapp/WEB-INF/web.xml
buffalo-site/
buffalo-site/pom.xml
buffalo-site/src/
buffalo-site/src/site/
buffalo-site/src/site/apt/
buffalo-site/src/site/apt/best_practice.apt
buffalo-site/src/site/apt/binding.apt
buffalo-site/src/site/apt/download.apt
buffalo-site/src/site/apt/features.apt
buffalo-site/src/site/apt/format.apt
buffalo-site/src/site/apt/help.apt
buffalo-site/src/site/apt/history.apt
buffalo-site/src/site/apt/howto.apt
buffalo-site/src/site/apt/index.apt
buffalo-site/src/site/apt/jsapi.apt
buffalo-site/src/site/apt/protocol.apt
buffalo-site/src/site/apt/team.apt
buffalo-site/src/site/apt/tutorial.apt
buffalo-site/src/site/fml/
buffalo-site/src/site/fml/faq.fml
buffalo-site/src/site/resources/
buffalo-site/src/site/resources/css/
buffalo-site/src/site/resources/css/imgs/
buffalo-site/src/site/resources/css/imgs/titlebackgra1.gif
buffalo-site/src/site/resources/css/site.css
buffalo-site/src/site/resources/css/site0.css
buffalo-site/src/site/resources/images/
buffalo-site/src/site/resources/images/buffalo-title.gif
buffalo-site/src/site/resources/images/Class_Diagram__username.png
buffalo-site/src/site/resources/images/form-binding.jpg
buffalo-site/src/site/resources/images/gra_back.jpg
buffalo-site/src/site/resources/images/gra_lg_ver.jpg
buffalo-site/src/site/resources/images/plus.gif
buffalo-site/src/site/resources/images/titlebackgra.gif
buffalo-site/src/site/site.xml
build.xml
changelog.txt
eclipse-project.bat
pom.xml
readme.txt
release.bat
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.