Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Integrates the Eclipse IDE with the SAP NetWeaver Application Server. All standard features for Web and Enterprise development provided by Eclipse WTP are now available for SAP NetWeaver without the need of any other SAP proprietary tools.

5.0
 
  0 reviews  |  1 user  |  28,965 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Active Record, the ORM which is included with Rails, includes adapters to connect with SQL databases. This is an adapter meant to connect to a generic Document Oriented Database. The first implementation will be ThruDB.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

ZPyODBCDAZPyODBCDA is a free Zope Database Adapter which links Zope to ODBC data sources. It is based on Python's pyodbc moudle (http://pyodbc.sourceforge.net) and distributed under the GPL licence. RequirementsZPyODBCDA requires Python 2.4 or higher. Win32If your Zope runs on a Win32 ... [More] platform, you probably don't need any other modules, as I already included pyodbc's binary code (pyodbc.pyd) in the package folder; LinuxFor other platforms like Linux, you may first need unixODBC installed on your OS, and then install the pyodbc module for your Python instance. Here's a good article in which you can refer the method to setup unixODBC on Linux: http://plone.org/documentation/how-to/ms-sql-server-on-linux ODBC back-ended ZSQLDo not use ZSQL methods with ZPyODBCDA It's a headache for a ZSQL method to generate 100% correct SQLs based on the different SQL syntaxes, because ODBC data sources link to different databases with different SQL syntaxes (eg: if the odbc source is a MSSQL server, in a query string, you would use a '' to represent a ' character, while with MySQL you would use a \'). The current solution I suggest: Create one ZSQL with ID "ZSqlMethod" (say): Add a parameter "sql" for the "ZSqlMethod" ZSQL method, and in the body of the ZSQL method, simply put a In your ZPT or Python script, use container.ZSqlMethod(sql='SELECT a,b,c FROM foo;') to run a query. That means you need to construct the SQL in the context by yourself! You need to prevent injection attacks with this method! Good luck. Henry Zhou ContactJiangwen365 爱 gmail 点 com History1.0.7 source code has been uploaded to google SVN. fixed: database connection fails using pyodbc 2.1.4 1.0.6 fixed: code optimization 1.0.5 fixed: fix crash in 1.0.4 improved some coding 1.0.4 fixed: Typo found in pyodbcconnectionTestForm.dtml datetime.date values should be converted to DateTime objects [Less]

0
 
  0 reviews  |  0 users  |  331 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

JAdapter makes transformation between types and object composition in Java easy using adapters. It supports reflection to use plain Java classes as adapters in the case you don't want to tight your adapters to the framework. Adapters can be registered in an adapter registry and looked up on ... [More] demand. FeaturesDependency transformation. JAdapter automatically finds a an adapter that transforms the context into the type you depend on. It also comes with a Transformer interface that you can inject into your client code. Reflection based. Plain Java classes can be used as adapters, or you can directly implement the Adapter interface. Works well with Spring and probably other IoC containers. No dependencies. News and blogsIntroducing JAdapter 0.1 JAdapter: Convention over Configuration JAdapter 0.2 is out PurposeOften you need to convert from one type to another. For example when your service code returns object of type A, but you really needed an object of type A+. Or when you require AB, but the API only provides A. This conversion is often performed by adapting the original type to the new type using adapters. The adaptation usually takes place directly in the client code. This means that the client has to: 1) know the type of the object and determine which adapter is most suitable for it, 2) know about all possible adapters that are suitable for the current adaptation, 3) handle possible adapter dependencies that are not known at compile time. JAdapter aims to solve these problems. Adapters are first registered in a central registry and can then be looked up as needed. This makes adapter registration a configuration activity and can be carried out in the context of DI frameworks, such as the Spring framework. [Less]

0
 
  0 reviews  |  0 users  |  26,212 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

This project presents a framework for the integration of information systems by providing a structurally abstracted and unified communication. This communication is also combined with similarity-comparison methods known as Alignment from Semantic Web Technology. Using implementations of abstract ... [More] Adapters for each IT-platform and conceptual model, this framework is amongst other features a hub and spoke integration system, which transmits five defined Elements of Communication, propagates changes and listens to change events. Each defined Adapter can listen to changes within a model and propagates events at five specific levels into its adapted model. These are classes, subclasses, concepts (individuals), relations (structural and instance) and generic restrictions which can be applied to classes and relations. This framework does not substitute middleware. It makes use of it and exceeds it in a way that communication is lifted on a common, and system and platform independent and comparable level strongly stemming from object-oriented-modeling as well as Semantic Web Knowledge Representation. This communication is supported by integrating methods that are of syntactic nature such as XSLT-Transformations and by semantic methods provided by alignment tools. These transformations are conducted by the integration bridge concept, where adapter-to adapter mapping is processed. [Less]

0
 
  0 reviews  |  0 users  |  191,501 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 

Adattatore IDM per SeCSE

0
 
  0 reviews  |  0 users  |  54,528 lines of code  |  0 current contributors  |  Analyzed 3 minutes ago
 
 

Collection of reusable componentized Design Patterns implemented in Java. The implementations will not be limited to those from GoF. Long term aim is to provide a full catalog of Software Engineering best practices in Java along with show case demos.

0
 
  0 reviews  |  0 users  |  27,814 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Light bridge which converts selenium scripts to the htmlunit calls. Works like JWebUnit.

0
 
  0 reviews  |  0 users  |  1,135 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

The Harmonic AdapterObjectiveThis program is designed to make it easy(-ier) for users without XML experience to modify the XML files used by Anathema to display charms. It's a lightweight front-end UI that might be initially complicated, but with a little bit of tinkering it should become ... [More] second nature. PreInstallationBe sure to download and install both the .NET Framework 2.0 and the Java Development Kit 6 Update 4. Both of these are required for this program to play nicely with Anathema. FeedbackBe sure to read the readme.txt file before installing and running the program. This should solve many potential problems and answer many questions. Bug ReportingBug reporting can be done through both email and the Issues tab above. If you send me an email, include information as outlined in the readme file. I'll probably wind up adding it to the Issues page here. General FeedbackEmail is the best option when submitting general feedback (IE not bug related). [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

pywsgi is a Python module that abstracts from CGI, WSGI, and mod_python. What pywsgi is: An abstraction from low-level gateway interface handlers like WSGI, CGI, and mod_python. A consistent high-level, class-based interface. Session handling. Cookie handling. GET/POST data handling. Error ... [More] handling. A pywsgi.util namespace with useful tools. What pywsgi is not: An official Python project. There is no official high-level WSGI API in Python. A Python implementation of the WSGI specification. Instead, this module wraps the exising low-level Python implementation (which is named wsgiref). [Less]

0
 
  0 reviews  |  0 users  |  1,052 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.