User contributions for Martin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

14 September 2021

  • 21:3821:38, 14 September 2021 diff hist +1,793 N Agile User StoriesCreated 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..." current
  • 21:3821:38, 14 September 2021 diff hist +63 N Network toolsCreated page with "== Port scanner == http://www.t1shopper.com/tools/port-scanner/" current
  • 21:3721:37, 14 September 2021 diff hist +160 N Full Text SearchCreated 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]" current
  • 21:3721:37, 14 September 2021 diff hist +1,270 N Windows SoftwareCreated 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..." current
  • 21:3721:37, 14 September 2021 diff hist +643 N Oracle AdminCreated 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..." current
  • 21:3621:36, 14 September 2021 diff hist +460 N ScalaCreated 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..." current
  • 21:3621:36, 14 September 2021 diff hist +3,770 N Attack VectorsCreated page with "References http://java.boot.by/scea5-guide/ch08s03.html === Input Validation === * data type * format * length * range * nulls * special characters e.g. [ % * | ' ** square..." current
  • 21:3521:35, 14 September 2021 diff hist +2,595 N Security and Deployment DescriptorsCreated 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..." current
  • 21:3521:35, 14 September 2021 diff hist +2,994 N Security APICreated 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..." current
  • 21:3521:35, 14 September 2021 diff hist +1,724 N Applet SecurityCreated 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..." current
  • 21:3421:34, 14 September 2021 diff hist +872 N JRE SecurityCreated 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==..." current
  • 21:3421:34, 14 September 2021 diff hist +4,084 N Java Security FrameworksCreated 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..." current
  • 21:3321:33, 14 September 2021 diff hist +516 N J2EE PatternsCreated 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..." current
  • 21:3321:33, 14 September 2021 diff hist +3,590 N J2EE Patterns considerationsCreated 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 *..." current
  • 21:3221:32, 14 September 2021 diff hist +258 N Service Oriented ArchitectureCreated page with "= ESB = Standards based integration platform combining : * messaging * web services * data transformation * intelligent routing reliably connects and co-ordinates interactions..." current
  • 21:3221:32, 14 September 2021 diff hist +1,442 N Java EE Modular SolutionsCreated 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..." current
  • 21:3121:31, 14 September 2021 diff hist +1,548 N JSF input exampleCreated 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..." current
  • 21:3121:31, 14 September 2021 diff hist +1,660 N JSFCreated 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..." current
  • 21:3021:30, 14 September 2021 diff hist +416 N JSP Servlet shared bean exampleCreated page with "Servlet code: public void doRequest(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException{ HttpSession session = req..." current
  • 21:3021:30, 14 September 2021 diff hist +6,067 N Web FrameworksCreated 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..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)