#Sensor: #Canada: #Job/Contract/Project: #Sensor, #Tracking, #Fusion, #Estimation, #Surveillance, #sensor network, #target #tracking, #security 2021-07-22

Date Posted:2021-07-22 .Apply yourself, or submit others as candidates; Build a recruitment team to submit others as candidates; submit RFP to be considered for projects in future; Try to become a vendor so that you are asked to submit consultants/resources in future. If these work for you. This list is posted in this blog everyday provided there are new projects under the criteria

  1. aerospace-10005
  2. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  3. armament-10027
  4. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  5. Signal Smoke Marine, Orange (W8486-217390/A)
  6. communications-detection-and-fibre-optics-10031
  7. Video Surveillance System Upgrades Phase 3 – Fibre Optic Network
  8. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  9. LEED Recognition Display
  10. construction-products-10032
  11. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  12. edp-hardware-and-software-10034
  13. Request for Information (RFI) – Email Security (2021-AG-005)
  14. Barracuda Email Security Gateway Subscription Licenses
  15. electrical-and-electronics-10006
  16. Request for Standing Offer – Traffic Signal Cables
  17. engines-turbines-components-and-accessories-10008
  18. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  19. fabricated-materials-10009
  20. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  21. fire-fighting-security-and-safety-equipment-10010
  22. Smart Anti-Loitering and Security System
  23. food-preparation-and-serving-equipment-10012
  24. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  25. furniture-10013
  26. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  27. industrial-equipment-10014
  28. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  29. machinery-and-tools-10015
  30. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  31. marine-10017
  32. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  33. medical-equipment-supplies-and-pharmaceuticals-10018
  34. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  35. miscellaneous-goods-10019
  36. Employee Recognition
  37. office-equipment-10020
  38. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  39. office-stationery-and-supplies-10021
  40. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  41. scientific-instruments-10024
  42. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  43. textiles-and-apparel-10028
  44. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  45. LEED Recognition Display
  46. custodial-operations-and-related-services-10037
  47. LEED Recognition Display
  48. information-processing-and-related-telecommunications-services-10049
  49. One (1) B.1 Business Analyst (Senior) to assist with HR to Pay Tracking System (30000163)
  50. lease-and-rental-of-equipment-10045
  51. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  52. maintenance-repair-modification-rebuilding-and-installation-of-goods-equipment-10054
  53. Video Surveillance System Upgrades Phase 3 – Fibre Optic Network
  54. research-and-development-r-d-10036
  55. Surveillance of Space 2 Ground-Based Optical System Request for Information (W8474-207923/B)
  56. ITS Operational Security Services
  57. utilities-10041
  58. LEED Recognition Display
  59. undefined-10055
  60. Design Services for the Creation of an Exterior Donor Recognition Display
  61. Employee Recognition
  62. Keywords Used:sensor,fusion,sensor network,tracking,target tracking,surveillance,self driving car,self-driving,estimation,security,signal processing,image processing,autonomouse vehicle,facial recognition,signal,recognition,sensor fusion

    JSF and Apache myFaces #Java Short Notes

    From: http://sitestree.com/?p=5098
    Categories:Java Short Notes
    Tags:
    Post Data:2009-12-30 08:31:19

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    Apache Axis: Installation: Application Deployment: SOAP Message Monitoring #Java Short Notes

    Apache Axis: Installation: Application Deployment: SOAP Message Monitoring ….. …. …. …. …. … … … …

    • Video Tutorial Explaining the Concepts in this Short-Note
    • JAX-RPC is about SOA, SOAP, XML, Remote communications
    • Apache Axis implements JAX-RPC API. Hence, when you code to this API, your application will run with other implementation of JAX-RPC API like Sun and BEA
    • Axis comes as axis.jar that implements JAX-RPC. jaxrpc.jar and saaj.jar files contain the declarations for JAX-RPC
    • From axis distribution you have to copy webapps/axis to your servlet container (tomcat 6.0/webapps/axis) or to your applications (to convert your current application to SOA application)
    • Axis needs an XML parser. You can use the default crimson parser that comes with jdk (from 1.4). Though Xerces parser is recommended for Apache Axis
    • To add Xerces parser to your axis installation use xml-apis.jar and xercesImpl.jar. Place them under axis/WEB-INF/lib directory. Or you can [point your CLASSPATH or AXISCLASSPATH environment variable to these jar files. Otherwise you will get erros like ClassNotFound errors relating to Xerces or DOM
    • jaxrpc.jar and saaj.jar contain javax packages. The way jdk loads jar files – based on the version these jar files may not get loaded sometimes. Sometimes axis (axis/happyaxis.jsp) may not find these jar files, copying these jar files from axis/WEB-INF/lib to CATALINA_HOME/common/lib may help. restarting Tomcat is required
    • Weblogic webservices.jar may conflict with Axis’ saaj.jar. Hence, you have to find a way out. Consult Axis and weblogic documentation
    • Test apache axis installation: Go to http://localhost:8080/axis – change the port as appropriate – If you do not see any error message – axis is working – you can click on the validation – you will see notes about your installation
    • Test a SOAP endpoint: Go to http://localhost/axis/services/Version?method=getVersion – you will see an XML output
    • Web services can be deployed as java files or jws web-services. To test a jws endpoint please go to – at http://localhost:8080/axis/EchoHeaders.jws?method=list and you will see the XML listing of your application headers
    • How to add your own Web Service:
      • Copy the classes and libraries of your new service into the Axis WAR directory tree
      • Tell the AxisEngine about your new services and point to the files. 1. submit XML deployment descriptor via the Admin web-service ( done with AdminClient or ant task)
    • You can deploy your classes under axis/WEB-INF/classes directory or you can deploy your application jar files under axis/WEB-INF/lib directory [in the Axis installation]
    • For your web-services to work java must find the jar files such as: axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar, saaj.jar, log4j-1.2.8.jar (or another logging jar), and the XML parser jar (e.g., xerces.jar)
    • You can copy these jars under your web application server (WEB-INF/lib for Tomcat) so that deployed services get them, you can also bind them as part of your application, or you can use the following (or similar) environment variables
      Setting environment variables – temporary set up – dos commands
      set AXIS_HOME=c:axis
      set AXIS_LIB=%AXIS_HOME%lib
      set AXISCLASSPATH=%AXIS_LIB%axis.jar;%AXIS_LIB%commons-discovery.jar;
      %AXIS_LIB%commons-logging.jar;%AXIS_LIB%jaxrpc.jar;%AXIS_LIB%saaj.jar;
      %AXIS_LIB%log4j-1.2.8.jar;%AXIS_LIB%xml-apis.jar;%AXIS_LIB%xercesImpl.jar
      You can set them parmanently from: my computer -> properties -> advanced -> environment variables
    • Example use: java -cp %AXISCLASSPATH% …
    • You can provide everything from AXISCLASSPATH to CLASSPATH
    • Linux equivalent:
      set AXIS_HOME=/usr/axis
      set AXIS_LIB=$AXIS_HOME/lib
      set AXISCLASSPATH=$AXIS_LIB/axis.jar:$AXIS_LIB/commons-discovery.jar:
      $AXIS_LIB/commons-logging.jar:$AXIS_LIB/jaxrpc.jar:$AXIS_LIB/saaj.jar:
      $AXIS_LIB/log4j-1.2.8.jar:$AXIS_LIB/xml-apis.jar:$AXIS_LIB/xercesImpl.jar
      export AXIS_HOME; export AXIS_LIB;
      export AXISCLASSPATH
      or set them in your user configuration files
    • Deployment descriptor: when you unzip Axis, under axis/samples/stock – you can see deploy.wsdd as the deployment descriptor. Axis uses axis/WEB-INF/server-config.wsdd as the deployment descriptor to tell about it’s own states
    • In axis distribution there are some sample web-services under axis/samples – stock is one of them
    • To deploy stock as a web-service under tomcat you can execute
      java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd or
      java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
      Depends how you configured your classpaths. You need all the jar files as mentioned before. Also you need mailapi.jar, activation.jar, and tools.jar in the classpath
    • Then you can execute the GetQuote operation of the stock service as following:
      java -cp .;%AXISCLASSPATH% samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX or
      java samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX
      Depends how you configured your classpaths. You need all the jar files as mentioned before. Also you need mailapi.jar, activation.jar, and tools.jar in the classpath
      Additionally, you need to be in the right directory – i.e. just where samples folder starts. change directory to until samples.
    • How to convert your existing web-applications to axis-based SOA applications:
      • Add axis to your application. Add axis.jar, wsdl.jar, saaj.jar, jaxrpc.jar and the other dependent libraries to your application/WAR file
      • Copy Axis Servlet declarations and mappings from axis/WEB-INF/web.xml to your web.xml file
      • Build and deploy
      • Run AdminClient against your own webapp [using java org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd ][URL change will be required]
    • How to enable SOAP monitor:
      • Using SOAP monitor, you can monitor SOAP requests and responses
      • Go to $AXIS_HOME/webapps/axis and compile SOAPMonitorApplet.java . be careful about your classpath
      • Copy the class files to the root directory of the web application using the SOAP Monitor (e.g. …/tomcat 6.0/webapps/axis)
      • create a deploy-monitor.wsdd file with contents as below:

        v v

      • Deploy the SOAPMonitorService web service using java org.apache.axis.client.AdminClient -lhttp://localhost/axis/services/AdminService deploy-monitor.wsdd
      • For each service that is to be monitored, add request and response flow definitions to the service’s deployment descriptor and deploy (or redeploy) the service as follows:

      • Monitor the message flow using: http://localhost:8080/axis/SOAPMonitor

    From: http://sitestree.com/?p=5082
    Categories:Java Short Notes
    Tags:
    Post Data:2010-07-13 11:09:28

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    SOA Tutorials from IBM #Java Short Notes

    From: http://sitestree.com/?p=5081
    Categories:Java Short Notes
    Tags:
    Post Data:2007-09-13 17:27:55

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    Hibernate Architecture: Some Information #Java Short Notes

    • Lite Architecture: Applications provide their own JDBC connections and also manage their own transactions
    • Full Cream Architecture: Hibernate takes care of the JDBC connections and transaction Management. The applications are relieved of these responsibilities
    • An instance of a persistent class can be in one of three states such as transient, persistent, and detached
    • Hibernate may be managed via a JMX standard service
    • Hibernate may be configured as a JCA connector

    Reference: Hibernate: Reference Manual

    From: http://sitestree.com/?p=5080
    Categories:Java Short Notes
    Tags:
    Post Data:2008-11-06 13:59:52

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    Hibernate Demo Implementation – Examples #Java Short Notes

    • All examples from the chapter 1 of the Hibernate: Reference Manual are provided here. They compile and run perfectly. [Re-distribution is allowed by hibernate.org. Check copyright notice on the document.]
    • Check our download section to download Hibernate related tools that you will need to experiment with these examples
    • In future, we will provide video tutorials on step by step Hibernate-based application development

    From: http://sitestree.com/?p=5079
    Categories:Java Short Notes
    Tags:
    Post Data:2008-02-18 12:20:12

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    Hibernate: Reference manual #Java Short Notes

    From: http://sitestree.com/?p=5078
    Categories:Java Short Notes
    Tags:
    Post Data:2010-04-27 03:37:21

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    Hibernate: Key Poins: What is Hibernate: How to develop #Java Short Notes

    • Open source object/relational mapping tool for Java
    • Provides persistent classes and persistent logic
    • In addition to mapping, provides data query and retrieval facilities
    • Steps: Create a POJO, create an XML mapping file for object to table columns, use Hibernate APIs to load/store the persistent objects
    • hibernate.cfg.xml file keeps properties such as, database connection string and password, database dialect, and mapping files locations
    • Mapping files of the pattern *.hbm keeps mapping between a specific Java class and one or more database tables
    • Commonly used Hibernate classes:
    • Class to class mapping can be done using associations. Associations can be one to many, many to one, many to many. (unidirectional and bidirectional)
    • All bi-directional associations need one side as inverse. In an association (bidirectional) the many side needs to be the inverse

    From: http://sitestree.com/?p=5077
    Categories:Java Short Notes
    Tags:
    Post Data:2012-01-03 04:34:35

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    Hibernate: How to setup Hibernate Development Environment #Java Short Notes

    From: http://sitestree.com/?p=5075
    Categories:Java Short Notes
    Tags:
    Post Data:2009-03-16 04:56:38

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada

    How to create apache axis based SOA application #Java Short Notes

    • Tools required/Used: J2SE6, Tomcat 6.0.16, Apache Axis 1.4, mailapi.jar and activation.jar. Tools can be downloaded from Apache Axis Based SOA Application Development
    • DID NOT MENTION in the Video: You have to keep tools.jar from J2SE6 in the classpath or make it accessible from the application anyhow
    • Set your CATALINA_HOME and CLASSPATH environment variables appropriately
    • Axis install: from axis 1.4 package: copy webapps/axis folder to tomcat 6.0/webapps
    • Make all the jars from axis 1.4 package accessible to your application – whatever way you find useful – check the video
    • Watch the video tutorial
    • Download the code used in the video

    From: http://sitestree.com/?p=5073
    Categories:Java Short Notes
    Tags:
    Post Data:2010-08-05 16:34:06

    Shop Online: https://www.ShopForSoul.com/
    (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
    In Bengali: http://Bangla.SaLearningSchool.com
    http://SitesTree.com
    8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
    Shop Online: https://www.ShopForSoul.com/
    Medium: https://medium.com/@SayedAhmedCanada