All public logs
Jump to navigation
Jump to search
Combined display of all available logs of sheep. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:43, 14 September 2021 Martin talk contribs created page Routing Problem (Created page with "=TreeSearch= <code> TreeSearch(Problem) frontier = {[InitialState]} loop: If frontier empty return fail - no route exists path = removeChoice(frontier) s = path.end...")
- 21:43, 14 September 2021 Martin talk contribs created page Artificial Intelligence Terminology (Created page with "=Terminology= ;Intelligent Agent : Interacts with environment Sensors -> Control Policy -> Actuators = '''Perception Action Cycle''' ;Fully Observable : Sufficient informati...")
- 21:43, 14 September 2021 Martin talk contribs created page Artificial Intelligence (Created page with "Artificial Intelligence Terminology Routing Problem")
- 21:42, 14 September 2021 Martin talk contribs created page Oracle Notes (Created page with " select * from dba_objects where object_name='UPPER_CASE_NAME'; note the object names are always upper case - object_type contains function/procedure etc. == date formatting...")
- 21:42, 14 September 2021 Martin talk contribs created page Perl Notes (Created page with "== find and capture in one line == my ($found) = ($text =~ /pre (capture stuff in brackets) post/) Note the brackets around $found - match list is converted to a number for...")
- 21:41, 14 September 2021 Martin talk contribs created page AngularJS (Created page with "= App = <pre> <html ng-app="notesApp"> angular.module('notesApp', []) </pre> = Services Object = <pre> function ItemObjectService() { var items = [ {id: 1, label : 'Ite...")
- 21:40, 14 September 2021 Martin talk contribs created page Regex (Created page with "==Look ahead example== U+123 (?=U\+\d+)U\+(\d+).*) Look for something starting with a 'U+' followed by a number then match on the same string and then process that sequence...")
- 21:39, 14 September 2021 Martin talk contribs created page File:CirculrFlowIncome.jpg
- 21:39, 14 September 2021 Martin talk contribs uploaded File:CirculrFlowIncome.jpg
- 21:39, 14 September 2021 Martin talk contribs created page IOC: The Economic Environment (Created page with "=Factors Determining Economic Activity= ==Levels of market activity 4== ===1 State Controlled Economies=== * AKA Planned economies Government decides on what is produced and...")
- 21:39, 14 September 2021 Martin talk contribs created page IOC: Financial Services Industry (Created page with "=Introduction= ===Wholesale/Professional Market=== {| class=wikitable |Equities||Insurance |- |Bonds||Investment banking |- |Foreign exchange||Custodian banking |- |Fund Manag...")
- 21:38, 14 September 2021 Martin talk contribs created page Introduction to Securities 2014 (Created page with "=Investment Operations Certificate= # IOC: Financial Services Industry 2 Questions # IOC: The Economic Environment 3 Questions # IOC: Financial Assets and Markets...")
- 21:38, 14 September 2021 Martin talk contribs created page Agile User Stories (Created page with "'''Notes from the excellent book User Stories Applied [http://www.amazon.co.uk/User-Stories-Applied-Development-Signature/dp/0321205685/] ISBN 0321205685 ''' =Writing User St...")
- 21:38, 14 September 2021 Martin talk contribs created page Network tools (Created page with "== Port scanner == http://www.t1shopper.com/tools/port-scanner/")
- 21:37, 14 September 2021 Martin talk contribs created page Full Text Search (Created page with "* [http://sphinxsearch.com/wiki/doku.php?id=sphinx_on_debian_gnu_linux installing sphinx on debian] * [http://www.sphinxsearch.com/docs/current.html sphinx doc]")
- 21:37, 14 September 2021 Martin talk contribs created page Windows Software (Created page with "= Windows Sigh = * Want to unplug that usb stick/drive but windows says it's in use you need [http://ccollomb.free.fr/unlocker/ unlocker] * Unix commands, Xwindows [http://www...")
- 21:37, 14 September 2021 Martin talk contribs created page Oracle Admin (Created page with "= auto login = export ORACLE_SID=sid sqlplus user/password@tnsName = add permissions to user to connect = grant resource,connect to user; - full permissions = output to f...")
- 21:36, 14 September 2021 Martin talk contribs created page Scala (Created page with "=Testing= ==Writing a test== <pre> import org.scalatest.{FlatSpec, Matchers} class StreamSpec extends FlatSpec with Matchers { "Stream.toList" should "convert the steam to...")
- 21:36, 14 September 2021 Martin talk contribs created page Attack Vectors (Created page with "References http://java.boot.by/scea5-guide/ch08s03.html === Input Validation === * data type * format * length * range * nulls * special characters e.g. [ % * | ' ** square...")
- 21:35, 14 September 2021 Martin talk contribs created page Security and Deployment Descriptors (Created page with "References * http://java.boot.by/scea5-guide/ch08s04.html * [http://java.sun.com/xml/ns/javaee/ all schemas for j2ee] * [http://java.sun.com/xml/ns/javaee/javaee_5.xsd j2ee xs...")
- 21:35, 14 September 2021 Martin talk contribs created page Security API (Created page with "= programmatic security = * J2EE API for role membership & user identity * Can use JAAS instead of Container Managed Security * for dynamic complex rules and policies == JAAS...")
- 21:35, 14 September 2021 Martin talk contribs created page Applet Security (Created page with "References: * http://web.archive.org/web/20071012223011/http://java.sun.com/sfaq/ * http://java.sun.com/javase/6/docs/technotes/guides/jweb/applet/applet_execution.html ==Sig...")
- 21:34, 14 September 2021 Martin talk contribs created page JRE Security (Created page with "==Byte Code Verifyer== * Checks code consistent with spec - Format of files, byte code legal * Detects inconsistencies in bounds checking/object casting ==Security Manager==...")
- 21:34, 14 September 2021 Martin talk contribs created page Java Security Frameworks (Created page with "= JCA Java Cryptography Architecture = The initial java cryptography API allows independent implementation of the cryptographic functions and defines a standard API Default im...")
- 21:33, 14 September 2021 Martin talk contribs created page J2EE Patterns (Created page with "Top level enterprise blueprints http://java.sun.com/blueprints/enterprise/index.html Catalogue of patters http://java.sun.com/blueprints/patterns/catalog.html = Intercepting...")
- 21:33, 14 September 2021 Martin talk contribs created page J2EE Patterns considerations (Created page with "= Front end design considerations = === Session state on client === * only good for small amounts of data * avoids problem of replicating data across servers Implementation *...")
- 21:32, 14 September 2021 Martin talk contribs created page Service Oriented Architecture (Created page with "= ESB = Standards based integration platform combining : * messaging * web services * data transformation * intelligent routing reliably connects and co-ordinates interactions...")
- 21:32, 14 September 2021 Martin talk contribs created page Java EE Modular Solutions (Created page with "Web tier access EIS direct or though EJB = use of tiers = == Decide on requirements == Based on: * functionality * complexity * scalability == EJB tier == * security * tran...")
- 21:31, 14 September 2021 Martin talk contribs created page JSF input example (Created page with "<pre> <html> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="core" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="jhtml" %> <core:view> <he...")
- 21:31, 14 September 2021 Martin talk contribs created page JSF (Created page with "Brings swing like programming to the web: * set of UI components * event driven * component model (ability to extend) ** buttons, tables, input, tree handling JSF input exa...")
- 21:30, 14 September 2021 Martin talk contribs created page JSP Servlet shared bean example (Created page with "Servlet code: public void doRequest(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException{ HttpSession session = req...")
- 21:30, 14 September 2021 Martin talk contribs created page Web Frameworks (Created page with "= Application framework = An application framework is a structure that already pre-defines the repetitive and hides the mundane. It should make the underlying technology easie...")
- 21:29, 14 September 2021 Martin talk contribs created page Persistence Strategies (Created page with "= Inheritance and persistence = == Single Table == '''Default mechanism in EJB3 ''' * Objects discriminated by extra column in table ** specify mechanism: @Inheritance(Strat...")
- 21:28, 14 September 2021 Martin talk contribs created page EJB 3 (Created page with "* Containers support caching and coherence across containers, this leads to a scalable solution with little additional work * Performance problems are much reduced from the ea...")
- 21:28, 14 September 2021 Martin talk contribs created page EJB 2 (Created page with "= EJB 2 persistence = == CMP == Application implements the storage, update and query code SQL Frees developer from details of model changes == BMP == Developer creates inser...")
- 21:27, 14 September 2021 Martin talk contribs created page Transactions (Created page with "= ACID Atomic, Consistent, Isolatable, Durable = * Atomic - change whole or nothing (rolled back) * Consistent - get the right result when you make a request * Isolated - inde...")
- 21:26, 14 September 2021 Martin talk contribs created page File:Stateful-lifecycle.png
- 21:26, 14 September 2021 Martin talk contribs uploaded File:Stateful-lifecycle.png
- 21:26, 14 September 2021 Martin talk contribs created page File:Stateful-lifecycle-3.png
- 21:26, 14 September 2021 Martin talk contribs uploaded File:Stateful-lifecycle-3.png
- 21:26, 14 September 2021 Martin talk contribs created page File:Stateless-lifecycle-3.png
- 21:26, 14 September 2021 Martin talk contribs uploaded File:Stateless-lifecycle-3.png
- 21:25, 14 September 2021 Martin talk contribs created page EJB Life Cycle (Created page with "= EJB 3.0 = frame|Stateless 3 frame|Stateful 3 == Stateless == * Can be created and destroyed with each...")
- 21:24, 14 September 2021 Martin talk contribs created page EJB high level (Created page with "* Separates transaction and security metadata from bean * Provides transaction management, state management, resource pooling, security * if not using security or transaction...")
- 21:24, 14 September 2021 Martin talk contribs created page Connectivity Overview (Created page with "= Integration = Ref: Enterprise Integration Patterns Typical ways to integrate: # File transfer - bulk transfer - infrequent changes # Shared DB - data sharing # RPC - functi...")
- 21:23, 14 September 2021 Martin talk contribs created page JMS (Created page with "* Typically used as an asynchronous communication mechanism - loosely coupled * point to point => queue based (typically) one receiver - only one receiver receives the message...")
- 21:22, 14 September 2021 Martin talk contribs created page JCA (Created page with "Somewhat dated JCA article: http://java.sun.com/j2ee/connector/giga/RPA-112000-00018.htm Current: http://java.sun.com/developer/technicalArticles/J2EE/connectorarch1_5/ Exam...")
- 21:21, 14 September 2021 Martin talk contribs created page Web Services (Created page with "= Web Services = == References == Jboss users guide to web services http://www.jboss.org/jbossws/docs/jaxws_userguide-2.0/index.html == Definitions == URI - uniform resource...")
- 21:20, 14 September 2021 Martin talk contribs created page File:Tier.png
- 21:20, 14 September 2021 Martin talk contribs uploaded File:Tier.png